Update src/app/about/page.tsx

This commit is contained in:
2026-03-06 23:54:03 +00:00
parent d49feb2535
commit 2c2b592c1e

View File

@@ -67,21 +67,21 @@ export default function AboutPage() {
id: "fresh",
title: "Fresh Ingredients",
description: "We use only the freshest eggs and premium butter bread. Every sandwich is made to order with love and care.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-ingredients-eggs-dark-bread-milk-nuts-jelly-light-background-color-dough-cake-hotcake-biscuit-photo-pie-bun_140725-158297.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-ingredients-eggs-dark-bread-milk-nuts-jelly-light-background-color-dough-cake-hotcake-biscuit-photo-pie-bun_140725-158297.jpg?_wi=3",
imageAlt: "Fresh ingredients",
},
{
id: "quick",
title: "Quick Service",
description: "Your order is ready in just 5 minutes. Perfect for busy professionals and students who need a quick breakfast.",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baguette-baked-bread-paper-with-different-seeds_23-2147975227.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baguette-baked-bread-paper-with-different-seeds_23-2147975227.jpg?_wi=3",
imageAlt: "Quick service",
},
{
id: "affordable",
title: "Affordable Prices",
description: "Delicious, fresh egg sandwiches at prices that won't break your budget. Quality food shouldn't be expensive.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-sandwich_23-2149286862.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-sandwich_23-2149286862.jpg?_wi=3",
imageAlt: "Affordable pricing",
},
]}