Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-25 23:33:02 +00:00

View File

@@ -5,8 +5,8 @@ import ReactLenis from "lenis/react";
import FaqBase from '@/components/sections/faq/FaqBase';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { HelpCircle, MessageSquareHeart } from "lucide-react";
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { HelpCircle, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -42,36 +42,22 @@ export default function LandingPage() {
</div>
<div id="customer-testimonials" data-section="customer-testimonials">
<TestimonialCardSixteen
animationType="opacity"
textboxLayout="default"
useInvertedBackground={false}
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah J.", role: "Local Resident", company: "Nashville", rating: 5,
testimonial: "White Bridge Auto Wash is consistently the best car wash in Nashville. My car always looks showroom ready!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-buying-car-showroom_1303-16352.jpg", imageAlt: "Happy customer after car wash"},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-man-buying-car-showroom_1303-16352.jpg", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Mark T.", role: "Business Owner", company: "Nashville", rating: 5,
testimonial: "Fast, efficient, and friendly service. I'm a regular here and wouldn't go anywhere else. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-man-airport-is-waiting-flight_146671-18023.jpg", imageAlt: "Man happy with clean car"},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-man-airport-is-waiting-flight_146671-18023.jpg", imageAlt: "Michael Chen"},
{
id: "3", name: "Emily R.", role: "Daily Commuter", company: "Nashville", rating: 4,
testimonial: "I love the attention to detail. Even a basic wash leaves my car spotless. The staff are always so kind.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positive-answer_1258-26715.jpg", imageAlt: "Woman smiling next to clean car"},
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positive-answer_1258-26715.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4", name: "David P.", role: "Car Enthusiast", company: "Nashville", rating: 5,
testimonial: "For someone who truly cares about their vehicle's appearance, White Bridge Auto Wash delivers excellence every time.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-handsome-man-thumbs-up-looking-camera-isolated-white-background-with-copy-space_141793-65656.jpg", imageAlt: "Man with thumbs up for a clean car"},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-handsome-man-thumbs-up-looking-camera-isolated-white-background-with-copy-space_141793-65656.jpg", imageAlt: "David Kim"},
]}
kpiItems={[
{
value: "5,000+", label: "Happy Cars Served"},
{
value: "4.9/5", label: "Average Rating"},
{
value: "10 Years", label: "In Business"},
]}
title="What Our Valued Customers Say"
description="Hear directly from those who trust White Bridge Auto Wash for their vehicle's shine and care."
tag="Real Feedback"
tagIcon={MessageSquareHeart}
cardTitle="What Our Customers Say"
cardTag="Rave Reviews"
cardTagIcon={Star}
cardAnimation="opacity"
useInvertedBackground={true}
/>
</div>