diff --git a/src/app/page.tsx b/src/app/page.tsx index fbc0f7c..7053bba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,13 +133,13 @@ export default function HomePage() { tagIcon={Award} features={[ { - title: "Authentic Italian Recipes", description: "Traditional recipes passed down through generations, honoring Neapolitan culinary heritage.", imageSrc: "http://img.b2bpic.net/free-photo/border-pasta-ingredients_23-2147853453.jpg", imageAlt: "Fresh Italian ingredients", button: { text: "Learn More", href: "#about" }, + title: "Authentic Italian Recipes", description: "Traditional recipes passed down through generations, honoring Neapolitan culinary heritage.", imageSrc: "http://img.b2bpic.net/free-photo/border-pasta-ingredients_23-2147853453.jpg?_wi=1", imageAlt: "Fresh Italian ingredients", button: { text: "Learn More", href: "#about" }, }, { title: "Wood-Fired Pizza Oven", description: "Our traditional stone oven reaches perfect temperatures to create pizza with incomparable crust and flavor.", imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven-restaurant_1147-94.jpg", imageAlt: "Authentic wood-fired pizza oven", button: { text: "See Our Oven", href: "#menu" }, }, { - title: "Fresh Daily Ingredients", description: "We source the finest ingredients daily—no preservatives, no shortcuts. Just authentic Italian flavors.", imageSrc: "http://img.b2bpic.net/free-photo/border-pasta-ingredients_23-2147853453.jpg", imageAlt: "Fresh daily ingredients", button: { text: "Our Sourcing", href: "#about" }, + title: "Fresh Daily Ingredients", description: "We source the finest ingredients daily—no preservatives, no shortcuts. Just authentic Italian flavors.", imageSrc: "http://img.b2bpic.net/free-photo/border-pasta-ingredients_23-2147853453.jpg?_wi=2", imageAlt: "Fresh daily ingredients", button: { text: "Our Sourcing", href: "#about" }, }, { title: "Family Friendly Atmosphere", description: "Warm, welcoming, and perfect for families, dates, or gatherings. A true community gathering place.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-friends-having-fun-while-drinking-wine-lunch-time-home_637285-3187.jpg", imageAlt: "Happy guests dining together", button: { text: "Dine With Us", href: "#reservation" }, @@ -156,13 +156,13 @@ export default function HomePage() {