Merge version_1 into main #4
@@ -74,11 +74,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah Johnson", testimonial: "Excellent and professional staff. Fast service and very clear explanations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg" },
|
||||
{ id: "t2", name: "Michael Chen", testimonial: "The best place for bike inspections. Very thorough and helpful advice given.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909355.jpg" },
|
||||
{ id: "t3", name: "Emily Rodriguez", testimonial: "Efficient, kind, and fair. I highly recommend them to all my neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-supportive-girl-showing-thumbs-up-smiling-proud-praising-you-showing-well-done-excellent-gesture-standing-satisfied-white-wall_176420-34127.jpg" },
|
||||
{ id: "t4", name: "David Kim", testimonial: "Always quick, clean, and reliable. Never going anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-showing-thumb-up-while-buying-car-salon_7502-9630.jpg" },
|
||||
{ id: "t5", name: "Marko Saar", testimonial: "Professional approach and very accommodating scheduling for fleet vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg" }
|
||||
{ id: "t1", name: "Sarah Johnson", handle: "BMW Owner", testimonial: "Excellent and professional staff. Fast service and very clear explanations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg" },
|
||||
{ id: "t2", name: "Michael Chen", handle: "Motorcycle Rider", testimonial: "The best place for bike inspections. Very thorough and helpful advice given.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909355.jpg" },
|
||||
{ id: "t3", name: "Emily Rodriguez", handle: "Family Car", testimonial: "Efficient, kind, and fair. I highly recommend them to all my neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-supportive-girl-showing-thumbs-up-smiling-proud-praising-you-showing-well-done-excellent-gesture-standing-satisfied-white-wall_176420-34127.jpg" },
|
||||
{ id: "t4", name: "David Kim", handle: "Regular Customer", testimonial: "Always quick, clean, and reliable. Never going anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-showing-thumb-up-while-buying-car-salon_7502-9630.jpg" },
|
||||
{ id: "t5", name: "Marko Saar", handle: "Van Operator", testimonial: "Professional approach and very accommodating scheduling for fleet vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg" }
|
||||
]}
|
||||
title="Trusted by Drivers Everywhere"
|
||||
description="Over 282+ positive reviews with an average 4.7-star rating. Your safety is our reputation."
|
||||
@@ -101,18 +101,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[{ id: "a1", name: "Alex P.", testimonial: "Amazing experience!" }, { id: "a2", name: "Jane D.", testimonial: "Great service!" }, { id: "a3", name: "Bob M.", testimonial: "Professional work!" }, { id: "a4", name: "Anna K.", testimonial: "Reliable results!" }, { id: "a5", name: "Liam O.", testimonial: "Very thorough!" }]}
|
||||
title="What Clients Say"
|
||||
description="Hear from our satisfied customers about their inspection experience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user