diff --git a/src/app/page.tsx b/src/app/page.tsx
index 897643a..68de3ee 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
@@ -65,8 +53,7 @@ export default function LandingPage() {
@@ -137,24 +108,16 @@ export default function LandingPage() {
features={[
{
icon: Car,
- title: "Exterior Wash & Wax",
- description: "Thorough exterior cleaning, gentle wash, and protective wax for a brilliant, lasting shine.",
- },
+ title: "Exterior Wash & Wax", description: "Thorough exterior cleaning, gentle wash, and protective wax for a brilliant, lasting shine."},
{
icon: Palette,
- title: "Ceramic Coating",
- description: "Advanced ceramic coating application for superior paint protection and hydrophobic properties.",
- },
+ title: "Ceramic Coating", description: "Advanced ceramic coating application for superior paint protection and hydrophobic properties."},
{
icon: Sparkles,
- title: "Interior Deep Clean",
- description: "Vacuuming, surface cleaning, and odor removal to restore your car's interior freshness.",
- },
+ title: "Interior Deep Clean", description: "Vacuuming, surface cleaning, and odor removal to restore your car's interior freshness."},
{
icon: Car,
- title: "Wheel & Tire Care",
- description: "Deep cleaning for wheels, tire dressing application, and rim detailing for a spotless finish.",
- },
+ title: "Wheel & Tire Care", description: "Deep cleaning for wheels, tire dressing application, and rim detailing for a spotless finish."},
]}
title="Comprehensive Car Wash Services"
description="From a quick exterior refresh to a full interior and exterior detailing, we offer a wide range of services tailored to your vehicle's needs."
@@ -172,47 +135,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "basic-wash",
- name: "Express Shine",
- price: "$15.00",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-fragile-bubbles-surface-water_23-2147798310.jpg",
- imageAlt: "Car undergoing an express wash",
- },
+ id: "basic-wash", name: "Express Shine", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fragile-bubbles-surface-water_23-2147798310.jpg", imageAlt: "Car undergoing an express wash"},
{
- id: "deluxe-wash",
- name: "Deluxe Clean",
- price: "$29.00",
- imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26059.jpg",
- imageAlt: "Car receiving a deluxe exterior clean",
- },
+ id: "deluxe-wash", name: "Deluxe Clean", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26059.jpg", imageAlt: "Car receiving a deluxe exterior clean"},
{
- id: "ultimate-wash",
- name: "Ultimate Protection",
- price: "$49.00",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-motorcycle-helmet_23-2151113140.jpg",
- imageAlt: "Car getting ultimate protection treatment",
- },
+ id: "ultimate-wash", name: "Ultimate Protection", price: "$49.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-motorcycle-helmet_23-2151113140.jpg", imageAlt: "Car getting ultimate protection treatment"},
{
- id: "interior-vac",
- name: "Interior Refresh",
- price: "$35.00",
- imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934327.jpg",
- imageAlt: "Cleaned car interior",
- },
+ id: "interior-vac", name: "Interior Refresh", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934327.jpg", imageAlt: "Cleaned car interior"},
{
- id: "wheel-care",
- name: "Wheel & Rim Detail",
- price: "$20.00",
- imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36586.jpg",
- imageAlt: "Detailed car wheels and tires",
- },
+ id: "wheel-care", name: "Wheel & Rim Detail", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36586.jpg", imageAlt: "Detailed car wheels and tires"},
{
- id: "ceramic-seal",
- name: "Ceramic Sealant",
- price: "$75.00",
- imageSrc: "http://img.b2bpic.net/free-photo/male-painter-hazmat-suit-inside-car-shop_23-2149750040.jpg",
- imageAlt: "Car with ceramic coating applied",
- },
+ id: "ceramic-seal", name: "Ceramic Sealant", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/male-painter-hazmat-suit-inside-car-shop_23-2149750040.jpg", imageAlt: "Car with ceramic coating applied"},
]}
title="Our Signature Wash Packages"
description="Choose from our selection of premium wash packages, each designed to provide a specific level of care and protection for your vehicle."
@@ -226,63 +159,34 @@ export default function LandingPage() {