Merge version_7 into main #6

Merged
bender merged 1 commits from version_7 into main 2026-04-28 11:21:36 +00:00

View File

@@ -176,7 +176,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
tag="Visit Us"
title="Ready for a Culinary Treat?"
description="Come visit Chef Steve at CHEF Bahrain. Great service, cozy vibes, and brilliant food are waiting for you. Call us: +973 1234 5678"
description="Come visit Chef Steve at CHEF Bahrain. Great service, cozy vibes, and brilliant food are waiting for you. Call us: +973 1234 5678. Find us on Instagram @CHEFBahrain. Business Policy: No outside food or drinks allowed."
buttons={[{ text: "Book Your Table Now", href: "tel:+97312345678" }]}
/>
</div>
@@ -194,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}