From 8331b6dcf832c7b0975ca96696e25df2dd90946d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 00:31:49 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 239 ++++++++++------------------------------------- 1 file changed, 49 insertions(+), 190 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 25075c5..a681b50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,29 +30,17 @@ export default function LandingPage() {
@@ -301,58 +183,35 @@ export default function LandingPage() { Date: Thu, 11 Jun 2026 00:31:49 +0000 Subject: [PATCH 2/2] Update src/app/reservations/page.tsx --- src/app/reservations/page.tsx | 103 +++++++++------------------------- 1 file changed, 26 insertions(+), 77 deletions(-) diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index 7027537..f517675 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -26,29 +26,17 @@ export default function LandingPage() { @@ -66,20 +52,15 @@ export default function LandingPage() { @@ -90,20 +71,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "res-q1", - title: "How far in advance should I book?", - content: "We recommend booking at least 24-48 hours in advance, especially for weekend evenings or special events, to ensure availability.", - }, + id: "res-q1", title: "How far in advance should I book?", content: "We recommend booking at least 24-48 hours in advance, especially for weekend evenings or special events, to ensure availability."}, { - id: "res-q2", - title: "Can I modify or cancel my reservation?", - content: "Yes, you can modify or cancel your reservation up to 3 hours before your scheduled time. Please contact us directly via phone or email.", - }, + id: "res-q2", title: "Can I modify or cancel my reservation?", content: "Yes, you can modify or cancel your reservation up to 3 hours before your scheduled time. Please contact us directly via phone or email."}, { - id: "res-q3", - title: "Do you accommodate dietary restrictions?", - content: "Absolutely. Please inform us of any dietary restrictions or allergies when making your reservation, and our chefs will do their best to accommodate.", - }, + id: "res-q3", title: "Do you accommodate dietary restrictions?", content: "Absolutely. Please inform us of any dietary restrictions or allergies when making your reservation, and our chefs will do their best to accommodate."}, ]} title="Reservation Guidelines" description="Answers to common questions about making reservations at Crave Kenya." @@ -115,58 +87,35 @@ export default function LandingPage() {