30 Commits

Author SHA1 Message Date
97dfda9158 Update theme colors 2026-04-13 17:34:52 +00:00
0f62ec5e58 Update theme colors 2026-04-13 17:34:44 +00:00
7285290dd8 Update theme colors 2026-04-13 17:34:38 +00:00
61bed5c560 Update src/app/page.tsx 2026-04-13 17:29:28 +00:00
6e6dfac2b4 Merge version_21 into main
Merge version_21 into main
2026-04-13 17:27:26 +00:00
da1241fd35 Update src/app/page.tsx 2026-04-13 17:27:23 +00:00
0f7d986a61 Update src/app/menu/page.tsx 2026-04-13 17:27:23 +00:00
671d1ef372 Merge version_20 into main
Merge version_20 into main
2026-04-13 17:23:31 +00:00
2e40285b7e Update src/app/page.tsx 2026-04-13 17:23:28 +00:00
7d183200f5 Update src/app/menu/page.tsx 2026-04-13 17:23:27 +00:00
b30cbba332 Merge version_19 into main
Merge version_19 into main
2026-04-13 17:11:58 +00:00
993d833a73 Update src/app/page.tsx 2026-04-13 17:11:55 +00:00
4c01c028d6 Update src/app/menu/page.tsx 2026-04-13 17:11:54 +00:00
96bdf487e2 Merge version_18 into main
Merge version_18 into main
2026-04-13 17:10:28 +00:00
9befad2146 Update src/app/page.tsx 2026-04-13 17:10:25 +00:00
a4573bdf93 Update src/app/menu/page.tsx 2026-04-13 17:10:25 +00:00
d64ee2bccc Merge version_17 into main
Merge version_17 into main
2026-04-13 17:07:09 +00:00
48d90ded81 Update src/app/page.tsx 2026-04-13 17:07:05 +00:00
27b84cd784 Update src/app/menu/page.tsx 2026-04-13 17:07:05 +00:00
2913c01795 Merge version_16 into main
Merge version_16 into main
2026-04-13 17:01:25 +00:00
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
71b1f3577e Update src/app/menu/page.tsx 2026-04-13 16:56:39 +00:00
2d00ac4397 Switch to version 13: modified src/app/menu/page.tsx 2026-04-13 16:55:34 +00:00
0f49eafd67 Merge version_14 into main
Merge version_14 into main
2026-04-13 16:53:18 +00:00
487f0529d0 Update src/app/menu/page.tsx 2026-04-13 16:53:12 +00:00
ebfe40f9fd Merge version_14 into main
Merge version_14 into main
2026-04-13 16:52:44 +00:00
cc0a0d1c24 Update src/app/menu/page.tsx 2026-04-13 16:52:41 +00:00
1a8b9eafe1 Merge version_13 into main
Merge version_13 into main
2026-04-13 16:48:54 +00:00
3 changed files with 17 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import FooterCard from '@/components/sections/footer/FooterCard';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import { Instagram, Facebook, MapPin } from "lucide-react";
import { MapPin } from "lucide-react";
export default function FullMenuPage() {
return (
@@ -41,6 +41,7 @@ export default function FullMenuPage() {
animationType="slide-up"
useInvertedBackground={false}
plans={[
{ id: "lunch", badge: "Lunch", price: "$4.95 - $11.50", subtitle: "Lunch Specials", features: ["Hamburger $8.50", "Grilled Cheese $4.95", "BLT $6.95", "Chicken/Steak Bomb $11.50", "Wraps $8.95-$11.50", "Cobb Salad $10.50", "Garden Salad $7.95", "Caesar Salad $7.95", "Chef Salad $10.50", "Add Chicken +$2.00"] },
{ id: "merch", badge: "Merch", price: "$15.53", subtitle: "Gear & Goods", features: ["MUG CLUB 20oz Mug"] },
{ id: "beverages", badge: "Beverages", price: "Varies", subtitle: "Refreshments", features: ["Coffee", "Pepsi Products", "Tea", "Milk", "RedBull"] },
{ id: "pastries", badge: "Pastries", price: "$1.00 - $4.66", subtitle: "Baked Goods", features: ["Muffins", "Cinnamon Bun $3.62", "Croissant $2.85", "Day Old Goodies $1.55", "Strudel $3.00", "Whoopie Pies $4.66", "Tonys Donuts $1.00", "Blueberry Strudel $3.50", "Cookies $3.00", "Gluten Free Brownie $2.59", "Blueberry Muffin Top $1.55"] },
@@ -56,11 +57,9 @@ 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: 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

@@ -8,7 +8,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Coffee, Instagram, Facebook, MapPin, Quote } from "lucide-react";
import { Coffee, MapPin, Quote } from "lucide-react";
export default function LandingPage() {
return (
@@ -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>
@@ -114,14 +110,12 @@ 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: 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>
</ThemeProvider>
);
}
}

View File

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