5 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
3 changed files with 5 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"
/>

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 (

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;