Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56b3d5e95b | |||
| 8cb9e78de5 | |||
| fb277881b9 | |||
| 49207b903a | |||
| 84a597280e | |||
| bd272f00e3 | |||
| 7b86ac1b2f |
@@ -33,7 +33,7 @@ export default function LandingPage() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "about" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Book Now", href: "contact" }}
|
||||
@@ -136,28 +136,28 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardThirteen
|
||||
title="What Our Customers Say"
|
||||
title="Customer Reviews"
|
||||
description="Real feedback from satisfied clients who trust us with their vehicles"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Martinez", handle: "@sarah_m - Luxury Car Owner", testimonial: "Romero transformed my BMW! The attention to detail is incredible. My car has never looked better. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=1", imageAlt: "Sarah Martinez", rating: 5
|
||||
id: "1", name: "Anonymous Customer", handle: "", testimonial: "Romero transformed my BMW! The attention to detail is incredible. My car has never looked better. Highly recommended!", rating: 5
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Johnson", handle: "@mike_j - Business Professional", testimonial: "Professional service, punctual, and affordable. The ceramic coating has kept my truck looking showroom fresh for months.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-talking-smartphone-cafe_1170-689.jpg?_wi=1", imageAlt: "Michael Johnson", rating: 5
|
||||
id: "2", name: "Anonymous Customer", handle: "", testimonial: "Professional service, punctual, and affordable. The ceramic coating has kept my truck looking showroom fresh for months.", rating: 5
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jennifer Lee", handle: "@jen_lee - Car Enthusiast", testimonial: "Finally found someone who cares about my car as much as I do. The interior detailing was absolutely meticulous!", imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", imageAlt: "Jennifer Lee", rating: 5
|
||||
id: "3", name: "Anonymous Customer", handle: "", testimonial: "Finally found someone who cares about my car as much as I do. The interior detailing was absolutely meticulous!", rating: 5
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Chen", handle: "@david_c - Fleet Manager", testimonial: "We use Detailed by Romero for our company vehicles. Consistent quality, professional team, and excellent pricing. Can't ask for more!", imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg", imageAlt: "David Chen", rating: 5
|
||||
id: "4", name: "Anonymous Customer", handle: "", testimonial: "We use Detailed by Romero for our company vehicles. Consistent quality, professional team, and excellent pricing. Can't ask for more!", rating: 5
|
||||
},
|
||||
{
|
||||
id: "5", name: "Amanda Rodriguez", handle: "@amanda_r - New Customer", testimonial: "Best decision I made for my car care. Mobile service is so convenient, and the results speak for themselves. 5 stars!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=2", imageAlt: "Amanda Rodriguez", rating: 5
|
||||
id: "5", name: "Anonymous Customer", handle: "", testimonial: "Best decision I made for my car care. Mobile service is so convenient, and the results speak for themselves. 5 stars!", rating: 5
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Thompson", handle: "@robert_t - Long-time Client", testimonial: "I've been using Romero's service for 3 years. Consistently excellent work and genuine care for each vehicle. Trustworthy professional!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-talking-smartphone-cafe_1170-689.jpg?_wi=2", imageAlt: "Robert Thompson", rating: 5
|
||||
id: "6", name: "Anonymous Customer", handle: "", testimonial: "I've been using Romero's service for 3 years. Consistently excellent work and genuine care for each vehicle. Trustworthy professional!", rating: 5
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -238,7 +238,7 @@ export default function LandingPage() {
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Testimonials", href: "#testimonials" }
|
||||
{ label: "Reviews", href: "#reviews" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -262,4 +262,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user