diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 3aeb6ae..745f128 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -18,13 +18,9 @@ export default function HomePage() {
title="Premium Vehicle Detailing, Professional Results"
description="Expert care for every vehicle. From exterior shine to interior perfection, we deliver the pristine finish your car deserves."
primaryButton={{
- text: "Book Your Detail Today",
- href: "#contact",
- }}
+ text: "Book Your Detail Today", href: "#contact"}}
secondaryButton={{
- text: "View Our Services",
- href: "#services",
- }}
+ text: "View Our Services", href: "#services"}}
imageSrc="http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30572.jpg"
/>
@@ -37,9 +33,7 @@ export default function HomePage() {
title="Showroom Quality in Every Detail"
description="We specialize in protecting your vehicle investment. Our team brings professional-grade tools and techniques to ensure your car looks its best, inside and out."
primaryButton={{
- text: "Learn More",
- href: "#",
- }}
+ text: "Learn More", href: "#"}}
imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg"
/>
@@ -53,20 +47,11 @@ export default function HomePage() {
description="We don't just wash cars; we revitalize them."
items={[
{
- title: "Paint Correction",
- description: "Remove swirls, scratches, and oxidation to restore your paint's original luster.",
- imageSrc: "http://img.b2bpic.net/free-photo/old-red-car-with-ribbon_181624-38.jpg",
- },
+ title: "Paint Correction", description: "Remove swirls, scratches, and oxidation to restore your paint's original luster.", imageSrc: "http://img.b2bpic.net/free-photo/old-red-car-with-ribbon_181624-38.jpg"},
{
- title: "Ceramic Protection",
- description: "Advanced hydrophobic layers that keep your finish protected from harsh elements.",
- imageSrc: "http://img.b2bpic.net/free-photo/spa-tear-close-abstract-white_1172-181.jpg",
- },
+ title: "Ceramic Protection", description: "Advanced hydrophobic layers that keep your finish protected from harsh elements.", imageSrc: "http://img.b2bpic.net/free-photo/spa-tear-close-abstract-white_1172-181.jpg"},
{
- title: "Engine Bay Care",
- description: "Thorough cleaning to ensure your vehicle is as pristine under the hood as it is on the road.",
- imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-parts_1170-1338.jpg",
- },
+ title: "Engine Bay Care", description: "Thorough cleaning to ensure your vehicle is as pristine under the hood as it is on the road.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car-parts_1170-1338.jpg"},
]}
/>
@@ -80,47 +65,19 @@ export default function HomePage() {
description="Explore our full range of detailing services tailored for your vehicle."
items={[
{
- title: "Interior Deep Clean",
- description: "Steam and shampoo for perfect interiors.",
- href: "#",
- imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6629.jpg",
- },
+ title: "Interior Deep Clean", description: "Steam and shampoo for perfect interiors.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6629.jpg"},
{
- title: "Exterior Foam Wash",
- description: "Gentle, thorough deep cleaning wash.",
- href: "#",
- imageSrc: "http://img.b2bpic.net/free-photo/mix-blue-paint-white-foam_23-2147798184.jpg",
- },
+ title: "Exterior Foam Wash", description: "Gentle, thorough deep cleaning wash.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/mix-blue-paint-white-foam_23-2147798184.jpg"},
{
- title: "Wheel Cleaning",
- description: "Specialized rim and tire restoration.",
- href: "#",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-washing_23-2149172889.jpg",
- },
+ title: "Wheel Cleaning", description: "Specialized rim and tire restoration.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-washing_23-2149172889.jpg"},
{
- title: "Protection Film",
- description: "Professional paint protection application.",
- href: "#",
- imageSrc: "http://img.b2bpic.net/free-photo/man-with-protective-clothes-mask-painting-automobile-car-bumper-repair-shop_342744-799.jpg",
- },
+ title: "Protection Film", description: "Professional paint protection application.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/man-with-protective-clothes-mask-painting-automobile-car-bumper-repair-shop_342744-799.jpg"},
{
- title: "Polishing & Wax",
- description: "Hand-applied wax for glossy finish.",
- href: "#",
- imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486992.jpg",
- },
+ title: "Polishing & Wax", description: "Hand-applied wax for glossy finish.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486992.jpg"},
{
- title: "Premium Products",
- description: "Only the best chemicals for your car.",
- href: "#",
- imageSrc: "http://img.b2bpic.net/free-photo/masters-client-tattoo-studio_23-2147834049.jpg",
- },
+ title: "Premium Products", description: "Only the best chemicals for your car.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/masters-client-tattoo-studio_23-2147834049.jpg"},
{
- title: "Final Inspection",
- description: "Precision finish quality control checks.",
- href: "#",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193631.jpg",
- },
+ title: "Final Inspection", description: "Precision finish quality control checks.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193631.jpg"},
]}
/>
@@ -131,33 +88,19 @@ export default function HomePage() {
@@ -169,42 +112,23 @@ export default function HomePage() {
@@ -215,23 +139,16 @@ export default function HomePage() {
@@ -244,13 +161,9 @@ export default function HomePage() {
tag="Ready to get started?"
text="Book your premium detailing session today and experience showroom-quality results."
primaryButton={{
- text: "Call Now: (555) 123-4567",
- href: "tel:5551234567",
- }}
+ text: "Call Now: (555) 123-4567", href: "tel:5551234567"}}
secondaryButton={{
- text: "Send a Message",
- href: "#",
- }}
+ text: "Send a Message", href: "#"}}
/>