From a009db2248fb5e2760ddbc63858e19573cf816cc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 07:24:33 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 97 ++++++++++++++++++++-------------------- 1 file changed, 49 insertions(+), 48 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7c90c20..2b04fc8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,8 +6,9 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import Link from "next/link"; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- + - +
); -- 2.49.1 From 932ee7999fcf1cebdd3d602d5d04180cd4a44109 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 07:24:33 +0000 Subject: [PATCH 2/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f31328e..d976ee0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,8 +12,8 @@ import { Montserrat } from "next/font/google"; export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", + title: 'Contact Naoti Car Wash', + description: 'Get in touch with Naoti Car Wash for professional vehicle care in Camăr.', }; const playfair = Playfair_Display({ variable: "--font-playfair", subsets: ["latin"] }); -- 2.49.1