From c621720324c606bca6e43df062d13bc8a33fce5a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:37:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f49e4af..bc97515 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; @@ -222,12 +222,12 @@ export default function LandingPage() {
-
@@ -237,17 +237,17 @@ export default function LandingPage() { logoText="Adaptive" columns={[ { - title: "Company", items: [ - { label: "About", href: "#about" }, - { label: "Services", href: "#features" }, - ], + title: "Company", items: [ + { label: "About", href: "#about" }, + { label: "Services", href: "#features" }, + ] }, { - title: "Legal", items: [ - { label: "Privacy", href: "#" }, - { label: "Terms", href: "#" }, - ], - }, + title: "Legal", items: [ + { label: "Privacy", href: "#" }, + { label: "Terms", href: "#" }, + ] + } ]} />