Merge version_16 into main #20

Merged
bender merged 2 commits from version_16 into main 2026-04-13 17:01:26 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -57,11 +57,11 @@ export default function FullMenuPage() {
<FooterCard
logoText="Mr. Bagel Gorham"
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: MapPin, href: "#", ariaLabel: "Location" }
{ icon: Instagram, href: "https://www.instagram.com/gorhammisterbagel/", ariaLabel: "Instagram" },
{ icon: Facebook, href: "https://www.facebook.com/MrBagelGorham/", ariaLabel: "Facebook" },
{ icon: MapPin, href: "#", ariaLabel: "13 New Portland Rd, Gorham, ME 04038" }
]}
copyrightText="© 2025 Mr. Bagel Gorham. All rights reserved."
copyrightText="© 2025 Mr. Bagel Gorham. All rights reserved. 13 New Portland Rd, Gorham, ME 04038."
/>
</div>
</ReactLenis>

View File

@@ -114,11 +114,11 @@ export default function LandingPage() {
<FooterCard
logoText="Mr. Bagel Gorham"
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: MapPin, href: "#", ariaLabel: "Location" }
{ icon: Instagram, href: "https://www.instagram.com/gorhammisterbagel/", ariaLabel: "Instagram" },
{ icon: Facebook, href: "https://www.facebook.com/MrBagelGorham/", ariaLabel: "Facebook" },
{ icon: MapPin, href: "#", ariaLabel: "13 New Portland Rd, Gorham, ME 04038" }
]}
copyrightText="© 2025 Mr. Bagel Gorham. All rights reserved."
copyrightText="© 2025 Mr. Bagel Gorham. All rights reserved. 13 New Portland Rd, Gorham, ME 04038."
/>
</div>
</ReactLenis>