Update src/app/page.tsx

This commit is contained in:
2026-05-09 20:19:37 +00:00
parent 7a81200cec
commit c471b27bdb

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 (
@@ -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>