Merge version_2 into main #4
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Dealership Clean. Without the Dealership Price."
|
||||
description="Summit, Illinois' premier auto detailing specialist — fast, affordable, and results that speak for themselves."
|
||||
description="Illinois' premier auto detailing specialist — fast, affordable, and results that speak for themselves."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Premium Auto Detailing"
|
||||
tagIcon={Sparkles}
|
||||
@@ -68,11 +68,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="trust-bar" data-section="trust-bar">
|
||||
<AboutMetric
|
||||
title="Why Summit Drivers Trust Premier One"
|
||||
title="Why Illinois Drivers Trust Premier One"
|
||||
metrics={[
|
||||
{ icon: Zap, label: "Fast Turnaround", value: "30 mins - 1.5 hrs" },
|
||||
{ icon: DollarSign, label: "Fair Pricing", value: "Beat Local Shops" },
|
||||
{ icon: Calendar, label: "Flexible Scheduling", value: "Same-Day Available" },
|
||||
{ icon: Zap, label: "Fast Turnaround", value: "Quick & Efficient" },
|
||||
{ icon: DollarSign, label: "Fair Pricing", value: "Transparent Rates" },
|
||||
{ icon: Calendar, label: "Flexible Schedule", value: "Your Time" },
|
||||
{ icon: Award, label: "5-Star Results", value: "Dealership Quality" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardThree
|
||||
title="Before & After Gallery"
|
||||
description="See the transformation that keeps customers coming back. Real results from real vehicles in Summit."
|
||||
description="See the transformation that keeps customers coming back. Real results from real vehicles."
|
||||
tag="Our Work"
|
||||
tagIcon={ImageIcon}
|
||||
tagAnimation="slide-up"
|
||||
@@ -167,7 +167,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="What Our Customers Say"
|
||||
description="Real feedback from Summit drivers who trust Premier One with their vehicles."
|
||||
description="Real feedback from drivers who trust Premier One with their vehicles."
|
||||
tag="Reviews"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -176,19 +176,19 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Dallas Goldtooth", handle: "Summit Customer", testimonial: "Scott exceeded my expectations by far. His pricing was very fair for the amount of work. I called 4 other detail spots in the area and they were either not available for a while or WAY too pricey.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg?_wi=1", imageAlt: "Dallas Goldtooth", icon: Star
|
||||
id: "1", name: "Dallas Goldtooth", handle: "Valued Customer", testimonial: "Scott exceeded my expectations by far. His pricing was very fair for the amount of work. I called 4 other detail spots in the area and they were either not available for a while or WAY too pricey.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg?_wi=1", imageAlt: "Dallas Goldtooth", icon: Star
|
||||
},
|
||||
{
|
||||
id: "2", name: "Victor Angeles", handle: "Rideshare Driver", testimonial: "Fast and efficient and very professional. He will make your car look good as new! Scott was the only one available early in the morning on a weekend.", imageSrc: "http://img.b2bpic.net/free-photo/business-professional_1098-14759.jpg?_wi=1", imageAlt: "Victor Angeles", icon: Star
|
||||
},
|
||||
{
|
||||
id: "3", name: "Rebecca Mallory", handle: "Summit Resident", testimonial: "I thought I was just getting it from the dealership. He cleaned my car so good I was amazed. He was very flexible with me and only took an hour and a half.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3781.jpg", imageAlt: "Rebecca Mallory", icon: Star
|
||||
id: "3", name: "Rebecca Mallory", handle: "Regular Driver", testimonial: "I thought I was just getting it from the dealership. He cleaned my car so good I was amazed. He was very flexible with me and only took an hour and a half.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3781.jpg", imageAlt: "Rebecca Mallory", icon: Star
|
||||
},
|
||||
{
|
||||
id: "4", name: "Scott Henderson", handle: "Owner, Premier One", testimonial: "Every car is treated like it's mine. That's the Premier One promise—professional, fair, and results you can see.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", imageAlt: "Scott Henderson", icon: Award
|
||||
},
|
||||
{
|
||||
id: "5", name: "Mark Johnson", handle: "Regular Customer", testimonial: "Best detail work in Summit. No comparison. Scott takes pride in his work and it shows.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg?_wi=2", imageAlt: "Mark Johnson", icon: Star
|
||||
id: "5", name: "Mark Johnson", handle: "Regular Customer", testimonial: "Best detail work around. No comparison. Scott takes pride in his work and it shows.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg?_wi=2", imageAlt: "Mark Johnson", icon: Star
|
||||
},
|
||||
{
|
||||
id: "6", name: "Jessica Lee", handle: "Uber Driver", testimonial: "Perfect for my schedule. Early morning availability saved my week. Quality work, fair price, highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/business-professional_1098-14759.jpg?_wi=2", imageAlt: "Jessica Lee", icon: ThumbsUp
|
||||
@@ -235,16 +235,16 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Fast Turnaround", description: "Back on the road in 30 minutes to 1.5 hours—no all-day appointments.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Zap, label: "Quick", value: "30+ mins" },
|
||||
{ icon: Clock, label: "Efficient", value: "1.5 hrs max" },
|
||||
title: "Fast Turnaround", description: "Back on the road quickly—no all-day appointments.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Zap, label: "Quick", value: "Efficient" },
|
||||
{ icon: Clock, label: "Timing", value: "Fast" },
|
||||
{ icon: TrendingUp, label: "Earning", value: "Back Quick" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Fair Pricing", description: "Competitive rates that won't cut into your earnings—we beat other local shops.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: DollarSign, label: "Fair", value: "Best Price" },
|
||||
{ icon: Award, label: "Value", value: "Premium" },
|
||||
title: "Fair Pricing", description: "Competitive rates that won't cut into your earnings.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: DollarSign, label: "Fair", value: "Best Value" },
|
||||
{ icon: Award, label: "Quality", value: "Premium" },
|
||||
{ icon: CheckCircle, label: "Transparent", value: "No Surprises" }
|
||||
]
|
||||
},
|
||||
@@ -304,13 +304,13 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Summit, Illinois", href: "#" },
|
||||
{ label: "Illinois", href: "#" },
|
||||
{ label: "Cash or Zelle", href: "#" },
|
||||
{ label: "Same-Day Available", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 Premier One Auto Detailing — Summit, IL. All rights reserved."
|
||||
copyrightText="© 2025 Premier One Auto Detailing — Illinois. All rights reserved."
|
||||
ariaLabel="Site footer"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user