From 1daa01ce5e5b76c5f0ae14260990da34e878c8b7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 11:20:54 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 109 +++++++++++++++++++-------------------- 1 file changed, 53 insertions(+), 56 deletions(-) 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 ( - + -
- -
+
+ +
- + - +
); -- 2.49.1 From 1aba8af2fe6e132b9b7096c1030696ac189ceca0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 11:20:54 +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 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({ -- 2.49.1