Compare commits
4 Commits
version_28
...
version_29
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c042b5976 | |||
| 1b281c87ec | |||
| 121f33f325 | |||
| 45bea7bda5 |
@@ -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"
|
||||
/>
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user