diff --git a/src/app/page.tsx b/src/app/page.tsx index 11b91d8..c189115 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,19 +133,19 @@ export default function PizzaHubPage() { features={[ { id: 1, - title: "Premium Ingredient Selection", description: "We hand-select the finest Italian flour, fresh mozzarella, San Marzano tomatoes, and seasonal vegetables to ensure every pizza exceeds expectations.", imageSrc: "http://img.b2bpic.net/free-vector/lettering-background-design_1262-1315.jpg", imageAlt: "Fresh ingredients selection" + title: "Premium Ingredient Selection", description: "We hand-select the finest Italian flour, fresh mozzarella, San Marzano tomatoes, and seasonal vegetables to ensure every pizza exceeds expectations.", imageSrc: "http://img.b2bpic.net/free-vector/lettering-background-design_1262-1315.jpg?_wi=1", imageAlt: "Fresh ingredients selection" }, { id: 2, - title: "Traditional Dough Fermentation", description: "Our signature dough undergoes a 48-hour cold fermentation process, developing deep flavor and perfect crust texture that our customers love.", imageSrc: "http://img.b2bpic.net/free-vector/lettering-background-design_1262-1315.jpg", imageAlt: "Dough fermentation process" + title: "Traditional Dough Fermentation", description: "Our signature dough undergoes a 48-hour cold fermentation process, developing deep flavor and perfect crust texture that our customers love.", imageSrc: "http://img.b2bpic.net/free-vector/lettering-background-design_1262-1315.jpg?_wi=2", imageAlt: "Dough fermentation process" }, { id: 3, - title: "Wood-Fired Perfection", description: "Baked in our authentic Italian wood-fired oven at 900°F, each pizza reaches optimal crispness and flavor in just 90 seconds.", imageSrc: "http://img.b2bpic.net/free-vector/lettering-background-design_1262-1315.jpg", imageAlt: "Wood-fired oven baking" + title: "Wood-Fired Perfection", description: "Baked in our authentic Italian wood-fired oven at 900°F, each pizza reaches optimal crispness and flavor in just 90 seconds.", imageSrc: "http://img.b2bpic.net/free-vector/lettering-background-design_1262-1315.jpg?_wi=3", imageAlt: "Wood-fired oven baking" }, { id: 4, - title: "Artisan Finishing", description: "Fresh herbs, premium olive oil, and thoughtful plating complete each masterpiece, ready to delight your palate.", imageSrc: "http://img.b2bpic.net/free-vector/lettering-background-design_1262-1315.jpg", imageAlt: "Finished pizza presentation" + title: "Artisan Finishing", description: "Fresh herbs, premium olive oil, and thoughtful plating complete each masterpiece, ready to delight your palate.", imageSrc: "http://img.b2bpic.net/free-vector/lettering-background-design_1262-1315.jpg?_wi=4", imageAlt: "Finished pizza presentation" }, ]} />