Merge version_1 into main #2
124
src/app/page.tsx
124
src/app/page.tsx
@@ -36,7 +36,8 @@ export default function LandingPage() {
|
||||
{ name: "Hours", id: "hours" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now", href: "tel:+17145551234"}}
|
||||
text: "Call Now", href: "tel:+17145551234"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -44,38 +45,48 @@ export default function LandingPage() {
|
||||
<HeroSplitDoubleCarousel
|
||||
tag="Garden Grove ADAS Specialists"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Expert Auto Repair & Diagnostics You Can Trust"
|
||||
description="Professional vehicle maintenance, advanced ADAS diagnostics, and honest recommendations. Get your car back on the road safely and efficiently. Open 7 AM – 7 PM, Monday through Sunday."
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-replaces-car-engine-garage_482257-76094.jpg", imageAlt: "Professional mechanic working on vehicle"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-replaces-car-engine-garage_482257-76094.jpg", imageAlt: "Professional mechanic working on vehicle"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg?_wi=1", imageAlt: "Advanced diagnostic equipment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg", imageAlt: "Advanced diagnostic equipment"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=1", imageAlt: "Modern automotive workshop"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg", imageAlt: "Modern automotive workshop"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-auto-repairman-checking-car-oil-workshop_637285-7638.jpg?_wi=1", imageAlt: "Vehicle maintenance in progress"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-auto-repairman-checking-car-oil-workshop_637285-7638.jpg", imageAlt: "Vehicle maintenance in progress"
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/speeding-cars-blur-blue-modern-city-rush-generated-by-ai_188544-13501.jpg?_wi=1", imageAlt: "ADAS technology systems"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/speeding-cars-blur-blue-modern-city-rush-generated-by-ai_188544-13501.jpg", imageAlt: "ADAS technology systems"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-worried-businessman-talking-with-african-american-auto-mechanic-about-costs-car-reparation-auto-repair-shop_637285-4251.jpg?_wi=1", imageAlt: "Professional vehicle inspection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-worried-businessman-talking-with-african-american-auto-mechanic-about-costs-car-reparation-auto-repair-shop_637285-4251.jpg", imageAlt: "Professional vehicle inspection"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288179.jpg", imageAlt: "Friendly customer service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288179.jpg", imageAlt: "Friendly customer service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg?_wi=1", imageAlt: "Experienced technician"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg", imageAlt: "Experienced technician"
|
||||
},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now (714) 555-1234", href: "tel:+17145551234"},
|
||||
text: "Call Now (714) 555-1234", href: "tel:+17145551234"
|
||||
},
|
||||
{
|
||||
text: "Request Service", href: "#contact"},
|
||||
text: "Request Service", href: "#contact"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,11 +100,11 @@ export default function LandingPage() {
|
||||
{ value: "500+", title: "Satisfied Customers Annually" },
|
||||
{ value: "24hr", title: "Average Turnaround Time" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg"
|
||||
imageAlt="Adas Exclusive workshop"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="entrance-slide"
|
||||
metricsAnimation="entrance-slide"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -101,32 +112,38 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentySix
|
||||
tag="Our Services"
|
||||
tagIcon={Wrench}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Comprehensive Auto Repair & Diagnostics"
|
||||
description="From routine maintenance to advanced ADAS diagnostics, we offer the full range of services to keep your vehicle running safely and reliably."
|
||||
features={[
|
||||
{
|
||||
title: "Check Engine Light Diagnostics", description: "Accurate diagnosis using state-of-the-art equipment", imageSrc: "http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg?_wi=2", imageAlt: "Diagnostic scanning", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"},
|
||||
title: "Check Engine Light Diagnostics", description: "Accurate diagnosis using state-of-the-art equipment", imageSrc: "http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg", imageAlt: "Diagnostic scanning", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "ADAS Specialist Services", description: "Advanced driver-assistance systems calibration and repair", imageSrc: "http://img.b2bpic.net/free-photo/speeding-cars-blur-blue-modern-city-rush-generated-by-ai_188544-13501.jpg?_wi=2", imageAlt: "ADAS technology", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"},
|
||||
title: "ADAS Specialist Services", description: "Advanced driver-assistance systems calibration and repair", imageSrc: "http://img.b2bpic.net/free-photo/speeding-cars-blur-blue-modern-city-rush-generated-by-ai_188544-13501.jpg", imageAlt: "ADAS technology", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "General Vehicle Diagnostics", description: "Comprehensive system analysis for any make or model", imageSrc: "http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg?_wi=3", imageAlt: "Vehicle diagnostics", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"},
|
||||
title: "General Vehicle Diagnostics", description: "Comprehensive system analysis for any make or model", imageSrc: "http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg", imageAlt: "Vehicle diagnostics", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Pre-Purchase Vehicle Inspections", description: "Thorough inspection before you buy", imageSrc: "http://img.b2bpic.net/free-photo/young-worried-businessman-talking-with-african-american-auto-mechanic-about-costs-car-reparation-auto-repair-shop_637285-4251.jpg?_wi=2", imageAlt: "Vehicle inspection", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"},
|
||||
title: "Pre-Purchase Vehicle Inspections", description: "Thorough inspection before you buy", imageSrc: "http://img.b2bpic.net/free-photo/young-worried-businessman-talking-with-african-american-auto-mechanic-about-costs-car-reparation-auto-repair-shop_637285-4251.jpg", imageAlt: "Vehicle inspection", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Routine Auto Maintenance", description: "Oil changes, filters, fluid checks, and preventive care", imageSrc: "http://img.b2bpic.net/free-photo/closeup-auto-repairman-checking-car-oil-workshop_637285-7638.jpg?_wi=2", imageAlt: "Routine maintenance", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"},
|
||||
title: "Routine Auto Maintenance", description: "Oil changes, filters, fluid checks, and preventive care", imageSrc: "http://img.b2bpic.net/free-photo/closeup-auto-repairman-checking-car-oil-workshop_637285-7638.jpg", imageAlt: "Routine maintenance", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Auto Diagnosis & Inspection", description: "Expert assessment of any automotive concern", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=3", imageAlt: "Professional service", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"},
|
||||
title: "Auto Diagnosis & Inspection", description: "Expert assessment of any automotive concern", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg", imageAlt: "Professional service", buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -140,11 +157,11 @@ export default function LandingPage() {
|
||||
{ value: "15+", title: "Years of Industry Experience" },
|
||||
{ value: "98%", title: "Customer Satisfaction Rating" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg"
|
||||
imageAlt="Experienced technician team"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="entrance-slide"
|
||||
metricsAnimation="entrance-slide"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -152,34 +169,40 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
tag="Customer Reviews"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="What Our Customers Say"
|
||||
description="Trusted by Garden Grove drivers for reliable service, honest diagnostics, and exceptional customer care."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Rodriguez", handle: "@maria_r_gardengr", testimonial: "Adas Exclusive diagnosed my check engine light in 30 minutes. Honest price, no surprises. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Maria Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Maria Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Chen", handle: "@davidchanmech", testimonial: "Best auto repair shop in Garden Grove. They fixed my ADAS system perfectly. Professional and friendly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=1", imageAlt: "David Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jennifer Martinez", handle: "@jen_drives_oc", testimonial: "I got my pre-purchase inspection done here before buying my Honda. Thorough and fair pricing. So glad I found them!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Jennifer Martinez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jennifer Martinez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Torres", handle: "@michaelt_auto", testimonial: "Open 7-7 every day is perfect for my schedule. They got me in quickly and fixed my car the same day.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Michael Torres"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Michael Torres"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Sarah Williams", handle: "@sarahw_vw", testimonial: "Very knowledgeable team. They explained everything in detail and helped me understand what my car needed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=2", imageAlt: "Sarah Williams"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Sarah Williams"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Kim", handle: "@robkimca", testimonial: "Adas Exclusive is the real deal. Honest diagnostics, fair prices, and friendly service. This is my go-to shop now.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Robert Kim"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Kim"
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -187,18 +210,20 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
tag="Get Your Vehicle Serviced Today"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Schedule Your Service Appointment Now"
|
||||
description="Call us or submit a quick request form below. We'll confirm your appointment and get you scheduled at a time that works for you. Open 7 AM – 7 PM, Monday–Sunday."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (714) 555-1234", href: "tel:+17145551234"},
|
||||
text: "Call (714) 555-1234", href: "tel:+17145551234"
|
||||
},
|
||||
{
|
||||
text: "Request Service", href: "#contact-form"},
|
||||
text: "Request Service", href: "#contact-form"
|
||||
},
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -209,7 +234,8 @@ export default function LandingPage() {
|
||||
title="Serving Garden Grove and Surrounding Areas"
|
||||
description="Adas Exclusive is proud to serve the Garden Grove community and neighboring cities with professional, honest auto repair services."
|
||||
names={[
|
||||
"Garden Grove", "Santa Ana", "Anaheim", "Orange", "Fountain Valley", "Cypress", "Stanton", "Midway City"]}
|
||||
"Garden Grove", "Santa Ana", "Anaheim", "Orange", "Fountain Valley", "Cypress", "Stanton", "Midway City"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={35}
|
||||
@@ -221,9 +247,11 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Adas Exclusive"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
text: "Privacy Policy", href: "#"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
text: "Terms of Service", href: "#"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user