diff --git a/src/app/page.tsx b/src/app/page.tsx index bc07494..2eaf874 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { features={[ { title: "100% Gluten Free", description: "No cross-contamination. No guessing. Just confidence.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert_23-2148904683.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109435.jpg" }] }, { title: "Small Batch Bakes", description: "We bake fresh, in limited quantities—because quality matters.", icon: Croissant, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-sunflower-seeds-sandwich-bread-background-uses_141793-5297.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-white-oval-plate-cone-fir-tree-leaves-cinnamon-different-biscuits-cup-tea-dark-wooden-ground_140725-90868.jpg" }] }, - { title: "Signature Favorites", description: "From cinnamon rolls to artichoke rolls, discover our cult favorites.", icon: Star, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-red-strawberries-cakes-waffles-light-blue-surface_140725-66649.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-451.jpg" }] }, + { title: "Signature Favorites", description: "From cinnamon rolls to artichoke rolls, discover our cult favorites.", icon: Star, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-red-strawberries-cakes-waffles-light-blue-surface_140725-66649.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-451.jpg?_wi=1" }] }, ]} /> @@ -109,7 +109,7 @@ export default function LandingPage() {