Update src/app/page.tsx

This commit is contained in:
2026-05-10 11:55:43 +00:00
parent a77d98f99d
commit 4333279247

View File

@@ -215,6 +215,10 @@ export default function LandingPage() {
background={{
variant: "canvas-reveal"}}
text="Visit us at Major Muriithi St, Eastleigh, Nairobi. Reach us via WhatsApp at +254 704 364 896."
buttons={[
{
text: "Book Your Table", href: "https://wa.me/254704364896"},
]}
/>
</div>
@@ -247,4 +251,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}