diff --git a/src/app/page.tsx b/src/app/page.tsx
index 285a91d..8e8c9d3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,95 +31,62 @@ export default function LandingPage() {
@@ -131,19 +98,13 @@ export default function LandingPage() {
title="What You Can Expect"
metrics={[
{
- label: "Service Tiers",
- value: "Clear & Transparent",
- icon: CheckCircle,
+ label: "Service Tiers", value: "Clear & Transparent", icon: CheckCircle,
},
{
- label: "Add-ons",
- value: "No Hidden Costs",
- icon: Shield,
+ label: "Add-ons", value: "No Hidden Costs", icon: Shield,
},
{
- label: "Turnaround",
- value: "Fast & Reliable",
- icon: Zap,
+ label: "Turnaround", value: "Fast & Reliable", icon: Zap,
},
]}
metricsAnimation="slide-up"
@@ -157,56 +118,27 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "p1",
- name: "Express Wash",
- price: "$30 - $50",
- features: [
- "Exterior Foam Wash",
- "Wheel Cleaning",
- "Microfiber Dry",
- "15-min turnaround",
- ],
+ id: "p1", name: "Express Wash", price: "$30 - $50", features: [
+ "Exterior Foam Wash", "Wheel Cleaning", "Microfiber Dry", "15-min turnaround"],
buttons: [
{
- text: "Book Now",
- href: "tel:8478088600",
- },
+ text: "Book Now", href: "tel:8478088600"},
],
},
{
- id: "p2",
- name: "Interior Clean",
- price: "$70 - $120",
- features: [
- "Vacuuming & Dusting",
- "Glass Cleaning",
- "Dash Polish",
- "Interior Scented",
- "45-min turnaround",
- ],
+ id: "p2", name: "Interior Clean", price: "$70 - $120", features: [
+ "Vacuuming & Dusting", "Glass Cleaning", "Dash Polish", "Interior Scented", "45-min turnaround"],
buttons: [
{
- text: "Book Now",
- href: "tel:8478088600",
- },
+ text: "Book Now", href: "tel:8478088600"},
],
},
{
- id: "p3",
- name: "Full Detail",
- price: "$180+",
- features: [
- "Deep Interior Clean",
- "Hand Waxing",
- "Engine Bay Rinse",
- "Tire Dressing",
- "Paint Protection",
- ],
+ id: "p3", name: "Full Detail", price: "$180+", features: [
+ "Deep Interior Clean", "Hand Waxing", "Engine Bay Rinse", "Tire Dressing", "Paint Protection"],
buttons: [
{
- text: "Book Now",
- href: "tel:8478088600",
- },
+ text: "Book Now", href: "tel:8478088600"},
],
},
]}
@@ -217,44 +149,20 @@ export default function LandingPage() {