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}