diff --git a/src/app/page.tsx b/src/app/page.tsx
index 97a650f..28a97f5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -56,19 +46,14 @@ export default function LandingPage() {
@@ -103,34 +81,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "s1",
- label: "Interior",
- title: "Interior Detailing",
- items: [
- "Deep vacuuming",
- "Upholstery treatment",
- "Dashboard conditioning",
- ],
+ id: "s1", label: "Interior", title: "Interior Detailing", items: [
+ "Deep vacuuming", "Upholstery treatment", "Dashboard conditioning"],
},
{
- id: "s2",
- label: "Exterior",
- title: "Exterior Protection",
- items: [
- "Hand washing",
- "Paint protection",
- "Ceramic sealant",
- ],
+ id: "s2", label: "Exterior", title: "Exterior Protection", items: [
+ "Hand washing", "Paint protection", "Ceramic sealant"],
},
{
- id: "s3",
- label: "Rims",
- title: "Wheel Detailing",
- items: [
- "Rim scrubbing",
- "Tire dressing",
- "Brake dust removal",
- ],
+ id: "s3", label: "Rims", title: "Wheel Detailing", items: [
+ "Rim scrubbing", "Tire dressing", "Brake dust removal"],
},
]}
title="Our Premium Services"
@@ -142,49 +102,27 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file