Merge version_2 into main #3

Merged
bender merged 3 commits from version_2 into main 2026-05-14 03:18:11 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -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"
/>
</div>
</ThemeProvider>

View File

@@ -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."

View File

@@ -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."