6 Commits

Author SHA1 Message Date
34a6b1f6a9 Update src/app/page.tsx 2026-04-17 01:47:16 +00:00
86116dcd62 Merge version_3 into main
Merge version_3 into main
2026-04-17 01:45:57 +00:00
f2d4b98745 Update src/app/page.tsx 2026-04-17 01:45:54 +00:00
6211e8b5ee Merge version_2 into main
Merge version_2 into main
2026-04-17 01:44:42 +00:00
616b699eb2 Update src/app/page.tsx 2026-04-17 01:44:36 +00:00
73b19dd59e Merge version_1 into main
Merge version_1 into main
2026-04-17 01:43:29 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
description="Experience the finest culinary journey nestled on the tranquil riverbanks, where seasonal ingredients meet sophisticated riverside elegance."
buttons={[
{
text: "Book a Table", href: "#contact"},
text: "Book Your Riverside Table", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/table-with-food-thanksgiving-day-celebration_23-2148632535.jpg"
imageAlt="Riverside restaurant dining experience"
@@ -154,7 +154,7 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1", title: "Do you take reservations?", content: "Yes, we highly recommend booking in advance, especially for riverfront patio seating."},
id: "q1", title: "Do you take reservations?", content: "Yes, please use the button below or our contact form to secure your table."},
{
id: "q2", title: "Are there vegetarian options?", content: "Absolutely, our menu is updated seasonally with delicious plant-based selections."},
{
@@ -206,4 +206,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}