6 Commits

Author SHA1 Message Date
84a597280e Update src/app/page.tsx 2026-03-11 08:25:23 +00:00
bd272f00e3 Merge version_5 into main
Merge version_5 into main
2026-03-11 08:23:22 +00:00
fb7e804139 Update src/app/page.tsx 2026-03-11 08:23:18 +00:00
7b86ac1b2f Merge version_5 into main
Merge version_5 into main
2026-03-11 08:22:28 +00:00
c00fc0ecce Update src/app/page.tsx 2026-03-11 08:22:24 +00:00
fe0b976045 Merge version_4 into main
Merge version_4 into main
2026-03-11 08:18:35 +00:00

View File

@@ -6,7 +6,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import AboutMetric from '@/components/sections/about/AboutMetric';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterSimple from '@/components/sections/footer/FooterSimple';
@@ -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,35 +136,34 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Our Customers Say"
<div id="reviews" data-section="reviews">
<TestimonialCardThirteen
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"
id: "1", name: "Customer 1", handle: "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: "Customer", 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"
id: "2", name: "Customer 2", handle: "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: "Customer", 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"
id: "3", name: "Customer 3", handle: "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: "Customer", 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"
id: "4", name: "Customer 4", handle: "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: "Customer", 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"
id: "5", name: "Customer 5", handle: "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: "Customer", 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"
id: "6", name: "Customer 6", handle: "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: "Customer", rating: 5
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
speed={40}
topMarqueeDirection="left"
showRating={true}
/>
</div>
@@ -239,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" }
]
},
{