Merge version_1_1781549473875 into main #1

Merged
bender merged 2 commits from version_1_1781549473875 into main 2026-06-15 18:52:25 +00:00

View File

@@ -15,13 +15,9 @@ export default function HomePage() {
brand="Pizza Time"
description="Authentic wood-fired pizzas, crafted with passion. Join us for a slice of happiness in our cozy, family-friendly atmosphere."
primaryButton={{
text: "Order Now",
href: "#order",
}}
text: "Order Now", href: "#order"}}
secondaryButton={{
text: "Book a Table",
href: "#contact",
}}
text: "Book a Table", href: "#contact"}}
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-arranging-wedding-table_23-2148966281.jpg"
/>
</SectionErrorBoundary>
@@ -47,40 +43,19 @@ export default function HomePage() {
description="Hand-stretched dough, fresh premium ingredients, and 3D perfection in every slice."
items={[
{
title: "Margherita",
description: "Tomato, mozzarella, fresh basil, olive oil",
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg",
},
title: "Margherita", description: "Tomato, mozzarella, fresh basil, olive oil", imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg"},
{
title: "Four Cheese",
description: "Mozzarella, gorgonzola, parmesan, emmental",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg",
},
title: "Four Cheese", description: "Mozzarella, gorgonzola, parmesan, emmental", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-cutting-pizza-wooden-table_23-2148305681.jpg"},
{
title: "Mega Pizza",
description: "Pepperoni, mushrooms, peppers, onions, olives",
imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-baked-delicious-pizza-with-olives-sausages-cheese-blue-desk_140725-49407.jpg",
},
title: "Mega Pizza", description: "Pepperoni, mushrooms, peppers, onions, olives", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-baked-delicious-pizza-with-olives-sausages-cheese-blue-desk_140725-49407.jpg"},
{
title: "Couple's Pizza",
description: "Medium-large, half-and-half topping options",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-pizza-home-together_23-2150419429.jpg",
},
title: "Couple's Pizza", description: "Medium-large, half-and-half topping options", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-pizza-home-together_23-2150419429.jpg"},
{
title: "Pepperoni",
description: "Classic tomato sauce, mozzarella, pepperoni",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-salami-with-salt_140725-4129.jpg",
},
title: "Pepperoni", description: "Classic tomato sauce, mozzarella, pepperoni", imageSrc: "http://img.b2bpic.net/free-photo/pizza-salami-with-salt_140725-4129.jpg"},
{
title: "Signature Special",
description: "Truffle, prosciutto, arugula, parmesan",
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-some-delicious-italian-food_23-2149028578.jpg",
},
title: "Signature Special", description: "Truffle, prosciutto, arugula, parmesan", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-some-delicious-italian-food_23-2149028578.jpg"},
{
title: "Explore All",
description: "See our full range of artisan pizzas",
imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2316.jpg",
},
title: "Explore All", description: "See our full range of artisan pizzas", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2316.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -94,47 +69,22 @@ export default function HomePage() {
description="Limited time culinary creations crafted just for you."
plans={[
{
tag: "Classic Solo",
price: "$18",
description: "Perfect for a quick, delicious solo lunch.",
features: [
"Hand-stretched crust",
"Fresh basil",
"Premium mozzarella",
],
tag: "Classic Solo", price: "$18", description: "Perfect for a quick, delicious solo lunch.", features: [
"Hand-stretched crust", "Fresh basil", "Premium mozzarella"],
primaryButton: {
text: "Order",
href: "#order",
},
text: "Order", href: "#order"},
},
{
tag: "Family Combo",
price: "$45",
description: "Best for groups and family gatherings.",
features: [
"Large Signature Pizza",
"Garlic Knots",
"4 Refreshing Drinks",
],
highlight: "Most Popular",
primaryButton: {
text: "Order Now",
href: "#order",
},
tag: "Family Combo", price: "$45", description: "Best for groups and family gatherings.", features: [
"Large Signature Pizza", "Garlic Knots", "4 Refreshing Drinks"],
highlight: "Most Popular", primaryButton: {
text: "Order Now", href: "#order"},
},
{
tag: "Premium Chef",
price: "$28",
description: "An elevated culinary experience for food lovers.",
features: [
"Truffle oil infusion",
"Premium prosciutto",
"Fresh organic arugula",
],
tag: "Premium Chef", price: "$28", description: "An elevated culinary experience for food lovers.", features: [
"Truffle oil infusion", "Premium prosciutto", "Fresh organic arugula"],
primaryButton: {
text: "Order",
href: "#order",
},
text: "Order", href: "#order"},
},
]}
/>
@@ -146,42 +96,23 @@ export default function HomePage() {
<TestimonialRatingCards
tag="Reviews"
title="What Our Guests Say"
description="Hear from our satisfied customers."
testimonials={[
{
name: "John Doe",
role: "Local Foodie",
quote: "The best pizza in town, honestly. The atmosphere is wonderful!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187237.jpg",
},
name: "John Doe", role: "Local Foodie", quote: "The best pizza in town, honestly. The atmosphere is wonderful!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187237.jpg"},
{
name: "Jane Smith",
role: "Parent",
quote: "Finally a place that is actually family-friendly. The kids love it.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-taking-photo-food_23-2149304401.jpg",
},
name: "Jane Smith", role: "Parent", quote: "Finally a place that is actually family-friendly. The kids love it.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-taking-photo-food_23-2149304401.jpg"},
{
name: "Mike Ross",
role: "Entrepreneur",
quote: "Great private dining area, perfect for our business meetings.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-casual-peach-sweater-isolated-green-olive-wall-with-pink-donut-happy-copy-space_343596-5209.jpg",
},
name: "Mike Ross", role: "Entrepreneur", quote: "Great private dining area, perfect for our business meetings.", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-casual-peach-sweater-isolated-green-olive-wall-with-pink-donut-happy-copy-space_343596-5209.jpg"},
{
name: "Sarah Lee",
role: "Designer",
quote: "The Signature Special is a game changer. Absolutely delicious.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-communicating-with-his-african-american-girlfriend-while-passing-her-food-dining-table_637285-3562.jpg",
},
name: "Sarah Lee", role: "Designer", quote: "The Signature Special is a game changer. Absolutely delicious.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-communicating-with-his-african-american-girlfriend-while-passing-her-food-dining-table_637285-3562.jpg"},
{
name: "David Kim",
role: "Regular",
quote: "Consistent quality, lovely staff. We come here every Friday.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110825.jpg",
},
name: "David Kim", role: "Regular", quote: "Consistent quality, lovely staff. We come here every Friday.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110825.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -193,13 +124,9 @@ export default function HomePage() {
tag="Visit Us"
text="123 Pizza Street, Flavor Town | (555) 123-4567 | Open Daily: 11AM - 10PM"
primaryButton={{
text: "Book a Table",
href: "#book",
}}
text: "Book a Table", href: "#book"}}
secondaryButton={{
text: "Get Directions",
href: "#map",
}}
text: "Get Directions", href: "#map"}}
/>
</SectionErrorBoundary>
</div>