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" /> 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." } ]} />