Merge version_2 into main #11

Merged
bender merged 1 commits from version_2 into main 2026-04-05 12:20:56 +00:00

View File

@@ -34,7 +34,7 @@ export default function Page() {
<HeroLogo
logoText="Oyster Bay"
description="Experience coastal elegance at Oyster Bay, Nairobi. Fresh seafood, curated mixology, and fine dining at Valley Arcade."
buttons={[{ text: "Book a Table" }]
buttons={[{ text: "Book a Table" }]}
/>
</div>
@@ -88,7 +88,7 @@ export default function Page() {
tag="Visit Us"
title="Reserve Your Seat"
description="Join us for an unforgettable dining experience at Valley Arcade."
buttons={[{ text: "Book Online" }]
buttons={[{ text: "Book Online" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>