Merge version_1 into main #2
@@ -48,9 +48,11 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-auto-mechanics-cooperating-while-repairing-tire-customer-s-car-auto-repair-shop_637285-4255.jpg?_wi=1", imageAlt: "Professional workshop facility"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-auto-mechanics-cooperating-while-repairing-tire-customer-s-car-auto-repair-shop_637285-4255.jpg", imageAlt: "Professional workshop facility"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-handsome-car-mechanic-holding-wrenches-front-automobile-with-opened-hood_342744-261.jpg", imageAlt: "Certified technician working on vehicle"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-handsome-car-mechanic-holding-wrenches-front-automobile-with-opened-hood_342744-261.jpg", imageAlt: "Certified technician working on vehicle"
|
||||
},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by Hundreds of Satisfied Customers"
|
||||
@@ -60,7 +62,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,13 +91,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Accident Damage Assessment", author: "Expert Evaluation", description: "Comprehensive damage assessment using advanced diagnostic tools to determine the full extent of repairs needed.", tags: ["Diagnostics", "Expert Analysis"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-electric-mechanic-uniform-working-auto-service-making-car-diagnostics-using-obd-device-with-laptop_627829-3940.jpg", imageAlt: "Diagnostic assessment process"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-electric-mechanic-uniform-working-auto-service-making-car-diagnostics-using-obd-device-with-laptop_627829-3940.jpg", imageAlt: "Diagnostic assessment process"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Body Work & Panel Repair", author: "Precision Restoration", description: "Expert dent removal, panel straightening, and bodywork restoration to return your vehicle to original condition.", tags: ["Bodywork", "Panel Repair"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg", imageAlt: "Professional bodywork repair"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg", imageAlt: "Professional bodywork repair"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Professional Painting", author: "Flawless Finish", description: "High-quality spray painting and finish work using premium automotive paints and techniques for a seamless result.", tags: ["Painting", "Finishing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-painting-car-with-spray-gun_1303-28154.jpg", imageAlt: "Professional painting booth"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-painting-car-with-spray-gun_1303-28154.jpg", imageAlt: "Professional painting booth"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -114,19 +118,23 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "15+", title: "Years of Excellence in Accident Repair", items: [
|
||||
"Certified technicians with specialist training", "100+ vehicles restored annually", "5-star customer satisfaction rating"],
|
||||
"Certified technicians with specialist training", "100+ vehicles restored annually", "5-star customer satisfaction rating"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", value: "500+", title: "Successful Accident Repairs Completed", items: [
|
||||
"All vehicle makes and models", "Insurance approved repairs", "Quality guarantee on all work"],
|
||||
"All vehicle makes and models", "Insurance approved repairs", "Quality guarantee on all work"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", value: "24/7", title: "Customer Support Available", items: [
|
||||
"Emergency accident assistance", "Free initial consultation", "Transparent communication"],
|
||||
"Emergency accident assistance", "Free initial consultation", "Transparent communication"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "4", value: "100%", title: "Satisfaction Guaranteed", items: [
|
||||
"Warranty on all repairs", "Premium parts used", "Professional workmanship"],
|
||||
"Warranty on all repairs", "Premium parts used", "Professional workmanship"
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -144,7 +152,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-auto-mechanics-cooperating-while-repairing-tire-customer-s-car-auto-repair-shop_637285-4255.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-auto-mechanics-cooperating-while-repairing-tire-customer-s-car-auto-repair-shop_637285-4255.jpg"
|
||||
imageAlt="Contact our repair team"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user