From 901adc47ceac50e4b3c125bc44b2309b9ed9f7c5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:59:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2887f88..51037b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,18 +93,18 @@ export default function ArtisanBakeryPage() { features={[ { id: 1, - title: "Premium Ingredients", description: "We use only the finest organic flour, butter, and natural ingredients. No artificial preservatives or additives in any of our products.", phoneOne: { imageSrc: "/placeholders/placeholder1.webp" }, - phoneTwo: { imageSrc: "/placeholders/placeholder1.webp" }, + title: "Premium Ingredients", description: "We use only the finest organic flour, butter, and natural ingredients. No artificial preservatives or additives in any of our products.", phoneOne: { imageSrc: "/placeholders/placeholder1.webp?_wi=1" }, + phoneTwo: { imageSrc: "/placeholders/placeholder1.webp?_wi=2" }, }, { id: 2, - title: "Traditional Methods", description: "Our recipes have been perfected over generations using time-honored baking techniques and authentic European methods.", phoneOne: { imageSrc: "/placeholders/placeholder1.webp" }, - phoneTwo: { imageSrc: "/placeholders/placeholder1.webp" }, + title: "Traditional Methods", description: "Our recipes have been perfected over generations using time-honored baking techniques and authentic European methods.", phoneOne: { imageSrc: "/placeholders/placeholder1.webp?_wi=3" }, + phoneTwo: { imageSrc: "/placeholders/placeholder1.webp?_wi=4" }, }, { id: 3, - title: "Daily Fresh Baking", description: "Everything is baked fresh every morning. Our ovens are fired up before dawn to ensure you get the freshest products.", phoneOne: { imageSrc: "/placeholders/placeholder1.webp" }, - phoneTwo: { imageSrc: "/placeholders/placeholder1.webp" }, + title: "Daily Fresh Baking", description: "Everything is baked fresh every morning. Our ovens are fired up before dawn to ensure you get the freshest products.", phoneOne: { imageSrc: "/placeholders/placeholder1.webp?_wi=5" }, + phoneTwo: { imageSrc: "/placeholders/placeholder1.webp?_wi=6" }, }, ]} showStepNumbers={true} -- 2.49.1