From 4bdab6c55eb07a5ef6e093c389918fb004bc5a3f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:36:03 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 52 ++++++++++-------------------------------- 1 file changed, 12 insertions(+), 40 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6a796de..5c41480 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -28,14 +28,13 @@ export default function AboutPage() { brandName="International Bakery" navItems={[ { name: "Home", id: "/" }, - { name: "Menu", id: "/" }, + { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }, { name: "Cakes", id: "/cakes" }, - { name: "Contact", id: "/" } + { name: "Contact", id: "/contact" } ]} button={{ - text: "Visit Today", - href: "#visit" + text: "Visit Today", href: "#visit" }} /> @@ -53,24 +52,15 @@ export default function AboutPage() { features={[ { id: 1, - title: "Founded on Tradition", - description: "Starting with family recipes passed down through generations, we honor authentic Mexican baking heritage while creating innovative flavors that delight modern palates.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg?_wi=3", - imageAlt: "Traditional Mexican bakery heritage and culture" + title: "Founded on Tradition", description: "Starting with family recipes passed down through generations, we honor authentic Mexican baking heritage while creating innovative flavors that delight modern palates.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg?_wi=3", imageAlt: "Traditional Mexican bakery heritage and culture" }, { id: 2, - title: "Fresh Every Day", - description: "Our skilled bakers start their work before dawn, ensuring that every pastry, bread, and cake meets our strict quality standards. Freshness is not just a promise—it's our guarantee.", - imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986283.jpg?_wi=3", - imageAlt: "Daily fresh baking process and quality control" + title: "Fresh Every Day", description: "Our skilled bakers start their work before dawn, ensuring that every pastry, bread, and cake meets our strict quality standards. Freshness is not just a promise—it's our guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986283.jpg?_wi=3", imageAlt: "Daily fresh baking process and quality control" }, { id: 3, - title: "Community First", - description: "We're more than a bakery; we're part of your neighborhood. We support local events, celebrate with families, and create memories one pastry at a time.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-young-woman-standing-front-display-cabinet-showing-blank-slate_23-2148027989.jpg?_wi=2", - imageAlt: "Community gatherings and celebrations at International Bakery" + title: "Community First", description: "We're more than a bakery; we're part of your neighborhood. We support local events, celebrate with families, and create memories one pastry at a time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-young-woman-standing-front-display-cabinet-showing-blank-slate_23-2148027989.jpg?_wi=2", imageAlt: "Community gatherings and celebrations at International Bakery" } ]} /> @@ -89,32 +79,16 @@ export default function AboutPage() { gridVariant="uniform-all-items-equal" metrics={[ { - id: "1", - value: "20+", - title: "Years", - description: "Serving families and communities", - icon: Sparkles + id: "1", value: "20+", title: "Years", description: "Serving families and communities", icon: Sparkles }, { - id: "2", - value: "50+", - title: "Locations", - description: "Across multiple states", - icon: Clock + id: "2", value: "50+", title: "Locations", description: "Across multiple states", icon: Clock }, { - id: "3", - value: "10M+", - title: "Pastries", - description: "Baked and served annually", - icon: Heart + id: "3", value: "10M+", title: "Pastries", description: "Baked and served annually", icon: Heart }, { - id: "4", - value: "1M+", - title: "Customers", - description: "Loyal visitors and friends", - icon: Users + id: "4", value: "1M+", title: "Customers", description: "Loyal visitors and friends", icon: Users } ]} /> @@ -143,12 +117,10 @@ export default function AboutPage() {