From 34f72c3b364463c244a07140fb9210a4a9ffc14b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 30 May 2026 21:11:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf1ce53..4acacd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; @@ -12,6 +11,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { Sparkles } from "lucide-react"; +import ContactSplit from '@/components/sections/contact/ContactSplit'; export default function LandingPage() { return ( @@ -201,17 +201,21 @@ export default function LandingPage() {
- console.log("Contact form submitted with email:", email)} />