Update src/app/page.tsx

This commit is contained in:
2026-03-04 22:04:31 +00:00
parent c8e2939044
commit cbfedccc29

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -35,7 +35,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Call Now", href: "tel:+1-806-555-0123"}}
text: "Call Now", href: "tel:+1-806-555-0123"
}}
animateOnLoad={true}
/>
</div>
@@ -52,10 +53,10 @@ export default function LandingPage() {
{ text: "Learn More", href: "#services" },
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
dashboard={{
title: "Our Service Commitment", logoIcon: CheckCircle,
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-auto-mechanic-working-car-workshop-looking-camera_637285-11545.jpg?_wi=1", imageAlt: "Professional auto repair service", buttons: [
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-auto-mechanic-working-car-workshop-looking-camera_637285-11545.jpg", imageAlt: "Professional auto repair service", buttons: [
{ text: "View Services", href: "#services" },
{ text: "Call Now", href: "tel:+1-806-555-0123" },
],
@@ -67,13 +68,16 @@ export default function LandingPage() {
stats: [
{
title: "Years Experience", values: [10, 15, 20],
description: "Trusted expertise in auto repair"},
description: "Trusted expertise in auto repair"
},
{
title: "Happy Customers", values: [500, 750, 1000],
valueSuffix: "+", description: "Growing family of satisfied clients"},
valueSuffix: "+", description: "Growing family of satisfied clients"
},
{
title: "Services Offered", values: [8, 10, 12],
description: "Complete automotive solutions"},
description: "Complete automotive solutions"
},
],
searchPlaceholder: "What repair do you need?", chartTitle: "Customer Satisfaction", chartData: [
{ value: 98 },
@@ -85,11 +89,16 @@ export default function LandingPage() {
listTitle: "Why Choose Us", listItems: [
{
icon: Heart,
title: "Family-Owned & Operated", status: "Trusted"},
title: "Family-Owned & Operated", status: "Trusted"
},
{
icon: DollarSign,
title: "Honest & Transparent Pricing", status: "Fair"},
{ icon: Zap, title: "Fast & Reliable Service", status: "Quick" },
title: "Honest & Transparent Pricing", status: "Fair"
},
{
icon: Zap,
title: "Fast & Reliable Service", status: "Quick"
},
],
}}
/>
@@ -104,7 +113,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[{ text: "Contact Us", href: "#contact" }]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/african-american-auto-mechanic-his-coworker-communicating-with-their-manager-repair-shop_637285-4233.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/african-american-auto-mechanic-his-coworker-communicating-with-their-manager-repair-shop_637285-4233.jpg"
imageAlt="Brothers Auto Care family-owned shop interior"
useInvertedBackground={false}
/>
@@ -119,23 +128,29 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Oil Changes", description: "Regular oil changes to maintain engine health and performance", imageSrc: "http://img.b2bpic.net/free-vector/auto-service-design-concepts-set_98292-1661.jpg?_wi=1", imageAlt: "Professional oil change service", buttonIcon: ArrowRight,
buttonHref: "#contact"},
title: "Oil Changes", description: "Regular oil changes to maintain engine health and performance", imageSrc: "http://img.b2bpic.net/free-vector/auto-service-design-concepts-set_98292-1661.jpg", imageAlt: "Professional oil change service", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Brake Services", description: "Expert brake inspection and repair for your safety on the road", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26909.jpg?_wi=1", imageAlt: "Professional brake service", buttonIcon: ArrowRight,
buttonHref: "#contact"},
title: "Brake Services", description: "Expert brake inspection and repair for your safety on the road", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26909.jpg", imageAlt: "Professional brake service", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Engine Diagnostics & Repairs", description: "Advanced diagnostic equipment to identify and fix engine problems", imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-diagnostic-tool-laptop-working-truck-workshop_342744-1342.jpg?_wi=1", imageAlt: "Professional engine diagnostic service", buttonIcon: ArrowRight,
buttonHref: "#contact"},
title: "Engine Diagnostics & Repairs", description: "Advanced diagnostic equipment to identify and fix engine problems", imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-diagnostic-tool-laptop-working-truck-workshop_342744-1342.jpg", imageAlt: "Professional engine diagnostic service", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Tune-Ups & Maintenance", description: "Preventive maintenance to extend your vehicle's lifespan", imageSrc: "http://img.b2bpic.net/free-vector/auto-service-design-concepts-set_98292-1661.jpg?_wi=2", imageAlt: "Professional tune-up service", buttonIcon: ArrowRight,
buttonHref: "#contact"},
title: "Tune-Ups & Maintenance", description: "Preventive maintenance to extend your vehicle's lifespan", imageSrc: "http://img.b2bpic.net/free-vector/auto-service-design-concepts-set_98292-1661.jpg", imageAlt: "Professional tune-up service", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Transmission Repairs", description: "Reliable transmission service and repair by experienced technicians", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26909.jpg?_wi=2", imageAlt: "Professional transmission repair", buttonIcon: ArrowRight,
buttonHref: "#contact"},
title: "Transmission Repairs", description: "Reliable transmission service and repair by experienced technicians", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26909.jpg", imageAlt: "Professional transmission repair", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "A/C & Heating System Repairs", description: "Keep your climate control system running smoothly year-round", imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-diagnostic-tool-laptop-working-truck-workshop_342744-1342.jpg?_wi=2", imageAlt: "Professional AC and heating repair", buttonIcon: ArrowRight,
buttonHref: "#contact"},
title: "A/C & Heating System Repairs", description: "Keep your climate control system running smoothly year-round", imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-diagnostic-tool-laptop-working-truck-workshop_342744-1342.jpg", imageAlt: "Professional AC and heating repair", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -151,13 +166,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Kelly Soto", date: "Date: Recently", title: "Amazing Service and Fair Pricing!", quote: "Joe and his team are amazing! They fixed my car quickly, at a fair price, and treated me like family. Highly recommend!", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Kelly Soto", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-auto-mechanic-working-car-workshop-looking-camera_637285-11545.jpg?_wi=2", imageAlt: "Brothers Auto Care service"},
id: "1", name: "Kelly Soto", date: "Date: Recently", title: "Amazing Service and Fair Pricing!", quote: "Joe and his team are amazing! They fixed my car quickly, at a fair price, and treated me like family. Highly recommend!", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Kelly Soto", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-auto-mechanic-working-car-workshop-looking-camera_637285-11545.jpg", imageAlt: "Brothers Auto Care service"
},
{
id: "2", name: "Toni Mills", date: "Date: Recently", title: "My Go-To for All Car Services", quote: "Brothers Auto Care is my go-to spot for all my car services. Friendly staff, quick service, and great prices!", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Toni Mills", imageSrc: "http://img.b2bpic.net/free-photo/african-american-auto-mechanic-his-coworker-communicating-with-their-manager-repair-shop_637285-4233.jpg?_wi=2", imageAlt: "Brothers Auto Care team"},
id: "2", name: "Toni Mills", date: "Date: Recently", title: "My Go-To for All Car Services", quote: "Brothers Auto Care is my go-to spot for all my car services. Friendly staff, quick service, and great prices!", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Toni Mills", imageSrc: "http://img.b2bpic.net/free-photo/african-american-auto-mechanic-his-coworker-communicating-with-their-manager-repair-shop_637285-4233.jpg", imageAlt: "Brothers Auto Care team"
},
{
id: "3", name: "Christopher Maldonado", date: "Date: Recently", title: "Best Service and Pricing Around", quote: "They worked with me every step of the way. Best service and pricing around! I trust them completely with my vehicle.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Christopher Maldonado", imageSrc: "http://img.b2bpic.net/free-vector/auto-service-design-concepts-set_98292-1661.jpg?_wi=3", imageAlt: "Professional service"},
id: "3", name: "Christopher Maldonado", date: "Date: Recently", title: "Best Service and Pricing Around", quote: "They worked with me every step of the way. Best service and pricing around! I trust them completely with my vehicle.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Christopher Maldonado", imageSrc: "http://img.b2bpic.net/free-vector/auto-service-design-concepts-set_98292-1661.jpg", imageAlt: "Professional service"
},
{
id: "4", name: "Sarah Johnson", date: "Date: Recently", title: "Honest and Professional", quote: "The team at Brothers Auto Care is incredibly honest about what needs to be done. No unnecessary upsells, just great service at fair prices.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26909.jpg?_wi=3", imageAlt: "Professional repair work"},
id: "4", name: "Sarah Johnson", date: "Date: Recently", title: "Honest and Professional", quote: "The team at Brothers Auto Care is incredibly honest about what needs to be done. No unnecessary upsells, just great service at fair prices.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-brake-discs-car-service_1303-26909.jpg", imageAlt: "Professional repair work"
},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -173,8 +192,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
logos={[
"http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-young-man-clicks-facebook-page-bookmark_482257-116836.jpg", "http://img.b2bpic.net/free-vector/abstract-logo-template_1156-887.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148061324.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-kickboxing-logo-template_23-2150826690.jpg", "http://img.b2bpic.net/free-vector/check-mark-three-stars_78370-4450.jpg", "http://img.b2bpic.net/free-vector/technological-blue-logo-with-house-wifi_1035-5773.jpg", "http://img.b2bpic.net/free-vector/beta-brand-logo_1071-63.jpg"]}
names={["Google Reviews", "Yelp", "Facebook", "Nextdoor", "Trustpilot", "Angi", "Better Business Bureau"]}
speed={40}
showCard={true}
/>