From b0c19ab692677a738a8efdcdade270e3414bf1e5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:37:34 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 62 +++++++++++++----------------------------- 1 file changed, 19 insertions(+), 43 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6f6e798..ee34c47 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -15,7 +15,7 @@ export default function AboutPage() { { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, - { name: "Reservations", id: "/reservations" }, + { name: "Reservations", id: "/contact" }, ]; return ( @@ -61,45 +61,33 @@ export default function AboutPage() { features={[ { id: 1, - title: "Fresh Pastas", - description: - "Handmade daily with premium durum wheat flour and eggs. From classic spaghetti to creative filled pastas.", - phoneOne: { + title: "Fresh Pastas", description: + "Handmade daily with premium durum wheat flour and eggs. From classic spaghetti to creative filled pastas.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/top-view-delicious-uncooked-pasta_23-2149164786.jpg?_wi=3", - }, + "http://img.b2bpic.net/free-photo/top-view-delicious-uncooked-pasta_23-2149164786.jpg?_wi=3"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/some-assorted-pasta-bowls-grey-plaster-wicker-placemat-background-top-view_176474-64129.jpg?_wi=3", - }, + "http://img.b2bpic.net/free-photo/some-assorted-pasta-bowls-grey-plaster-wicker-placemat-background-top-view_176474-64129.jpg?_wi=3"}, }, { id: 2, - title: "Seafood Specialties", - description: - "Fresh catch prepared with Mediterranean herbs and the finest olive oils. A taste of the Italian coast.", - phoneOne: { + title: "Seafood Specialties", description: + "Fresh catch prepared with Mediterranean herbs and the finest olive oils. A taste of the Italian coast.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg?_wi=4", - }, + "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg?_wi=4"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/plate-with-mussels-served-with-lemon-slices_140725-8999.jpg?_wi=4", - }, + "http://img.b2bpic.net/free-photo/plate-with-mussels-served-with-lemon-slices_140725-8999.jpg?_wi=4"}, }, { id: 3, - title: "Risotto & Rice", - description: - "Creamy arborio rice dishes featuring seasonal ingredients and authentic preparation methods.", - phoneOne: { + title: "Risotto & Rice", description: + "Creamy arborio rice dishes featuring seasonal ingredients and authentic preparation methods.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/cooking-tomato-sauce_23-2147985220.jpg?_wi=4", - }, + "http://img.b2bpic.net/free-photo/cooking-tomato-sauce_23-2147985220.jpg?_wi=4"}, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902528.jpg?_wi=3", - }, + "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902528.jpg?_wi=3"}, }, ]} showStepNumbers={true} @@ -116,29 +104,17 @@ export default function AboutPage() { author="Maria Rossi, Chef & Food Critic" avatars={[ { - src: "http://img.b2bpic.net/free-photo/female-chef-pointing-up-white-uniform-looking-scared_176474-11751.jpg", - alt: "Maria Rossi", - }, + src: "http://img.b2bpic.net/free-photo/female-chef-pointing-up-white-uniform-looking-scared_176474-11751.jpg", alt: "Maria Rossi"}, { - src: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3944.jpg", - alt: "Guest 2", - }, + src: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3944.jpg", alt: "Guest 2"}, { - src: "http://img.b2bpic.net/free-photo/couple-enjoying-their-bookstore-date_23-2150913053.jpg", - alt: "Guest 3", - }, + src: "http://img.b2bpic.net/free-photo/couple-enjoying-their-bookstore-date_23-2150913053.jpg", alt: "Guest 3"}, { - src: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg", - alt: "Guest 4", - }, + src: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg", alt: "Guest 4"}, { - src: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", - alt: "Guest 5", - }, + src: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", alt: "Guest 5"}, { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", - alt: "Guest 6", - }, + src: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", alt: "Guest 6"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" -- 2.49.1 From 0f2493108ab5bbbeb411ae5745e6c0a55b7ba652 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:37:34 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0cb0e46..672e18c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -13,7 +13,7 @@ export default function ContactPage() { { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, - { name: "Reservations", id: "/reservations" }, + { name: "Reservations", id: "/contact" }, ]; return ( @@ -45,8 +45,7 @@ export default function ContactPage() { title="Join Our Italian Community" description="Subscribe to receive weekly specials, new menu items, and exclusive dining invitations. Be the first to know about our special events and seasonal offerings." background={{ - variant: "sparkles-gradient", - }} + variant: "sparkles-gradient"}} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891127.jpg?_wi=2" imageAlt="Restaurant wine and ambiance" -- 2.49.1 From b385090814e15f55eeb0cc7dd4e7c9e257484dcf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:37:35 +0000 Subject: [PATCH 3/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 87 +++++++++++-------------------------------- 1 file changed, 22 insertions(+), 65 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 3746580..ec77351 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -6,15 +6,15 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne"; import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import Link from "next/link"; -import { Sparkles } from "lucide-react"; +import { Sparkles, Tag as TagIcon } from "lucide-react"; export default function MenuPage() { const navItems = [ { name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, - { name: "About", id: "/" }, - { name: "Contact", id: "/" }, - { name: "Reservations", id: "/" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, + { name: "Reservations", id: "/contact" }, ]; const footerColumns = [ @@ -22,13 +22,13 @@ export default function MenuPage() { items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, - { label: "About", href: "/" }, + { label: "About", href: "/about" }, { label: "Gallery", href: "#" }, ], }, { items: [ - { label: "Reservations", href: "/" }, + { label: "Reservations", href: "/contact" }, { label: "Private Events", href: "#" }, { label: "Catering", href: "#" }, { label: "Gift Cards", href: "#" }, @@ -38,7 +38,7 @@ export default function MenuPage() { items: [ { label: "Hours", href: "#" }, { label: "Location", href: "#" }, - { label: "Contact", href: "/" }, + { label: "Contact", href: "/contact" }, { label: "Blog", href: "#" }, ], }, @@ -78,37 +78,17 @@ export default function MenuPage() { Date: Mon, 9 Mar 2026 14:37:35 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 100 ++++++++++++----------------------------------- 1 file changed, 25 insertions(+), 75 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb304a3..5530f7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import Link from "next/link"; -import { Clock, Users, Leaf, Sparkles, Mail } from "lucide-react"; +import { Clock, Users, Leaf, Sparkles, Mail, Tag as TagIcon } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -96,37 +96,17 @@ export default function HomePage() {