From d3267f5e05c8fc62ddd15b11501d73b3cea541fd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:55:29 +0000 Subject: [PATCH] Switch to version 1: modified src/app/contact/page.tsx --- src/app/contact/page.tsx | 67 +++++++++++++++++++++++++++++++++------- 1 file changed, 56 insertions(+), 11 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5e08aa9..1a54624 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function ContactPage() { +export default function LandingPage() { return ( @@ -37,18 +49,27 @@ export default function ContactPage() {
); -} \ No newline at end of file +}