2 Commits

Author SHA1 Message Date
10d76188ea Update src/app/page.tsx 2026-04-22 21:26:08 +00:00
95bd10c660 Merge version_1 into main
Merge version_1 into main
2026-04-22 21:25:24 +00:00

View File

@@ -169,7 +169,7 @@ export default function LandingPage() {
text="Find us in the heart of the Barrio. Open daily from 7:00 AM to 8:00 PM. See you tomorrow morning for your usual order."
buttons={[
{
text: "Find Us on Maps", href: "https://maps.google.com"},
text: "Get Directions", href: "https://maps.google.com"},
]}
/>
</div>
@@ -221,4 +221,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}