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