diff --git a/app/components/contribute.tsx b/app/components/contribute.tsx index 77a7299..6fb6b32 100644 --- a/app/components/contribute.tsx +++ b/app/components/contribute.tsx @@ -2,19 +2,19 @@ import Link from "next/link"; export default function ContributionsSection() { return ( -
-

Contributions are Welcome!

+
+

Contributions are Welcome!

openCSE is community-driven. Want to add or improve docs? Contribute on GitHub.

-
- GitHub Issues -
-

Browse and Tackle Issues

-

+

+ GitHub Issues +
+

Browse and Tackle Issues

+

Check out the available issues on our GitHub repository. Pick one to work on, or raise your own if you spot something new!

-
    +
    • Find beginner-friendly and advanced issues
    • Discuss solutions and get feedback
    • Help us improve by reporting bugs or suggesting features
    • diff --git a/app/components/hero.tsx b/app/components/hero.tsx index f3859d2..4801393 100644 --- a/app/components/hero.tsx +++ b/app/components/hero.tsx @@ -11,8 +11,9 @@ export default function HeroSection() { return (
      {/* Content Container */} -
      +

      Free, open, and beginner-friendly documentation @@ -57,11 +58,11 @@ export default function HeroSection() { const el = document.getElementById("subjects"); if (el) el.scrollIntoView({ behavior: "smooth" }); }} - className="mt-8 sm:mt-10 mb-6 sm:mb-8 px-5 sm:px-8 md:px-12 lg:px-18 - py-2.5 sm:py-3.5 md:py-5 lg:py-6 rounded-full - text-base sm:text-xl md:text-2xl lg:text-4xl xl:text-5xl + className="mt-12 sm:mt-10 mb-8 sm:mb-8 px-6 sm:px-8 md:px-12 lg:px-18 + py-3 sm:py-3.5 md:py-5 lg:py-6 rounded-full + text-xl sm:text-xl md:text-2xl lg:text-4xl xl:text-5xl bg-[#38220b] text-white hover:bg-[#2a1809] hover:scale-105 - transition-all duration-300 cursor-pointer" + transition-all duration-300 cursor-pointer font-semibold" style={{ fontFamily: "'Rockwell', 'Serif', serif" }} > Explore Subjects diff --git a/app/components/navbar.tsx b/app/components/navbar.tsx index 16a6347..7f8c320 100644 --- a/app/components/navbar.tsx +++ b/app/components/navbar.tsx @@ -13,7 +13,7 @@ export default function Navbar() { const [menuOpen, setMenuOpen] = useState(false); return ( -