19 Commits

Author SHA1 Message Date
0c042b5976 Update src/app/page.tsx 2026-04-13 17:40:07 +00:00
1b281c87ec Update src/app/menu/page.tsx 2026-04-13 17:40:06 +00:00
121f33f325 Merge version_28 into main
Merge version_28 into main
2026-04-13 17:39:18 +00:00
616a47e007 Update theme colors 2026-04-13 17:39:15 +00:00
45bea7bda5 Merge version_27 into main
Merge version_27 into main
2026-04-13 17:38:12 +00:00
72d8d8a702 Update src/app/page.tsx 2026-04-13 17:38:09 +00:00
abcf154af2 Update src/app/menu/page.tsx 2026-04-13 17:38:09 +00:00
0139250bac Merge version_26 into main
Merge version_26 into main
2026-04-13 17:36:25 +00:00
486ce45b5a Update theme colors 2026-04-13 17:36:22 +00:00
57aaabd866 Merge version_25 into main
Merge version_25 into main
2026-04-13 17:34:55 +00:00
97dfda9158 Update theme colors 2026-04-13 17:34:52 +00:00
13ee19efd8 Merge version_24 into main
Merge version_24 into main
2026-04-13 17:34:48 +00:00
2e652dff51 Merge version_23 into main
Merge version_23 into main
2026-04-13 17:34:41 +00:00
353d7a7237 Switch to version 22: modified src/app/page.tsx 2026-04-13 17:33:29 +00:00
5ea0547e8e Switch to version 22: modified src/app/menu/page.tsx 2026-04-13 17:33:28 +00:00
172d3de433 Merge version_23 into main
Merge version_23 into main
2026-04-13 17:32:25 +00:00
cc7025e5dd Update src/app/page.tsx 2026-04-13 17:32:22 +00:00
bdb362d530 Update src/app/menu/page.tsx 2026-04-13 17:32:22 +00:00
b824796170 Merge version_22 into main
Merge version_22 into main
2026-04-13 17:29:34 +00:00
3 changed files with 11 additions and 5 deletions

View File

@@ -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>

View File

@@ -46,6 +46,7 @@ export default function LandingPage() {
tag="Since 2012 - Serving Gorham with Love"
buttons={[
{ text: "View Full Menu", href: "/menu" },
{ text: "Call Now", href: "tel:2078392808" },
]}
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445959-rw6mue2h.png", imageAlt: "Fresh artisan bagel sandwich" },
@@ -103,6 +104,9 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{ variant: "radial-gradient" }}
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", href: "tel:2078392808" }
]}
/>
</div>
@@ -113,9 +117,10 @@ 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>
</ThemeProvider>
);
}
}

View File

@@ -12,11 +12,11 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;