4 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
45bea7bda5 Merge version_27 into main
Merge version_27 into main
2026-04-13 17:38:12 +00:00
2 changed files with 2 additions and 2 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 (