3 Commits

Author SHA1 Message Date
b0574ccab2 Update src/app/page.tsx 2026-04-13 17:01:22 +00:00
f9dc1fee1b Update src/app/menu/page.tsx 2026-04-13 17:01:22 +00:00
75bf4ebaf7 Merge version_15 into main
Merge version_15 into main
2026-04-13 16:56:42 +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>