Update src/app/page.tsx

This commit is contained in:
2026-05-09 20:20:01 +00:00
parent cf7991f803
commit a2243fd217

View File

@@ -12,7 +12,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Sparkles, Car, ShieldCheck, Phone, Clock, MapPin } from "lucide-react";
import { Sparkles, Car, ShieldCheck } from "lucide-react";
export default function DetailingPage() {
return (
@@ -58,7 +58,7 @@ export default function DetailingPage() {
{ text: "Get a Quote", href: "#contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-engine_627829-3910.jpg"
imageSrc="http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-engine_627829-3910.jpg?_wi=1"
imageAlt="Professional car detailing service in Kendall"
showDimOverlay={true}
/>
@@ -73,7 +73,7 @@ export default function DetailingPage() {
{ value: "5+ Years", title: "Experience in Kendall" },
{ value: "100%", title: "Customer Satisfaction" },
]}
imageSrc="http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-engine_627829-3910.jpg"
imageSrc="http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-engine_627829-3910.jpg?_wi=2"
imageAlt="Detailing expert working on a car"
mediaBadge={{ text: "Available Now", className: "bg-emerald-500" }}
mediaAnimation="slide-up"
@@ -88,13 +88,13 @@ export default function DetailingPage() {
description="Comprehensive care options designed to meet your vehicle's specific needs."
features={[
{
title: "Full Exterior Wash", description: "Deep hand wash, tire dressing, and wax for a lasting shine.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-retro-man-doing-housework-household-chores_23-2151448065.jpg", imageAlt: "Exterior car wash"
title: "Full Exterior Wash", description: "Restore your showroom shine and save hours of maintenance time with our deep hand wash and wax service.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-retro-man-doing-housework-household-chores_23-2151448065.jpg", imageAlt: "Exterior car wash"
},
{
title: "Interior Deep Clean", description: "Steam cleaning, vacuuming, and leather conditioning for a refreshed cabin.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552297.jpg", imageAlt: "Interior car detailing"
title: "Interior Deep Clean", description: "Reclaim your cabin comfort and eliminate allergens with our comprehensive steam cleaning and conditioning treatment.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552297.jpg", imageAlt: "Interior car detailing"
},
{
title: "Paint Correction", description: "Restore your vehicle's gloss by removing light scratches and swirl marks.", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-polishing-car-before-painting_1303-28148.jpg", imageAlt: "Paint correction service"
title: "Paint Correction", description: "Protect your vehicle's value and boost aesthetic appeal by permanently removing swirl marks and surface imperfections.", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-polishing-car-before-painting_1303-28148.jpg", imageAlt: "Paint correction service"
}
]}
gridVariant="uniform-all-items-equal"
@@ -162,6 +162,7 @@ export default function DetailingPage() {
title="Ready for a Shine?"
description="Contact us today for a free estimate tailored to your vehicle."
buttons={[{ text: "Call (305) 555-0199", href: "tel:3055550199" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -181,4 +182,4 @@ export default function DetailingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}