Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 05:56:12 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -90,18 +90,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}