Update src/app/about/page.tsx

This commit is contained in:
2026-03-09 20:36:03 +00:00
parent 6046d96db5
commit 4bdab6c55e

View File

@@ -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"
}}
/>
</div>
@@ -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() {
<FooterLogoReveal
logoText="International Bakery Inc"
leftLink={{
text: "Privacy Policy",
href: "#"
text: "Privacy Policy", href: "#"
}}
rightLink={{
text: "Follow Us",
href: "#"
text: "Follow Us", href: "#"
}}
/>
</div>