From f1546d397ec8ed2aaaa8d75b27e5ea9845053ba4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 12:01:52 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 83 +++++++++------------------------------- 1 file changed, 18 insertions(+), 65 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index eb3c9a3..07f398d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,37 +8,29 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import TextAbout from '@/components/sections/about/TextAbout'; import { Phone } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -80,36 +61,8 @@ export default function LandingPage() {