diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f0cc9f..0d2e124 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Flower, Heart, Flower2, MapPin, Star, Sprout } from "lucide-react"; +import { Heart, Flower2, MapPin, Star, Sprout } from "lucide-react"; export default function LandingPage() { return ( @@ -31,7 +30,6 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "home" }, { name: "Shop", id: "products" }, - { name: "About", id: "about" }, { name: "Contact", id: "contact" }, { name: "Testimonials", id: "testimonials" } ]} @@ -54,7 +52,7 @@ export default function LandingPage() { avatarText="Trusted by 2,500+ customers • 98% 5-star reviews" buttons={[ { text: "Shop Now", href: "#products" }, - { text: "Learn More", href: "#about" } + { text: "Learn More", href: "#features" } ]} buttonAnimation="slide-up" /> @@ -83,20 +81,6 @@ export default function LandingPage() { /> -
- -
-