Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-22 01:59:02 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/physician-recommending-vitamins-painkillers-healthcare-insurance_482257-116451.jpg?_wi=1", imageAlt: "Professional auto inspection service"
imageSrc: "http://img.b2bpic.net/free-photo/physician-recommending-vitamins-painkillers-healthcare-insurance_482257-116451.jpg", imageAlt: "Professional auto inspection service"
}
]}
autoplayDelay={3000}
@@ -68,7 +68,7 @@ export default function LandingPage() {
buttons={[
{ text: "Why Choose Us", href: "#features" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
showBorder={false}
useInvertedBackground={false}
ariaLabel="About Resurrected Auto Repair"
@@ -81,25 +81,25 @@ export default function LandingPage() {
description="Fast, reliable auto services designed for Philadelphia drivers who value speed, honesty, and fair pricing."
tag="What We Offer"
tagIcon={Zap}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: 1,
title: "PA State Inspections", description: "Quick, thorough PA State Inspections with no appointment needed. Same-day service for most vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-looking-car_23-2150171225.jpg?_wi=1", imageAlt: "PA state inspection service"
title: "PA State Inspections", description: "Quick, thorough PA State Inspections with no appointment needed. Same-day service for most vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-looking-car_23-2150171225.jpg", imageAlt: "PA state inspection service"
},
{
id: 2,
title: "Emissions Testing", description: "Professional emissions testing to ensure your vehicle meets Philadelphia and PA standards. Transparent, no-hassle process.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-looking-car_23-2150171225.jpg?_wi=2", imageAlt: "Emissions testing equipment"
title: "Emissions Testing", description: "Professional emissions testing to ensure your vehicle meets Philadelphia and PA standards. Transparent, no-hassle process.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-looking-car_23-2150171225.jpg", imageAlt: "Emissions testing equipment"
},
{
id: 3,
title: "Honest Pricing", description: "Fair, transparent pricing with no hidden fees. We explain every charge and respect your budget.", imageSrc: "http://img.b2bpic.net/free-photo/woman-signing-contract-with-her-partner_329181-20015.jpg?_wi=1", imageAlt: "Honest mechanic pricing discussion"
title: "Honest Pricing", description: "Fair, transparent pricing with no hidden fees. We explain every charge and respect your budget.", imageSrc: "http://img.b2bpic.net/free-photo/woman-signing-contract-with-her-partner_329181-20015.jpg", imageAlt: "Honest mechanic pricing discussion"
},
{
id: 4,
title: "Walk-In Welcome", description: "No appointment necessary. Pull up whenever it's convenient—we'll fit you in quickly and professionally.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-signing-documents-while-communicating-with-auto-repairwoman-workshop-focus-is-woman_637285-7760.jpg?_wi=1", imageAlt: "Walk-in auto repair service"
title: "Walk-In Welcome", description: "No appointment necessary. Pull up whenever it's convenient—we'll fit you in quickly and professionally.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-signing-documents-while-communicating-with-auto-repairwoman-workshop-focus-is-woman_637285-7760.jpg", imageAlt: "Walk-in auto repair service"
}
]}
ariaLabel="Our automotive services and specialties"
@@ -145,16 +145,16 @@ export default function LandingPage() {
description="Real numbers that reflect our commitment to fast service, honest pricing, and community values."
metrics={[
{
id: "1", value: "4.9", title: "Star Rating", description: "Average customer rating across all platforms. Honest service earns trust.", imageSrc: "http://img.b2bpic.net/free-photo/physician-recommending-vitamins-painkillers-healthcare-insurance_482257-116451.jpg?_wi=2", imageAlt: "High customer satisfaction rating"
id: "1", value: "4.9", title: "Star Rating", description: "Average customer rating across all platforms. Honest service earns trust.", imageSrc: "http://img.b2bpic.net/free-photo/physician-recommending-vitamins-painkillers-healthcare-insurance_482257-116451.jpg", imageAlt: "High customer satisfaction rating"
},
{
id: "2", value: "30 min", title: "Average Turnaround", description: "Most PA inspections completed in under 30 minutes. Walk-ins welcome.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-signing-documents-while-communicating-with-auto-repairwoman-workshop-focus-is-woman_637285-7760.jpg?_wi=2", imageAlt: "Fast service turnaround"
id: "2", value: "30 min", title: "Average Turnaround", description: "Most PA inspections completed in under 30 minutes. Walk-ins welcome.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-signing-documents-while-communicating-with-auto-repairwoman-workshop-focus-is-woman_637285-7760.jpg", imageAlt: "Fast service turnaround"
},
{
id: "3", value: "100%", title: "Transparent Pricing", description: "Zero hidden fees. Every charge explained upfront. Fair prices guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/woman-signing-contract-with-her-partner_329181-20015.jpg?_wi=2", imageAlt: "Honest transparent pricing"
id: "3", value: "100%", title: "Transparent Pricing", description: "Zero hidden fees. Every charge explained upfront. Fair prices guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/woman-signing-contract-with-her-partner_329181-20015.jpg", imageAlt: "Honest transparent pricing"
},
{
id: "4", value: "7 days", title: "Open Weekly", description: "Your convenience matters. We're here when you need us with consistent hours.", imageSrc: "http://img.b2bpic.net/free-photo/physician-recommending-vitamins-painkillers-healthcare-insurance_482257-116451.jpg?_wi=3", imageAlt: "Extended business hours"
id: "4", value: "7 days", title: "Open Weekly", description: "Your convenience matters. We're here when you need us with consistent hours.", imageSrc: "http://img.b2bpic.net/free-photo/physician-recommending-vitamins-painkillers-healthcare-insurance_482257-116451.jpg", imageAlt: "Extended business hours"
}
]}
animationType="slide-up"
@@ -170,7 +170,7 @@ export default function LandingPage() {
description="Everything you need to know about PA State Inspections, emissions testing, and our service process."
tag="FAQ"
tagIcon={HelpCircle}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
faqs={[
{
id: "1", title: "Do I need an appointment for a PA State Inspection?", content: "No appointment necessary! We welcome walk-ins. Just pull up, and we'll fit you in as quickly as possible. Most inspections are completed within 30 minutes."
@@ -193,9 +193,9 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-with-customer_1170-1263.jpg"
imageAlt="Mechanic explaining service to customer"
mediaAnimation="entrance-slide"
mediaAnimation="blur-reveal"
mediaPosition="left"
faqsAnimation="entrance-slide"
faqsAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
showCard={true}
@@ -209,7 +209,7 @@ export default function LandingPage() {
title="Ready for Honest Auto Service?"
description="Call now or stop by—no appointment needed. We're here to serve Philadelphia drivers with fast, fair, honest service."
tagIcon={Phone}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Your email"