Merge version_1 into main #2
@@ -55,19 +55,19 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sauces-near-pizza_23-2147772094.jpg"
|
||||
imageAlt="La Dolce Vita luxury restaurant interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
background="radial-gradient"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria Rossi", handle: "@maria_loves_food", testimonial: "The best pizza I've had outside Italy. The staff treated us like family.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-with-food_23-2149213379.jpg?_wi=1", imageAlt: "Maria Rossi"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-with-food_23-2149213379.jpg", imageAlt: "Maria Rossi"
|
||||
},
|
||||
{
|
||||
name: "Giovanni Testa", handle: "@gio_foodie", testimonial: "Authentic, fresh, and incredibly welcoming. Worth every euro.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg?_wi=1", imageAlt: "Giovanni Testa"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg", imageAlt: "Giovanni Testa"
|
||||
},
|
||||
{
|
||||
name: "Lucia Bianchi", handle: "@lucia_dining", testimonial: "Cozy atmosphere, friendly staff, and food that tastes like home.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25275.jpg?_wi=1", imageAlt: "Lucia Bianchi"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25275.jpg", imageAlt: "Lucia Bianchi"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -163,13 +163,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1", title: "Best Pizza in Town", quote: "I've been to Italy twice, and this pizza rivals what I had there. The dough, the toppings, the attention to detail – it's all perfection.", name: "Sarah Johnson", role: "Local Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-with-food_23-2149213379.jpg?_wi=2", imageAlt: "Sarah Johnson"
|
||||
id: "test-1", title: "Best Pizza in Town", quote: "I've been to Italy twice, and this pizza rivals what I had there. The dough, the toppings, the attention to detail – it's all perfection.", name: "Sarah Johnson", role: "Local Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-with-food_23-2149213379.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "test-2", title: "Our Family's Favorite", quote: "We've become regulars. The staff knows us by name, the food is consistently amazing, and the prices are fair. What more could you want?", name: "Michael Chen", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg?_wi=2", imageAlt: "Michael Chen"
|
||||
id: "test-2", title: "Our Family's Favorite", quote: "We've become regulars. The staff knows us by name, the food is consistently amazing, and the prices are fair. What more could you want?", name: "Michael Chen", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "test-3", title: "Authentic & Welcoming", quote: "The owner genuinely cares about every guest. The atmosphere feels like a cozy Italian village. I bring all my friends here.", name: "Emily Rodriguez", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25275.jpg?_wi=2", imageAlt: "Emily Rodriguez"
|
||||
id: "test-3", title: "Authentic & Welcoming", quote: "The owner genuinely cares about every guest. The atmosphere feels like a cozy Italian village. I bring all my friends here.", name: "Emily Rodriguez", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25275.jpg", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "test-4", title: "Worth Every Penny", quote: "Great quality at fair prices. You get premium food and service without the pretension. That's rare these days.", name: "David Kim", role: "Restaurant Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-car-dealership_23-2149117120.jpg", imageAlt: "David Kim"
|
||||
|
||||
Reference in New Issue
Block a user