diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 84344f6..c483d2a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import { Phone } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- + - +
); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 48083c1..a6205cd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Mulish } from "next/font/google"; export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", + title: 'Contact Hôtel Kaiser - Sousse', + description: 'Get in touch with Hôtel Kaiser in Sousse for booking inquiries and information.', }; const mulish = Mulish({