Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-10 00:55:04 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "View Menu", href: "#menu" },
{ text: "Book Table", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg?_wi=1"
imageAlt="Pizza oven atmosphere"
/>
</div>
@@ -67,9 +67,9 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Classic Margherita", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg" },
{ id: "p1", name: "Classic Margherita", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg?_wi=2" },
{ id: "p2", name: "Lake Panorama Special", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-pizza-assortment_23-2148921298.jpg" },
{ id: "p3", name: "Garlic Knots", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312256.jpg" }
{ id: "p3", name: "Garlic Knots", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312256.jpg?_wi=1" }
]}
title="Our Hand-Crafted Menu"
description="From wood-fired pizzas to fresh sides, discover your new favorite meal."
@@ -82,8 +82,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "104 W Main St", title: "Our Address", description: "Panora, IA 50216", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312256.jpg" },
{ id: "m2", value: "(515) 428-1962", title: "Call Us", description: "Available for takeout and dine-in orders.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg" }
{ id: "m1", value: "104 W Main St", title: "Our Address", description: "Panora, IA 50216", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312256.jpg?_wi=2" },
{ id: "m2", value: "(515) 428-1962", title: "Call Us", description: "Available for takeout and dine-in orders.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg?_wi=1" }
]}
title="Visit Us in Panora"
description="We look forward to serving you with a smile at our Main St location."
@@ -98,7 +98,7 @@ export default function LandingPage() {
cardAnimation="slide-up"
testimonials={[
{ id: "r1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-enjoying-delicious-food_23-2150312342.jpg" },
{ id: "r2", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg" }
{ id: "r2", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg?_wi=2" }
]}
/>
</div>