Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 21:24:16 +00:00

View File

@@ -66,8 +66,8 @@ export default function LandingPage() {
id: "vehicles", value: "1000+", title: "Vehicles", description: "Successfully detailed and serviced", icon: TrendingUp
}
]}
gridVariant="three-columns-all-equal-width"
animationType="entrance-slide"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -112,6 +112,7 @@ export default function LandingPage() {
imageAlt="Professional car detailing in progress"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -123,7 +124,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Michael Johnson", role: "Vehicle Owner", company: "Johnson City", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Michael Johnson - satisfied customer"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Johnson - satisfied customer"
},
{
id: "2", name: "Sarah Williams", role: "Family of 3", company: "Kingsport", rating: 5,
@@ -139,11 +140,11 @@ export default function LandingPage() {
},
{
id: "5", name: "Robert Jackson", role: "Fleet Manager", company: "East Tennessee", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Robert Jackson - business customer"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Jackson - business customer"
},
{
id: "6", name: "Amanda Rhodes", role: "Car Enthusiast", company: "Kingsport", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Amanda Rhodes - enthusiast customer"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Amanda Rhodes - enthusiast customer"
}
]}
gridVariant="three-columns-all-equal-width"