Compare commits
28 Commits
version_20
...
version_30
| Author | SHA1 | Date | |
|---|---|---|---|
| 98ba259d06 | |||
| 5810faef18 | |||
| 0c042b5976 | |||
| 1b281c87ec | |||
| 121f33f325 | |||
| 616a47e007 | |||
| 45bea7bda5 | |||
| 72d8d8a702 | |||
| abcf154af2 | |||
| 0139250bac | |||
| 486ce45b5a | |||
| 57aaabd866 | |||
| 97dfda9158 | |||
| 13ee19efd8 | |||
| 0f62ec5e58 | |||
| 2e652dff51 | |||
| 7285290dd8 | |||
| 353d7a7237 | |||
| 5ea0547e8e | |||
| 172d3de433 | |||
| cc7025e5dd | |||
| bdb362d530 | |||
| b824796170 | |||
| 61bed5c560 | |||
| 6e6dfac2b4 | |||
| da1241fd35 | |||
| 0f7d986a61 | |||
| 671d1ef372 |
@@ -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,9 +60,10 @@ 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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,7 +46,6 @@ export default function LandingPage() {
|
||||
tag="Since 2012 - Serving Gorham with Love"
|
||||
buttons={[
|
||||
{ text: "View Full Menu", href: "/menu" },
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445959-rw6mue2h.png", imageAlt: "Fresh artisan bagel sandwich" },
|
||||
@@ -104,9 +103,6 @@ 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: (207) 839-2802", href: "tel:2078392802" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,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>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fcf6ec;
|
||||
--card: #f3ede2;
|
||||
--foreground: #2e2521;
|
||||
--primary-cta: #c68a62;
|
||||
--primary-cta-text: #fcf6ec;
|
||||
--secondary-cta: #f3ede2;
|
||||
--secondary-cta-text: #2e2521;
|
||||
--accent: #b2a28b;
|
||||
--background-accent: #efebe5;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user