Update src/app/page.tsx
This commit is contained in:
@@ -117,8 +117,8 @@ export default function LandingPage() {
|
||||
layout="section"
|
||||
title="Cafe Policies & House Rules"
|
||||
sections={[
|
||||
{ heading: "Safety & Respect", content: [{ text: "We pride ourselves on a welcoming, safe environment for all customers. Harassment or disruptive behavior will not be tolerated." }] },
|
||||
{ heading: "Reservations", content: [{ text: "Bookings can be made via WhatsApp. Minimum of 2 hours for private setups. Cancellation notice required 30 mins prior." }] }
|
||||
{ heading: "Safety & Respect", content: [{ type: "paragraph", text: "We pride ourselves on a welcoming, safe environment for all customers. Harassment or disruptive behavior will not be tolerated." }] },
|
||||
{ heading: "Reservations", content: [{ type: "paragraph", text: "Bookings can be made via WhatsApp. Minimum of 2 hours for private setups. Cancellation notice required 30 mins prior." }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user