diff --git a/src/app/page.tsx b/src/app/page.tsx index b892f98..3d06bdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,38 +7,34 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { CalendarDays, Users, Wine } from "lucide-react"; export default function LandingPage() { return (
-
); -} +} \ No newline at end of file