Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user