From 3a5d7dc80178e975ac661c5c43f9539101a51513 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:25:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ee7cc2..5901e2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardTen from "@/components/sections/metrics/MetricCardTen"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Sparkles, Shield, CheckCircle, ArrowRight, HelpCircle } from "lucide-react"; +import { Sparkles, Shield, CheckCircle, ArrowRight, HelpCircle, Crown } from "lucide-react"; export default function LandingPage() { return ( @@ -108,7 +108,7 @@ export default function LandingPage() { "Exterior wash and clay bar treatment", "Paint correction and polish", "Interior vacuum and carpet cleaning", "Dashboard and trim protection", "48-hour turnaround guaranteed"], }, { - id: "premium-detail", tag: "Premium Detail", tagIcon: Sparkles, + id: "premium-detail", tag: "Most Popular", tagIcon: Crown, price: "$599", period: "per vehicle", description: "Luxury-level service with ceramic coating protection and engine detailing", button: { text: "Book Premium", href: "#booking" }, featuresTitle: "What's Included:", features: [ "Full paint correction with multi-stage polishing", "Professional ceramic coating application", "Deep interior detailing with stain treatment", "Engine bay detailing and protection", "Wheel and tire restoration", "24-hour priority scheduling"], -- 2.49.1