diff --git a/src/app/page.tsx b/src/app/page.tsx index 17cb7e3..bcce0d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }]} /> @@ -194,4 +194,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file