Compare commits
6 Commits
version_19
...
version_21
| Author | SHA1 | Date | |
|---|---|---|---|
| da1241fd35 | |||
| 0f7d986a61 | |||
| 671d1ef372 | |||
| 2e40285b7e | |||
| 7d183200f5 | |||
| b30cbba332 |
@@ -61,18 +61,8 @@ 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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,6 +106,7 @@ export default function LandingPage() {
|
||||
text="Call us at (207) 839-2802 to place your order or inquire about catering. We're ready to serve your breakfast needs!"
|
||||
buttons={[
|
||||
{ text: "Call Now: (207) 839-2802", href: "tel:2078392802" },
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,18 +119,8 @@ 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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user