diff --git a/src/app/page.tsx b/src/app/page.tsx index d239545..1d9b5df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,7 +204,7 @@ export default function LandingPage() { variant: "plain"}} tag="Visit Us" title="Visit Our Chicago Location" - description="Find us at our flagship restaurant in the heart of Chicago: 160 E Superior St, Chicago, IL 60611." + description="Find us at our flagship restaurant in the heart of Chicago: 162 E Superior St, Chicago, IL 60611. Contact us at (312) 266-1000." buttons={[ { text: "Get Directions", href: "https://www.google.com/maps/place/Gino's+East/@41.895393,-87.625345,17z/data=!3m1!4b1!4m6!3m5!1s0x880fd34d85e78c85:0x77d01869e06180ec!8m2!3d41.895389!4d-87.62277!16s%2Fg%2F1tdr9d52?entry=ttu"}, @@ -249,4 +249,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}