Merge version_1 into main #3
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
{ value: "100%", title: "Fresh Ingredients" },
|
||||
{ value: "Daily", title: "Handcrafted Pizza" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg?_wi=1"
|
||||
imageAlt="Our wood-fired oven"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -74,9 +74,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Margherita", price: "€12.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg" },
|
||||
{ id: "p2", name: "Diavola", price: "€14.00", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg" },
|
||||
{ id: "p3", name: "Quattro Formaggi", price: "€15.50", variant: "Cheesy", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg" },
|
||||
{ id: "p1", name: "Margherita", price: "€12.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg?_wi=2" },
|
||||
{ id: "p2", name: "Diavola", price: "€14.00", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg?_wi=3" },
|
||||
{ id: "p3", name: "Quattro Formaggi", price: "€15.50", variant: "Cheesy", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg?_wi=4" },
|
||||
]}
|
||||
title="Our Signature Pizzas"
|
||||
description="Taste the tradition with our hand-stretched pizzas prepared in an authentic stone oven."
|
||||
@@ -89,11 +89,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The best pizza in Gouda by far! Feels just like Italy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg" },
|
||||
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The best pizza in Gouda by far! Feels just like Italy.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg?_wi=1" },
|
||||
{ id: "2", name: "Marco Rossi", handle: "@marco_r", testimonial: "Authentic taste and wonderful service. A true gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517446.jpg" },
|
||||
{ id: "3", name: "Emma Brown", handle: "@emmapizza", testimonial: "Wonderful atmosphere and even better food. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166213.jpg" },
|
||||
{ id: "4", name: "David Smith", handle: "@davids", testimonial: "Classic ingredients, perfect crust. My go-to spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-man-pointing-his-empty-glass-restaurant_23-2149316805.jpg" },
|
||||
{ id: "5", name: "Elena V.", handle: "@elenav", testimonial: "An authentic Italian experience, the wood-fired flavor is unmatched!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg" },
|
||||
{ id: "5", name: "Elena V.", handle: "@elenav", testimonial: "An authentic Italian experience, the wood-fired flavor is unmatched!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg?_wi=2" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Guests Say"
|
||||
|
||||
Reference in New Issue
Block a user