diff --git a/src/app/page.tsx b/src/app/page.tsx index 64fd560..d839ac2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,7 +170,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", title: "Do I need a reservation?", content: "For prime Nile-view seating, we recommend reserving in advance."}, + id: "q1", title: "Do I need a reservation?", content: "For prime Nile-view seating, click here to reserve your table now."}, { id: "q2", title: "Are you open for breakfast?", content: "We offer a selection of morning favorites to start your day by the water."}, { @@ -223,4 +223,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}