Update src/app/page.tsx
This commit is contained in:
@@ -84,11 +84,11 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", role: "Food Critic", company: "Local Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg" },
|
||||
{ id: "1", name: "Sarah Miller", role: "Food Critic", company: "Local Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg?_wi=1" },
|
||||
{ id: "2", name: "James Thompson", role: "Regular", company: "Neighborhood", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491774.jpg" },
|
||||
{ id: "3", name: "Elena Rodriguez", role: "Gourmet", company: "Culinary Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg" },
|
||||
{ id: "4", name: "Marcus Chen", role: "Enthusiast", company: "City Guides", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517452.jpg" },
|
||||
{ id: "5", name: "Sofia Vance", role: "Patron", company: "Design Weekly", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg" },
|
||||
{ id: "5", name: "Sofia Vance", role: "Patron", company: "Design Weekly", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg?_wi=2" },
|
||||
]}
|
||||
title="Guest Testimonials"
|
||||
description="Don't take our word for it—listen to our community."
|
||||
|
||||
Reference in New Issue
Block a user