Merge version_17 into main #21

Merged
bender merged 2 commits from version_17 into main 2026-04-13 17:07:09 +00:00
2 changed files with 22 additions and 2 deletions

View File

@@ -63,8 +63,18 @@ export default function FullMenuPage() {
]}
copyrightText="© 2025 Mr. Bagel Gorham. All rights reserved. 13 New Portland Rd, Gorham, ME 04038."
/>
<div className="flex justify-center mt-8">
<iframe
src="https://www.instagram.com/p/DFR-Gv0JzGZ/embed"
width="400"
height="480"
frameBorder="0"
scrolling="no"
allowTransparency={true}
/>
</div>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -120,8 +120,18 @@ export default function LandingPage() {
]}
copyrightText="© 2025 Mr. Bagel Gorham. All rights reserved. 13 New Portland Rd, Gorham, ME 04038."
/>
<div className="flex justify-center mt-8">
<iframe
src="https://www.instagram.com/p/DFR-Gv0JzGZ/embed"
width="400"
height="480"
frameBorder="0"
scrolling="no"
allowTransparency={true}
/>
</div>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}