Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 00:48:37 +00:00

View File

@@ -61,20 +61,20 @@ export default function LandingPage() {
title="Huntington Park's Trusted Auto Body Experts"
description="5-Star Rated Collision & Body Repair — Done Right the First Time."
tag="Expert Auto Body Repair"
imageSrc="http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg"
imageSrc="http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=1"
imageAlt="Professional auto body shop with skilled technicians"
mediaAnimation="slide-up"
background={{ variant: "plain" }}
testimonials={[
{
name: "Maria Rodriguez", handle: "Local Customer", testimonial: "Service and price unmatched!! Best collision repair in Huntington Park.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=2"},
{
name: "James Wilson", handle: "Satisfied Client", testimonial: "Customer service matched by the quality of their work. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-cleaning-cloth_1170-1306.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-cleaning-cloth_1170-1306.jpg?_wi=1"},
{
name: "Sarah Chen", handle: "Insurance Referral", testimonial: "Highly recommend for anyone in need of auto body repairs. Professional and honest.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-couple-signing-contract-with-financial-advisor_637285-11092.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-couple-signing-contract-with-financial-advisor_637285-11092.jpg?_wi=1"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -95,11 +95,11 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Rosa Martinez", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg"},
id: "1", name: "Rosa Martinez", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=3"},
{
id: "2", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-cleaning-cloth_1170-1306.jpg"},
id: "2", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-cleaning-cloth_1170-1306.jpg?_wi=2"},
{
id: "3", name: "Jennifer Lopez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-couple-signing-contract-with-financial-advisor_637285-11092.jpg"},
id: "3", name: "Jennifer Lopez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-couple-signing-contract-with-financial-advisor_637285-11092.jpg?_wi=2"},
{
id: "4", name: "Michael Brown", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12608.jpg"},
]}
@@ -202,7 +202,7 @@ export default function LandingPage() {
{
id: "3", name: "Paint Refinish", price: "Color Match Complete", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-examining-car-engine_1170-1354.jpg", imageAlt: "Before and after paint refinishing"},
{
id: "4", name: "Dent & Scratch Removal", price: "Professional Repair", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg", imageAlt: "Before and after dent removal"},
id: "4", name: "Dent & Scratch Removal", price: "Professional Repair", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=4", imageAlt: "Before and after dent removal"},
]}
/>
</div>