Compare commits
21 Commits
version_25
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e385c65ac0 | |||
| 98ba259d06 | |||
| 5810faef18 | |||
| 0c042b5976 | |||
| 1b281c87ec | |||
| 121f33f325 | |||
| 616a47e007 | |||
| 45bea7bda5 | |||
| 72d8d8a702 | |||
| abcf154af2 | |||
| 0139250bac | |||
| 486ce45b5a | |||
| 57aaabd866 | |||
| 13ee19efd8 | |||
| 2e652dff51 | |||
| 353d7a7237 | |||
| 5ea0547e8e | |||
| 172d3de433 | |||
| cc7025e5dd | |||
| bdb362d530 | |||
| b824796170 |
@@ -27,7 +27,7 @@ export default function FullMenuPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Full Menu", id: "/menu" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Mr. Bagel"
|
||||
/>
|
||||
@@ -60,6 +60,7 @@ export default function FullMenuPage() {
|
||||
{ icon: MapPin, href: "#", ariaLabel: "13 New Portland Rd, Gorham, ME 04038" }
|
||||
]}
|
||||
copyrightText="© 2025 Mr. Bagel Gorham. All rights reserved. 13 New Portland Rd, Gorham, ME 04038."
|
||||
copyrightTextClassName="text-black"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -113,6 +113,7 @@ export default function LandingPage() {
|
||||
{ icon: MapPin, href: "#", ariaLabel: "13 New Portland Rd, Gorham, ME 04038" }
|
||||
]}
|
||||
copyrightText="© 2025 Mr. Bagel Gorham. All rights reserved. 13 New Portland Rd, Gorham, ME 04038."
|
||||
copyrightTextClassName="text-black"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user