From 1226355a60b8f68b900696ba6ab91ad69dc45f4d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 10:52:42 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 39 +++++++++++++++++---------------------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21d7137..6f50c00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import BlogCardThree from '@/components/sections/blog/BlogCardThree'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; @@ -274,22 +274,17 @@ export default function LandingPage() {
-
@@ -297,16 +292,16 @@ export default function LandingPage() { ); -} \ No newline at end of file +}