Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 04:14:15 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="medium"
background="noise"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -47,8 +47,8 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Your Vehicle Deserves the Best"
description="Professional auto body repair and restoration services. From minor dents to major collision damage, we restore your vehicle to its original condition with precision and care."
background={{ variant: "noise" }}
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-looking-car_23-2150171244.jpg?_wi=1"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-looking-car_23-2150171244.jpg"
imageAlt="Professional auto body shop with expert technicians"
mediaAnimation="slide-up"
testimonials={[
@@ -85,7 +85,7 @@ export default function LandingPage() {
{ value: "20+", title: "Years of Experience" },
{ value: "5000+", title: "Vehicles Restored" }
]}
imageSrc="http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-hightech-factory_645730-755.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-hightech-factory_645730-755.jpg"
imageAlt="Modern auto body shop facility with professional equipment"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -106,16 +106,13 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-looking-car_23-2150171225.jpg", imageAlt: "collision repair technician working on car"
},
{
id: "painting", title: "Professional Painting & Refinishing", author: "Paint Specialists", description: "Custom paint jobs with color matching technology. From touch-ups to complete repaints, we ensure a flawless finish every time.", tags: ["Painting", "Custom Colors"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-spraying-timber-with-spray-gun-woodworking-factory_637285-12067.jpg", imageAlt: "professional auto painter spray painting car"
id: "painting", title: "Professional Painting & Refinishing", author: "Paint Specialists", description: "Custom paint jobs with color matching technology. From touch-ups to complete repaints, we ensure a flawless finish every time.", tags: ["Painting", "Custom Colors"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-spraying-timber-with-spray-gun-woodworking-factory_637285-12067.jpg", imageAlt: "professional auto painter spray painting car"
},
{
id: "frame", title: "Frame & Structural Repair", author: "Frame Technicians", description: "Advanced frame straightening and structural repair using laser measuring systems. We restore structural integrity and safety.", tags: ["Frame Work", "Safety"],
imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-servicing-car_1170-1397.jpg", imageAlt: "frame straightening equipment auto shop"
id: "frame", title: "Frame & Structural Repair", author: "Frame Technicians", description: "Advanced frame straightening and structural repair using laser measuring systems. We restore structural integrity and safety.", tags: ["Frame Work", "Safety"], imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-servicing-car_1170-1397.jpg", imageAlt: "frame straightening equipment auto shop"
},
{
id: "dent", title: "Dent Removal & Detail Work", author: "Detail Experts", description: "Precision dent removal and minor body work. We handle everything from minor dings to major dent repair with expert care.", tags: ["Dent Repair", "Detail Work"],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-car_23-2150171266.jpg", imageAlt: "auto body technician dent removal repair"
id: "dent", title: "Dent Removal & Detail Work", author: "Detail Experts", description: "Precision dent removal and minor body work. We handle everything from minor dings to major dent repair with expert care.", tags: ["Dent Repair", "Detail Work"], imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-car_23-2150171266.jpg", imageAlt: "auto body technician dent removal repair"
}
]}
animationType="slide-up"
@@ -133,10 +130,10 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "98%", title: "Customer Satisfaction", description: "Consistently high ratings from satisfied customers", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-looking-car_23-2150171244.jpg?_wi=2", imageAlt: "professional auto body shop"
id: "1", value: "98%", title: "Customer Satisfaction", description: "Consistently high ratings from satisfied customers", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-looking-car_23-2150171244.jpg", imageAlt: "professional auto body shop"
},
{
id: "2", value: "24hr", title: "Quick Turnaround", description: "Most repairs completed within 24-48 hours", imageSrc: "http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-hightech-factory_645730-755.jpg?_wi=2", imageAlt: "modern automotive repair shop"
id: "2", value: "24hr", title: "Quick Turnaround", description: "Most repairs completed within 24-48 hours", imageSrc: "http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-hightech-factory_645730-755.jpg", imageAlt: "modern automotive repair shop"
}
]}
animationType="slide-up"
@@ -210,7 +207,7 @@ export default function LandingPage() {
{ text: "Request Quote", href: "#contact-form" }
]}
buttonAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>