2 Commits

Author SHA1 Message Date
5ac18b5e25 Update src/app/page.tsx 2026-06-01 04:29:22 +00:00
b38b8d5bff Merge version_2 into main
Merge version_2 into main
2026-06-01 04:25:10 +00:00

View File

@@ -238,7 +238,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain"}} variant: "plain"}}
text="Visit Trieste Cafe or Call Us Today to Experience Authentic Greek Cuisine!\n\n10 S 5th St #9, Minneapolis, MN 55402\nPhone: (612) 333-4658\n\nWe look forward to serving you the best of Greek cuisine in Minnesota!" text="Visit Trieste Cafe or Call Us Today to Experience Authentic Greek Cuisine!\n\n10 S 5th St #9\nMinneapolis, MN 55402\nPhone: (612) 333-4658\n\nWe look forward to serving you the best of Greek cuisine in Minnesota!"
buttons={[ buttons={[
{ {
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=Trieste+Cafe+10+S+5th+St+%239,+Minneapolis,+MN+55402"}, text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=Trieste+Cafe+10+S+5th+St+%239,+Minneapolis,+MN+55402"},
@@ -293,4 +293,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }