5 Commits

Author SHA1 Message Date
7622db95b1 Update src/app/page.tsx 2026-04-18 16:34:34 +00:00
8d24eb4409 Merge version_2 into main
Merge version_2 into main
2026-04-18 16:33:40 +00:00
14c371bb8b Update src/app/page.tsx 2026-04-18 16:33:37 +00:00
a11e072874 Merge version_1 into main
Merge version_1 into main
2026-04-18 16:32:31 +00:00
c6175cc43d Merge version_1 into main
Merge version_1 into main
2026-04-18 16:32:02 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
tag="Diani's Premier Café"
buttons={[
{
text: "Visit Us Today", href: "#contact"},
text: "View Our Menu", href: "#menu"},
{
text: "Chat on WhatsApp", href: "https://wa.me/254700000000"},
]}
@@ -203,7 +203,8 @@ export default function LandingPage() {
variant: "plain"}}
tag="Get in touch"
title="Visit Us Today"
description="Find us in Diani, Kenya. Come say hello and have a cup with us!"
description="We're located on Diani Beach Road, right next to the shopping center. Open daily from 7am to 7pm."
buttonText="Get Directions"
/>
</div>
@@ -219,4 +220,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}