5 Commits

Author SHA1 Message Date
be14d3a0bd Merge version_4 into main
Merge version_4 into main
2026-04-27 07:15:10 +00:00
8543b3576d Update src/app/page.tsx 2026-04-27 07:15:07 +00:00
d39dfa3ca9 Merge version_3 into main
Merge version_3 into main
2026-04-27 07:14:08 +00:00
dce0a062e6 Update src/app/page.tsx 2026-04-27 07:14:02 +00:00
e42abcae0e Merge version_2 into main
Merge version_2 into main
2026-04-27 07:12:26 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
description="A refined culinary escape with breathtaking waterfront views." description="A refined culinary escape with breathtaking waterfront views."
buttons={[ buttons={[
{ {
text: "Reserve a Table", href: "#contact"}, text: "Book Your Reservation", href: "#contact"},
{ {
text: "View Menu", href: "#menu"}, text: "View Menu", href: "#menu"},
]} ]}
@@ -144,7 +144,7 @@ export default function LandingPage() {
{ {
id: "p6", name: "Curated Wine Pairings", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg"}, id: "p6", name: "Curated Wine Pairings", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg"},
]} ]}
title="Menu Highlights" title="Signature Culinary Creations"
description="A glimpse into our seasonal culinary creations." description="A glimpse into our seasonal culinary creations."
/> />
</div> </div>