7 Commits

Author SHA1 Message Date
98ba259d06 Update src/app/page.tsx 2026-04-13 17:41:35 +00:00
5810faef18 Merge version_29 into main
Merge version_29 into main
2026-04-13 17:40:10 +00:00
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
3 changed files with 6 additions and 10 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"
/>

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, MapPin, Quote, Phone } 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: "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" },
@@ -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", href: "tel:2078392808" }
]}
/>
</div>
@@ -123,4 +119,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

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