From bb6be1ac0ebc163452ac687959a642d478a49acb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:09:33 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 983c517..80ef59d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -60,8 +60,6 @@ export default function ContactPage() { description="We are located in the heart of Sidi Gaber." subdescription="Easily accessible via public transport." icon={MapPin} - imageSrc="http://img.b2bpic.net/free-photo/female-student-using-laptop-while-sitting-cafe-concentrated-young-woman-freelancer-work_146671-19749.jpg" - mediaAnimation="slide-up" videoSrc="http://img.b2bpic.net/free-photo/female-student-using-laptop-while-sitting-cafe-concentrated-young-woman-freelancer-work_146671-19749.jpg" /> -- 2.49.1 From 4a9b476283daf57cd29ec54e0b247e43fb5e5a55 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:09:33 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbdc1b3..68aa8e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,12 +117,8 @@ export default function LandingPage() { layout="section" title="Cafe Policies & House Rules" sections={[ - { - heading: "Safety & Respect", content: "We pride ourselves on a welcoming, safe environment for all customers. Harassment or disruptive behavior will not be tolerated." - }, - { - heading: "Reservations", content: "Bookings can be made via WhatsApp. Minimum of 2 hours for private setups. Cancellation notice required 30 mins prior." - } + { heading: "Safety & Respect", content: "We pride ourselves on a welcoming, safe environment for all customers. Harassment or disruptive behavior will not be tolerated." }, + { heading: "Reservations", content: "Bookings can be made via WhatsApp. Minimum of 2 hours for private setups. Cancellation notice required 30 mins prior." } ]} /> -- 2.49.1