From 015833e466615c8355b86fad3ba9e7f44fbeb082 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:25:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41e6671..84502d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,8 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Disc3, Music, Award, Star, Mail } from "lucide-react"; +import { Disc3, Music, Award, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -32,8 +31,7 @@ export default function LandingPage() { { name: "Showcase", id: "showcase" }, { name: "About", id: "about" }, { name: "Why Us", id: "features" }, - { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" } + { name: "Reviews", id: "testimonials" } ]} /> @@ -163,21 +161,6 @@ export default function LandingPage() { /> -
- -
-