Update src/app/page.tsx

This commit is contained in:
2026-05-12 06:24:45 +00:00
parent 23f11a8f4f
commit 507a7f87fc

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="JD Café: Where Every Sip Meets Quality"
title="JD Café"
description="Good Food. Pure Quality."
buttons={[
{
@@ -156,10 +156,10 @@ export default function LandingPage() {
variant: "plain"}}
tag="Visit Us"
title="JD Café, Gandhinagar"
description="Opp. Bus Stand, Children Garden, Sector 28, Gandhinagar, Gujarat 382028 | Phone: 090232 13306"
description="Opp. Bus Stand, Children Garden, Sector 28, Gandhinagar, Gujarat 382028\n\nPhone: 090232 13306"
buttons={[
{
text: "Call Now", href: "tel:09023213306"},
text: "Get Directions", href: "https://maps.google.com/?q=JD+Cafe+Sector+28+Gandhinagar"},
]}
/>
</div>
@@ -192,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}