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() { /> -
- -
-