9 Commits

Author SHA1 Message Date
db923e09ef Merge version_6 into main
Merge version_6 into main
2026-05-15 05:38:30 +00:00
bc44d79f14 Update src/app/page.tsx 2026-05-15 05:38:27 +00:00
dec065bded Merge version_5 into main
Merge version_5 into main
2026-05-15 05:28:17 +00:00
c5393d147b Update src/app/page.tsx 2026-05-15 05:28:14 +00:00
2d165c03f1 Merge version_4 into main
Merge version_4 into main
2026-05-15 05:23:10 +00:00
7a5f44885e Update src/app/page.tsx 2026-05-15 05:23:07 +00:00
50360a0546 Merge version_3 into main
Merge version_3 into main
2026-05-15 04:59:07 +00:00
9978dc9014 Update src/app/page.tsx 2026-05-15 04:59:04 +00:00
1e08d6c691 Merge version_2 into main
Merge version_2 into main
2026-05-15 04:54:21 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
{
name: "Book Now", id: "booking"},
]}
brandName="Easy Done Mobile"
brandName="Easy Done Mobile Detailing Service"
/>
</div>
@@ -52,7 +52,7 @@ export default function LandingPage() {
background={{
variant: "radial-gradient"}}
title="PROFESSIONAL MOBILE DETAILING DONE RIGHT"
description="Easy Done Mobile Detailing Service delivers premium interior, exterior, and ceramic coating services directly to your home or workplace throughout Brunswick and New Hanover County."
description="Easy Done Mobile Detailing Service provides premium Mobile Detailing Bolivia NC, Car Detailing Wilmington NC, and Mobile Detail Southport NC. We specialize in Ceramic Coating Brunswick County, Auto Detailing Near Me, Mobile Auto Detailing Shallotte NC, and are recognized as the Best Car Detailer Brunswick County."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/charismatic-man-holding-car-keys-showing-thumbs-up_158595-4217.jpg", alt: "Customer"},
@@ -112,6 +112,7 @@ export default function LandingPage() {
]}
title="WHY CUSTOMERS CHOOSE EASY DONE"
description="Experience the premium difference with our professional mobile detailing services."
cardClassName="transition-transform duration-300 hover:scale-[1.02]"
/>
</div>
@@ -156,6 +157,8 @@ export default function LandingPage() {
]}
title="OUR DETAILING PACKAGES"
description="Professional care tailored to your vehicle's needs."
cardClassName="transition-all duration-300 hover:scale-[1.03] hover:shadow-xl"
planButtonClassName="transition-transform duration-200 hover:scale-[1.05] animate-pulse-slow"
/>
</div>
@@ -187,6 +190,7 @@ export default function LandingPage() {
]}
title="SEE THE DIFFERENCE"
description="Transformations that restore your vehicle's beauty."
cardClassName="transition-all duration-300 hover:scale-[1.04]"
/>
</div>
@@ -205,6 +209,7 @@ export default function LandingPage() {
{
text: "BOOK NOW", href: "https://calendly.com"},
]}
buttonClassName="transition-transform duration-200 hover:scale-[1.1] animate-pulse-slow"
/>
</div>
@@ -226,6 +231,7 @@ export default function LandingPage() {
]}
title="WHAT CUSTOMERS ARE SAYING"
description="Real feedback from our satisfied coastal NC clients."
cardClassName="transition-all duration-300 hover:scale-[1.02] hover:shadow-2xl"
/>
</div>
@@ -261,8 +267,9 @@ export default function LandingPage() {
description="Professional detailing brought directly to you. Appointments fill quickly—reserve your spot today."
mediaAnimation="blur-reveal"
className="motion-safe:transition-all motion-safe:duration-700 hover:scale-[1.01]"
imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358944.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DH9mLPuIlYOpOJdx6QoZNMyZwf/uploaded-1778822877676-xcqp1c3g.jpg"
imageAlt="Professional booking service"
buttonClassName="animate-pulse-slow hover:scale-105 transition-all duration-300"
/>
</div>
@@ -304,9 +311,10 @@ export default function LandingPage() {
},
]}
logoText="Easy Done"
itemClassName="hover:translate-x-1 transition-transform duration-200 cursor-pointer"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}