Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-06 02:23:56 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}