Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-01 04:29:28 +00:00

View File

@@ -238,7 +238,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
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={[
{
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>
</ThemeProvider>
);
}
}