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 ( - + -
- -
+
+ +
- + - +
); 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"] });