diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f7db0e..6600b8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -40,8 +40,7 @@ export default function LandingPage() { { name: "Pricing", id: "pricing" }, { name: "Testimonials", id: "testimonials" }, { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" }, - { name: "Blog", id: "/blog" } + { name: "Contact", id: "contact" } ]} brandName="AIProfitLab" /> @@ -181,13 +180,16 @@ export default function LandingPage() { ); -} \ No newline at end of file +}