From c92ac5079a24f5f50751942ba55d45ffd68247a3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 20:27:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfed3a8..b484dd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -134,29 +134,29 @@ export default function LandingPage() {
-
); } +" + } + ], + "rawPlan": "I have updated the contact section to a high-conversion call-to-action component for better visibility and engagement, and replaced the footer with a more elegant, logo-emphasized version to improve brand consistency and navigation." +} \ No newline at end of file -- 2.49.1