diff --git a/src/app/page.tsx b/src/app/page.tsx
index d75b4bd..6a201e7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,44 +32,32 @@ export default function LandingPage() {
@@ -81,46 +69,22 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Interior Deep Cleaning", description: "We remove deep-seated stains and odors, leaving your cabin feeling brand new and sanitized.", phoneOne: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pi39l1", imageAlt: "interior car deep cleaning professional"},
- phoneTwo: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y6jfm1", imageAlt: "interior car deep cleaning professional"},
- },
- {
- title: "Exterior Shine Protection", description: "Premium clay bar treatment, high-gloss wax, and ceramic sealants to preserve your paint's brilliance.", phoneOne: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=68he8k", imageAlt: "car paint protection wax shine"},
- phoneTwo: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dj8meo", imageAlt: "car paint protection wax shine"},
- },
- {
- title: "Engine Bay Restoration", description: "Detailed cleansing of engine components to ensure your car looks as impressive under the hood.", phoneOne: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3xfm39", imageAlt: "auto engine bay detailing clean"},
- phoneTwo: {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2ghyu4", imageAlt: "auto engine bay detailing clean"},
- },
+ { title: "Interior Deep Cleaning", description: "Complete rejuvenation for your vehicle interior.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pi39l1" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y6jfm1" } },
+ { title: "Exterior Shine", description: "High-gloss paint protection and treatment.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=68he8k" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dj8meo" } },
+ { title: "Engine Bay Care", description: "Detailed cleansing of engine components.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3xfm39" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2ghyu4" } },
]}
showStepNumbers={false}
title="Comprehensive Automotive Care"
- description="From interior rejuvenation to exterior paint perfection, we treat every vehicle as a masterwork."
+ description="Our premium services guarantee your vehicle looks and feels brand new."
/>
@@ -129,25 +93,15 @@ export default function LandingPage() {
@@ -155,47 +109,27 @@ export default function LandingPage() {
@@ -203,74 +137,35 @@ export default function LandingPage() {
console.log(email)}
- mediaAnimation="slide-up"
+ useInvertedBackground={true}
/>
);
-}
+}
\ No newline at end of file