diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3874262..acc79e8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -38,7 +38,7 @@ export default function AboutPage() { { value: "100%", title: "Authentic" }, { value: "100k", title: "Pizzas Served" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-raw-dough-slices-with-flour-cream-desk_140725-91104.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-raw-dough-slices-with-flour-cream-desk_140725-91104.jpg?_wi=2" /> diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 2e39797..acbd62a 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -35,10 +35,10 @@ export default function MenuPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", name: "Capricciosa", price: "€16.50", imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195155.jpg" }, - { id: "2", name: "Carbonara", price: "€14.90", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-pasta-with-shrimps-mushrooms-greens_181624-59472.jpg" }, - { id: "3", name: "Salmon", price: "€22.00", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak-grilled_1339-3582.jpg" }, - { id: "4", name: "Margherita", price: "€12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-dough-slices-with-flour-cream-desk_140725-91104.jpg" }, + { id: "1", name: "Capricciosa", price: "€16.50", imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195155.jpg?_wi=2" }, + { id: "2", name: "Carbonara", price: "€14.90", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-pasta-with-shrimps-mushrooms-greens_181624-59472.jpg?_wi=2" }, + { id: "3", name: "Salmon", price: "€22.00", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak-grilled_1339-3582.jpg?_wi=2" }, + { id: "4", name: "Margherita", price: "€12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-dough-slices-with-flour-cream-desk_140725-91104.jpg?_wi=3" }, ]} title="Full Menu" description="Everything from the wood oven." diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fc8c70..e22eaaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { { value: "4.8", title: "Rating" }, { value: "100%", title: "Fresh Ingredients" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-raw-dough-slices-with-flour-cream-desk_140725-91104.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-raw-dough-slices-with-flour-cream-desk_140725-91104.jpg?_wi=1" imageAlt="Traditional italian chef" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -84,9 +84,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", name: "Capricciosa Pizza", price: "€16.50", imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195155.jpg" }, - { id: "2", name: "Spaghetti Carbonara", price: "€14.90", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-pasta-with-shrimps-mushrooms-greens_181624-59472.jpg" }, - { id: "3", name: "Grilled Salmon", price: "€22.00", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak-grilled_1339-3582.jpg" }, + { id: "1", name: "Capricciosa Pizza", price: "€16.50", imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195155.jpg?_wi=1" }, + { id: "2", name: "Spaghetti Carbonara", price: "€14.90", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-pasta-with-shrimps-mushrooms-greens_181624-59472.jpg?_wi=1" }, + { id: "3", name: "Grilled Salmon", price: "€22.00", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak-grilled_1339-3582.jpg?_wi=1" }, ]} title="Signature Menu" description="A curated selection of authentic italian classics."