Merge version_1_1781530349644 into main #1
@@ -16,13 +16,9 @@ export default function HomePage() {
|
||||
title="Authentic Italian Taste in Belgium"
|
||||
description="Experience the timeless tradition of true Italian pizza, crafted with passion, premium ingredients, and a touch of Ragusana magic."
|
||||
primaryButton={{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "View Our Menu", href: "#menu"}}
|
||||
secondaryButton={{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book a Table", href: "#contact"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-slice-pizza-with-vegetables_23-2148753757.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -35,9 +31,7 @@ export default function HomePage() {
|
||||
title="A Legacy of Flavor"
|
||||
description="Born from family recipes and a love for the craft, Pizzeria Ragusana brings the heart of Sicily to the streets of Belgium. We honor tradition by using only the finest sourced ingredients."
|
||||
primaryButton={{
|
||||
text: "Discover More",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Discover More", href: "#contact"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-sauce-bottle_23-2148773532.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -51,40 +45,19 @@ export default function HomePage() {
|
||||
description="Every pizza is a masterpiece of balance, cooked to perfection in our traditional wood-fired oven."
|
||||
items={[
|
||||
{
|
||||
title: "Margherita Classica",
|
||||
description: "San Marzano, fresh mozzarella, basil.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg",
|
||||
},
|
||||
title: "Margherita Classica", description: "San Marzano, fresh mozzarella, basil.", imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg"},
|
||||
{
|
||||
title: "Prosciutto e Funghi",
|
||||
description: "Prosciutto di Parma and forest mushrooms.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pizza-with-fresh-ingredients-utensils-front-wooden-wall_23-2148076226.jpg",
|
||||
},
|
||||
title: "Prosciutto e Funghi", description: "Prosciutto di Parma and forest mushrooms.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pizza-with-fresh-ingredients-utensils-front-wooden-wall_23-2148076226.jpg"},
|
||||
{
|
||||
title: "Capricciosa",
|
||||
description: "Artichokes, olives, and premium ham.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-772.jpg",
|
||||
},
|
||||
title: "Capricciosa", description: "Artichokes, olives, and premium ham.", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-772.jpg"},
|
||||
{
|
||||
title: "Quattro Formaggi",
|
||||
description: "A blend of four artisanal cheeses.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-dough-with-wooden-board-tomatoes_23-2148753787.jpg",
|
||||
},
|
||||
title: "Quattro Formaggi", description: "A blend of four artisanal cheeses.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-dough-with-wooden-board-tomatoes_23-2148753787.jpg"},
|
||||
{
|
||||
title: "Diavola Piccante",
|
||||
description: "Spicy salami, chili oil, and tomato.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-pizza-recipe-idea_53876-123155.jpg",
|
||||
},
|
||||
title: "Diavola Piccante", description: "Spicy salami, chili oil, and tomato.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-pizza-recipe-idea_53876-123155.jpg"},
|
||||
{
|
||||
title: "Vegetariana Fresca",
|
||||
description: "Seasonal garden fresh vegetables.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601578.jpg",
|
||||
},
|
||||
title: "Vegetariana Fresca", description: "Seasonal garden fresh vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601578.jpg"},
|
||||
{
|
||||
title: "Calzone D'Oro",
|
||||
description: "Folded crust with ricotta and salami.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-is-cutting-traditional-margarita-pizza-customers-with-special-knife_613910-14078.jpg",
|
||||
},
|
||||
title: "Calzone D'Oro", description: "Folded crust with ricotta and salami.", imageSrc: "http://img.b2bpic.net/free-photo/chef-is-cutting-traditional-margarita-pizza-customers-with-special-knife_613910-14078.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -98,17 +71,11 @@ export default function HomePage() {
|
||||
description="The numbers behind our dedication to serving authentic Italian flavors."
|
||||
metrics={[
|
||||
{
|
||||
value: "15,000+",
|
||||
description: "Pizzas Hand-Tossed",
|
||||
},
|
||||
value: "15,000+", description: "Pizzas Hand-Tossed"},
|
||||
{
|
||||
value: "12",
|
||||
description: "Years of Tradition",
|
||||
},
|
||||
value: "12", description: "Years of Tradition"},
|
||||
{
|
||||
value: "4.9/5",
|
||||
description: "Customer Rating",
|
||||
},
|
||||
value: "4.9/5", description: "Customer Rating"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -122,45 +89,20 @@ export default function HomePage() {
|
||||
description="What our customers say about the Pizzeria Ragusana experience."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Rossi",
|
||||
role: "Food Blogger",
|
||||
quote: "The crust is authentic, airy, and perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-cafe-eating-pizza-drinking-alcohol_171337-19718.jpg",
|
||||
},
|
||||
name: "Elena Rossi", role: "Food Blogger", quote: "The crust is authentic, airy, and perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-cafe-eating-pizza-drinking-alcohol_171337-19718.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Van Dijk",
|
||||
role: "Regular",
|
||||
quote: "Simply the best pizza in Belgium.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-wine-breakfast_107420-12124.jpg",
|
||||
},
|
||||
name: "Mark Van Dijk", role: "Regular", quote: "Simply the best pizza in Belgium.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-wine-breakfast_107420-12124.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Miller",
|
||||
role: "Tourist",
|
||||
quote: "I felt like I was back in Naples.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-cocktails_23-2150244946.jpg",
|
||||
},
|
||||
name: "Sarah Miller", role: "Tourist", quote: "I felt like I was back in Naples.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-cocktails_23-2150244946.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Thomas Dubois",
|
||||
role: "Foodie",
|
||||
quote: "Incredible service and authentic taste.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-friends-eating-pasta-italian-restaurant_1303-24355.jpg",
|
||||
},
|
||||
name: "Thomas Dubois", role: "Foodie", quote: "Incredible service and authentic taste.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-friends-eating-pasta-italian-restaurant_1303-24355.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julie Laurent",
|
||||
role: "Local",
|
||||
quote: "An absolute treasure in our town.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-lifestyle-portrait-happy-exited-pretty-woman-with-pink-hairs-having-dinner-vintage-american-cafe-eating-hot-dog-french-fries-mil-shake-junk-food-cheat-meal-pastel-colors_291049-341.jpg",
|
||||
},
|
||||
name: "Julie Laurent", role: "Local", quote: "An absolute treasure in our town.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-lifestyle-portrait-happy-exited-pretty-woman-with-pink-hairs-having-dinner-vintage-american-cafe-eating-hot-dog-french-fries-mil-shake-junk-food-cheat-meal-pastel-colors_291049-341.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -174,29 +116,19 @@ export default function HomePage() {
|
||||
description="We're here to help with your inquiries about our menu and services."
|
||||
categories={[
|
||||
{
|
||||
name: "General",
|
||||
items: [
|
||||
name: "General", items: [
|
||||
{
|
||||
question: "Do you accept reservations?",
|
||||
answer: "Yes, we recommend booking in advance, especially on weekends.",
|
||||
},
|
||||
question: "Do you accept reservations?", answer: "Yes, we recommend booking in advance, especially on weekends."},
|
||||
{
|
||||
question: "Are you pet friendly?",
|
||||
answer: "Yes, well-behaved dogs are welcome in our terrace area.",
|
||||
},
|
||||
question: "Are you pet friendly?", answer: "Yes, well-behaved dogs are welcome in our terrace area."},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Food",
|
||||
items: [
|
||||
name: "Food", items: [
|
||||
{
|
||||
question: "Do you offer gluten-free crust?",
|
||||
answer: "Yes, we have delicious gluten-free options available.",
|
||||
},
|
||||
question: "Do you offer gluten-free crust?", answer: "Yes, we have delicious gluten-free options available."},
|
||||
{
|
||||
question: "Is your mozzarella fresh?",
|
||||
answer: "We use daily deliveries of buffalo mozzarella.",
|
||||
},
|
||||
question: "Is your mozzarella fresh?", answer: "We use daily deliveries of buffalo mozzarella."},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -210,13 +142,9 @@ export default function HomePage() {
|
||||
tag="Contact Us"
|
||||
text="Planning a visit? We would love to have you. Contact us for table bookings or catering enquiries."
|
||||
primaryButton={{
|
||||
text: "Reserve Now",
|
||||
href: "tel:+3200000000",
|
||||
}}
|
||||
text: "Reserve Now", href: "tel:+3200000000"}}
|
||||
secondaryButton={{
|
||||
text: "View Location",
|
||||
href: "#",
|
||||
}}
|
||||
text: "View Location", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user