From c51d5ea6be2d7414b1d0742e79fe329b5dbdc3a4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 10:41:57 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 31878d3..5f87e28 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -10,9 +10,9 @@ import { Feather, Users, Book } from 'lucide-react'; export default function AboutPage() { const navItems = [ - { name: "Home", href: "/" }, - { name: "About Us", href: "/about" }, - { name: "Contact", href: "/contact" } + { name: "Home", id: "/" }, + { name: "About Us", id: "/about" }, + { name: "Contact", id: "/contact" } ]; const footerColumns = [ @@ -70,7 +70,7 @@ export default function AboutPage() { title: "Traditional Recipes", description: "Time-honored culinary traditions ensuring an authentic Mexican experience.", icon: Book } ]} - imageSrc="http://img.b2bpic.net/free-photo/tom-yum-spices-that-are-placed-brown-wood-cutting-board-have-dark-brown-wood_1150-17182.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/tom-yum-spices-that-are-placed-brown-wood-cutting-board-have-dark-brown-wood_1150-17182.jpg" imageAlt="Fresh Mexican ingredients on a wooden table" mediaAnimation="slide-up" textboxLayout="default"