diff --git a/src/app/page.tsx b/src/app/page.tsx index 820f02d..57706bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { CheckCircle, Music, Star, Utensils } from "lucide-react"; export default function LandingPage() { @@ -129,12 +129,14 @@ export default function LandingPage() {