Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-16 10:56:29 +00:00

View File

@@ -48,7 +48,7 @@ export default function Page() {
{ text: "Reserve Table", href: "#contact" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg?_wi=1"
imageAlt="Crispy New York-style Red Devil pizza"
showDimOverlay={false}
/>
@@ -81,13 +81,13 @@ export default function Page() {
animationType="blur-reveal"
products={[
{
id: "pizza-margherita", name: "Margherita Classico", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg", imageAlt: "Margherita pizza with fresh basil and mozzarella"
id: "pizza-margherita", name: "Margherita Classico", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg?_wi=2", imageAlt: "Margherita pizza with fresh basil and mozzarella"
},
{
id: "pizza-diavolo", name: "Red Devil Special", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg", imageAlt: "Red Devil signature pizza with premium toppings"
id: "pizza-diavolo", name: "Red Devil Special", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg?_wi=3", imageAlt: "Red Devil signature pizza with premium toppings"
},
{
id: "pizza-quattro", name: "Quattro Formaggio", price: "$21.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg", imageAlt: "Four cheese pizza blend"
id: "pizza-quattro", name: "Quattro Formaggio", price: "$21.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg?_wi=4", imageAlt: "Four cheese pizza blend"
}
]}
/>