Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-09 06:00:02 +00:00

View File

@@ -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}