3 Commits

Author SHA1 Message Date
48d90ded81 Update src/app/page.tsx 2026-04-13 17:07:05 +00:00
27b84cd784 Update src/app/menu/page.tsx 2026-04-13 17:07:05 +00:00
2913c01795 Merge version_16 into main
Merge version_16 into main
2026-04-13 17:01:25 +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>
);
}
}