diff --git a/src/app/page.tsx b/src/app/page.tsx index 66ad68c..40a9c41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file