Merge version_1 into main #9
@@ -61,15 +61,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Found my dream car in minutes. The transparent pricing and easy financing made the entire process stress-free!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg", imageAlt: "Sarah Mitchell happy car buyer"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg?_wi=1", imageAlt: "Sarah Mitchell happy car buyer"
|
||||
},
|
||||
{
|
||||
name: "James Rodriguez", handle: "@jamesrodriguez", testimonial: "Best car buying experience ever. Great inventory selection and the support team was incredibly helpful throughout.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-buying-car-showroom_1303-13558.jpg", imageAlt: "James Rodriguez satisfied customer"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-buying-car-showroom_1303-13558.jpg?_wi=1", imageAlt: "James Rodriguez satisfied customer"
|
||||
},
|
||||
{
|
||||
name: "Emily Chen", handle: "@emilychen", testimonial: "The financing options are amazing. Got approved instantly and drove home the same day!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-receiving-car-key-from-mechanic-auto-repair-shop_637285-4261.jpg", imageAlt: "Emily Chen delighted customer"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-receiving-car-key-from-mechanic-auto-repair-shop_637285-4261.jpg?_wi=1", imageAlt: "Emily Chen delighted customer"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -179,13 +179,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg", imageAlt: "Sarah Mitchell"
|
||||
id: "testimonial-1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg?_wi=2", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/business-man-buying-car-showroom_1303-13558.jpg", imageAlt: "James Rodriguez"
|
||||
id: "testimonial-2", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/business-man-buying-car-showroom_1303-13558.jpg?_wi=2", imageAlt: "James Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-receiving-car-key-from-mechanic-auto-repair-shop_637285-4261.jpg", imageAlt: "Emily Chen"
|
||||
id: "testimonial-3", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-receiving-car-key-from-mechanic-auto-repair-shop_637285-4261.jpg?_wi=2", imageAlt: "Emily Chen"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "Michael Torres", imageSrc: "http://img.b2bpic.net/free-photo/manager-selling-client-auto-car-center_651396-1165.jpg", imageAlt: "Michael Torres"
|
||||
|
||||
Reference in New Issue
Block a user