Update src/app/about/page.tsx

This commit is contained in:
2026-03-25 10:41:57 +00:00
parent b07f552ae8
commit c51d5ea6be

View File

@@ -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"