From c9d3988cfafe4b50ad8e6aa8ce7e12f94bc56d6a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 18:35:13 +0000 Subject: [PATCH] Update src/app/visit/page.tsx --- src/app/visit/page.tsx | 212 ++++++++++++++--------------------------- 1 file changed, 73 insertions(+), 139 deletions(-) diff --git a/src/app/visit/page.tsx b/src/app/visit/page.tsx index 3340ab4..e1fc108 100644 --- a/src/app/visit/page.tsx +++ b/src/app/visit/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function LandingPage() { +export default function VisitPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1