diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fa3508..9a663c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,6 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { @@ -34,8 +32,6 @@ export default function LandingPage() { name: "Home", id: "#hero"}, { name: "About Us", id: "#about"}, - { - name: "Testimonials", id: "#testimonials"}, { name: "Contact", id: "#contact"}, ]} @@ -76,35 +72,6 @@ export default function LandingPage() { /> -
-