From 2bdf0062e89e4c47135a13b7001d2e1829134713 Mon Sep 17 00:00:00 2001 From: Sayuru Akash Amarasinghe Date: Fri, 6 Jun 2025 06:15:18 +0530 Subject: [PATCH] Fix nav link bug, font docs, and typo --- README.md | 2 +- app/Components/Footer-Content.tsx | 1 - app/Components/Header.tsx | 2 +- app/Components/Industry.tsx | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e215bc4..2f665ce 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. -This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. +This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically load the [Poppins](https://fonts.google.com/specimen/Poppins) and [Playball](https://fonts.google.com/specimen/Playball) fonts. ## Learn More diff --git a/app/Components/Footer-Content.tsx b/app/Components/Footer-Content.tsx index 5899555..50ccf54 100644 --- a/app/Components/Footer-Content.tsx +++ b/app/Components/Footer-Content.tsx @@ -6,7 +6,6 @@ function FooterContent() { { name: "About", href: "#about" }, { name: "Leadership", href: "#leadership" }, { name: "Ventures", href: "#ventures" }, - { name: "Investments", href: "#investments" }, { name: "Media", href: "#media" }, { name: "Contact", href: "#contact" }, ]; diff --git a/app/Components/Header.tsx b/app/Components/Header.tsx index ee44886..b611f80 100644 --- a/app/Components/Header.tsx +++ b/app/Components/Header.tsx @@ -9,7 +9,7 @@ const Header: React.FC = () => { const [isSidebarOpen, setIsSidebarOpen] = useState(false); const [activeItem, setActiveItem] = useState(""); - const navItems = ["About", "Leadership", "Ventures", "Investments", "Media"]; + const navItems = ["About", "Leadership", "Ventures", "Media"]; useEffect(() => { if (isSidebarOpen) { diff --git a/app/Components/Industry.tsx b/app/Components/Industry.tsx index 9d9609d..1bd48c9 100644 --- a/app/Components/Industry.tsx +++ b/app/Components/Industry.tsx @@ -18,7 +18,7 @@ const Industry: React.FC = () => { {/* Text content */}
-

+

Investing in
Visionaries Reshaping Industries