diff --git a/src/app/page.tsx b/src/app/page.tsx index 3189b20..c6e5538 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 ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactText from '@/components/sections/contact/ContactText'; 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 TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { CheckCircle, Music, Star, Utensils } from "lucide-react"; export default function LandingPage() { @@ -129,30 +129,25 @@ export default function LandingPage() {
-
- console.log("Form submitted with email:", email)} - imageSrc="http://img.b2bpic.net/free-photo/view-beautifully-designed-delicious-dessert-with-chocolate-cinnamon-with-topping-it_181624-23843.jpg?_wi=2" />
@@ -169,4 +164,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file