Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db923e09ef | |||
| bc44d79f14 | |||
| dec065bded | |||
| c5393d147b | |||
| 2d165c03f1 | |||
| 7a5f44885e | |||
| 50360a0546 | |||
| 9978dc9014 | |||
| 1e08d6c691 | |||
| c983f765e2 | |||
| c080ef5fff |
384
src/app/page.tsx
384
src/app/page.tsx
@@ -33,96 +33,61 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Services", id: "pricing"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "booking",
|
||||
},
|
||||
name: "Book Now", id: "booking"},
|
||||
]}
|
||||
brandName="Easy Done Mobile"
|
||||
brandName="Easy Done Mobile Detailing Service"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
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",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/charismatic-man-holding-car-keys-showing-thumbs-up_158595-4217.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-twins-christmas-outfits_651396-1199.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-twins-christmas-outfits_651396-1199.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12702.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12702.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-buyer-sitting-new-vehicle-holding-car-keys_342744-750.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-buyer-sitting-new-vehicle-holding-car-keys_342744-750.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-elegant-man-car-salon_1157-30189.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-elegant-man-car-salon_1157-30189.jpg", alt: "Customer"},
|
||||
]}
|
||||
avatarText="5.0 Google Reviews"
|
||||
buttons={[
|
||||
{
|
||||
text: "BOOK NOW",
|
||||
href: "https://calendly.com",
|
||||
},
|
||||
text: "BOOK NOW", href: "https://calendly.com"},
|
||||
{
|
||||
text: "CALL NOW",
|
||||
href: "tel:2527775469",
|
||||
},
|
||||
text: "CALL NOW", href: "tel:2527775469"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Mobile Service",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Premium Mobile Service", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Eco-Friendly Products",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Eco-Friendly Products", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "100% Satisfaction",
|
||||
icon: ThumbsUp,
|
||||
type: "text-icon", text: "100% Satisfaction", icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "On-Time Service",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "On-Time Service", icon: Clock,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -135,38 +100,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "QUALITY RESULTS",
|
||||
description: "Professional attention to every detail ensures your vehicle looks showroom-ready every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193576.jpg?_wi=1",
|
||||
imageAlt: "Quality Results",
|
||||
},
|
||||
title: "QUALITY RESULTS", description: "Professional attention to every detail ensures your vehicle looks showroom-ready every time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193576.jpg?_wi=1", imageAlt: "Quality Results"},
|
||||
{
|
||||
title: "WE COME TO YOU",
|
||||
description: "Enjoy the ultimate convenience with our full mobile service at your home or workplace.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2386.jpg?_wi=1",
|
||||
imageAlt: "Mobile Service",
|
||||
},
|
||||
title: "WE COME TO YOU", description: "Enjoy the ultimate convenience with our full mobile service at your home or workplace.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2386.jpg?_wi=1", imageAlt: "Mobile Service"},
|
||||
{
|
||||
title: "RELIABLE SERVICE",
|
||||
description: "We prioritize on-time appointments and dependable communication throughout the detailing process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-services-illustration_24877-52386.jpg?_wi=1",
|
||||
imageAlt: "Reliable Service",
|
||||
},
|
||||
title: "RELIABLE SERVICE", description: "We prioritize on-time appointments and dependable communication throughout the detailing process.", imageSrc: "http://img.b2bpic.net/free-vector/technology-services-illustration_24877-52386.jpg?_wi=1", imageAlt: "Reliable Service"},
|
||||
{
|
||||
title: "SATISFACTION GUARANTEED",
|
||||
description: "Our work speaks for itself with results our customers notice immediately.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hundred-percent-guarantee-badges_23-2148731118.jpg?_wi=1",
|
||||
imageAlt: "Satisfaction Guaranteed",
|
||||
},
|
||||
title: "SATISFACTION GUARANTEED", description: "Our work speaks for itself with results our customers notice immediately.", imageSrc: "http://img.b2bpic.net/free-vector/hundred-percent-guarantee-badges_23-2148731118.jpg?_wi=1", imageAlt: "Satisfaction Guaranteed"},
|
||||
{
|
||||
title: "ELITE EQUIPMENT",
|
||||
description: "We utilize industry-leading tools to provide a deeper clean than standard wash services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg",
|
||||
imageAlt: "Elite Equipment",
|
||||
},
|
||||
title: "ELITE EQUIPMENT", description: "We utilize industry-leading tools to provide a deeper clean than standard wash services.", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg", imageAlt: "Elite Equipment"},
|
||||
]}
|
||||
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>
|
||||
|
||||
@@ -177,85 +123,42 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$350",
|
||||
subtitle: "Interior + Exterior",
|
||||
features: [
|
||||
"Exterior Hand Wash",
|
||||
"Wheel Cleaning",
|
||||
"Tire Shine",
|
||||
"Interior Vacuum",
|
||||
"Dash Wipe Down",
|
||||
"Window Cleaning",
|
||||
],
|
||||
id: "basic", badge: "Essential", price: "$350", subtitle: "Interior + Exterior", features: [
|
||||
"Exterior Hand Wash", "Wheel Cleaning", "Tire Shine", "Interior Vacuum", "Dash Wipe Down", "Window Cleaning"],
|
||||
buttons: [
|
||||
{
|
||||
text: "BOOK BASIC",
|
||||
href: "https://calendly.com",
|
||||
},
|
||||
text: "BOOK BASIC", href: "https://calendly.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "full",
|
||||
badge: "Most Popular",
|
||||
price: "$450",
|
||||
subtitle: "Full Detail",
|
||||
features: [
|
||||
"Everything in Basic",
|
||||
"Deep Interior Cleaning",
|
||||
"Seat Shampoo",
|
||||
"Carpet Extraction",
|
||||
"Interior Protection",
|
||||
],
|
||||
id: "full", badge: "Most Popular", price: "$450", subtitle: "Full Detail", features: [
|
||||
"Everything in Basic", "Deep Interior Cleaning", "Seat Shampoo", "Carpet Extraction", "Interior Protection"],
|
||||
buttons: [
|
||||
{
|
||||
text: "BOOK FULL DETAIL",
|
||||
href: "https://calendly.com",
|
||||
},
|
||||
text: "BOOK FULL DETAIL", href: "https://calendly.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Premium",
|
||||
price: "$550",
|
||||
subtitle: "Premium Detail",
|
||||
features: [
|
||||
"Paint Enhancement",
|
||||
"Clay Bar Treatment",
|
||||
"Sealant Protection",
|
||||
"Deep Interior Restoration",
|
||||
"Engine Bay Detail",
|
||||
],
|
||||
id: "premium", badge: "Premium", price: "$550", subtitle: "Premium Detail", features: [
|
||||
"Paint Enhancement", "Clay Bar Treatment", "Sealant Protection", "Deep Interior Restoration", "Engine Bay Detail"],
|
||||
buttons: [
|
||||
{
|
||||
text: "BOOK PREMIUM",
|
||||
href: "https://calendly.com",
|
||||
},
|
||||
text: "BOOK PREMIUM", href: "https://calendly.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "ceramic",
|
||||
badge: "Elite",
|
||||
price: "$800+",
|
||||
subtitle: "Ceramic Coating",
|
||||
features: [
|
||||
"Paint Preparation",
|
||||
"Surface Decontamination",
|
||||
"Ceramic Coating Application",
|
||||
"Long-Term Protection",
|
||||
"High Gloss Finish",
|
||||
],
|
||||
id: "ceramic", badge: "Elite", price: "$800+", subtitle: "Ceramic Coating", features: [
|
||||
"Paint Preparation", "Surface Decontamination", "Ceramic Coating Application", "Long-Term Protection", "High Gloss Finish"],
|
||||
buttons: [
|
||||
{
|
||||
text: "REQUEST QUOTE",
|
||||
href: "https://calendly.com",
|
||||
},
|
||||
text: "REQUEST QUOTE", href: "https://calendly.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
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>
|
||||
|
||||
@@ -267,85 +170,46 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
brand: "Interior",
|
||||
name: "Deep Clean",
|
||||
price: "Before/After",
|
||||
rating: 5,
|
||||
reviewCount: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp_74190-5517.jpg",
|
||||
},
|
||||
id: "g1", brand: "Interior", name: "Deep Clean", price: "Before/After", rating: 5,
|
||||
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp_74190-5517.jpg"},
|
||||
{
|
||||
id: "g2",
|
||||
brand: "Exterior",
|
||||
name: "Gloss Shine",
|
||||
price: "Polished",
|
||||
rating: 5,
|
||||
reviewCount: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3039.jpg",
|
||||
},
|
||||
id: "g2", brand: "Exterior", name: "Gloss Shine", price: "Polished", rating: 5,
|
||||
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3039.jpg"},
|
||||
{
|
||||
id: "g3",
|
||||
brand: "Paint",
|
||||
name: "Correction",
|
||||
price: "Restored",
|
||||
rating: 5,
|
||||
reviewCount: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193558.jpg",
|
||||
},
|
||||
id: "g3", brand: "Paint", name: "Correction", price: "Restored", rating: 5,
|
||||
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193558.jpg"},
|
||||
{
|
||||
id: "g4",
|
||||
brand: "Ceramic",
|
||||
name: "Gloss Finish",
|
||||
price: "Protected",
|
||||
rating: 5,
|
||||
reviewCount: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212226.jpg",
|
||||
},
|
||||
id: "g4", brand: "Ceramic", name: "Gloss Finish", price: "Protected", rating: 5,
|
||||
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212226.jpg"},
|
||||
{
|
||||
id: "g5",
|
||||
brand: "Engine",
|
||||
name: "Bay Detail",
|
||||
price: "Restored",
|
||||
rating: 5,
|
||||
reviewCount: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-auto-mechanic-cleaning-his-dirty-hands-after-repairing-car-engine-workshop_637285-4305.jpg",
|
||||
},
|
||||
id: "g5", brand: "Engine", name: "Bay Detail", price: "Restored", rating: 5,
|
||||
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-auto-mechanic-cleaning-his-dirty-hands-after-repairing-car-engine-workshop_637285-4305.jpg"},
|
||||
{
|
||||
id: "g6",
|
||||
brand: "Final",
|
||||
name: "Showroom",
|
||||
price: "Result",
|
||||
rating: 5,
|
||||
reviewCount: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-motorcycle-helmet_23-2151113140.jpg",
|
||||
},
|
||||
id: "g6", brand: "Final", name: "Showroom", price: "Result", rating: 5,
|
||||
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-motorcycle-helmet_23-2151113140.jpg"},
|
||||
]}
|
||||
title="SEE THE DIFFERENCE"
|
||||
description="Transformations that restore your vehicle's beauty."
|
||||
cardClassName="transition-all duration-300 hover:scale-[1.04]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="blur-reveal"
|
||||
className="animate-in fade-in zoom-in duration-1000"
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "DETAILING YOU CAN TRUST",
|
||||
},
|
||||
type: "text", content: "DETAILING YOU CAN TRUST"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg",
|
||||
alt: "Detailing in Progress",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg", alt: "Detailing in Progress"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "BOOK NOW",
|
||||
href: "https://calendly.com",
|
||||
},
|
||||
text: "BOOK NOW", href: "https://calendly.com"},
|
||||
]}
|
||||
buttonClassName="transition-transform duration-200 hover:scale-[1.1] animate-pulse-slow"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -355,93 +219,38 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
date: "Jan 2024",
|
||||
title: "Amazing Results",
|
||||
quote: "Showed up on time and my vehicle looked amazing.",
|
||||
tag: "Detail",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-showing-thumb-up-while-buying-car-salon_7502-9630.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-background-with-abstract-neon-led-light-effect_53876-103692.jpg",
|
||||
imageAlt: "satisfied customer portrait",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", date: "Jan 2024", title: "Amazing Results", quote: "Showed up on time and my vehicle looked amazing.", tag: "Detail", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-showing-thumb-up-while-buying-car-salon_7502-9630.jpg", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-background-with-abstract-neon-led-light-effect_53876-103692.jpg", imageAlt: "satisfied customer portrait"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
date: "Feb 2024",
|
||||
title: "Highly Recommend",
|
||||
quote: "Best detailing service I’ve used.",
|
||||
tag: "Detail",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-twins-christmas-outfits_651396-1199.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193576.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer portrait",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", date: "Feb 2024", title: "Highly Recommend", quote: "Best detailing service I’ve used.", tag: "Detail", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-twins-christmas-outfits_651396-1199.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193576.jpg?_wi=2", imageAlt: "satisfied customer portrait"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "Mar 2024",
|
||||
title: "Worth It",
|
||||
quote: "Professional, dependable, and worth every dollar.",
|
||||
tag: "Detail",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12702.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2386.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer portrait",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", date: "Mar 2024", title: "Worth It", quote: "Professional, dependable, and worth every dollar.", tag: "Detail", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12702.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2386.jpg?_wi=2", imageAlt: "satisfied customer portrait"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
date: "Apr 2024",
|
||||
title: "Great Work",
|
||||
quote: "Very thorough job, car looks brand new.",
|
||||
tag: "Detail",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-buyer-sitting-new-vehicle-holding-car-keys_342744-750.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-services-illustration_24877-52386.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer portrait",
|
||||
},
|
||||
id: "t4", name: "David Kim", date: "Apr 2024", title: "Great Work", quote: "Very thorough job, car looks brand new.", tag: "Detail", avatarSrc: "http://img.b2bpic.net/free-photo/happy-buyer-sitting-new-vehicle-holding-car-keys_342744-750.jpg", imageSrc: "http://img.b2bpic.net/free-vector/technology-services-illustration_24877-52386.jpg?_wi=2", imageAlt: "satisfied customer portrait"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda White",
|
||||
date: "May 2024",
|
||||
title: "Convenient",
|
||||
quote: "Convenient and high-quality. Will use again.",
|
||||
tag: "Detail",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-elegant-man-car-salon_1157-30189.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hundred-percent-guarantee-badges_23-2148731118.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer portrait",
|
||||
},
|
||||
id: "t5", name: "Linda White", date: "May 2024", title: "Convenient", quote: "Convenient and high-quality. Will use again.", tag: "Detail", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-elegant-man-car-salon_1157-30189.jpg", imageSrc: "http://img.b2bpic.net/free-vector/hundred-percent-guarantee-badges_23-2148731118.jpg?_wi=2", imageAlt: "satisfied customer portrait"},
|
||||
]}
|
||||
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>
|
||||
|
||||
<div id="map" data-section="map">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
animationType="depth-3d"
|
||||
className="motion-safe:animate-pulse"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Bolivia",
|
||||
description: "Mobile Service Area",
|
||||
},
|
||||
id: "m1", value: "Bolivia", description: "Mobile Service Area"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Southport",
|
||||
description: "Mobile Service Area",
|
||||
},
|
||||
id: "m2", value: "Southport", description: "Mobile Service Area"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Wilmington",
|
||||
description: "Mobile Service Area",
|
||||
},
|
||||
id: "m3", value: "Wilmington", description: "Mobile Service Area"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Brunswick",
|
||||
description: "County Coverage",
|
||||
},
|
||||
id: "m4", value: "Brunswick", description: "County Coverage"},
|
||||
]}
|
||||
title="PROUDLY SERVING COASTAL NORTH CAROLINA"
|
||||
description="Mobile service coverage across multiple counties."
|
||||
@@ -452,74 +261,57 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="READY TO START?"
|
||||
title="BOOK YOUR DETAIL TODAY"
|
||||
description="Professional detailing brought directly to you. Appointments fill quickly—reserve your spot today."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358944.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
className="motion-safe:transition-all motion-safe:duration-700 hover:scale-[1.01]"
|
||||
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>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
className="animate-in slide-in-from-bottom-20 duration-1000"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Services", href: "#pricing"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "(252) 777-5469",
|
||||
href: "tel:2527775469",
|
||||
},
|
||||
label: "(252) 777-5469", href: "tel:2527775469"},
|
||||
{
|
||||
label: "7:00 AM – 7:00 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "7:00 AM – 7:00 PM", href: "#"},
|
||||
{
|
||||
label: "Brunswick County, NC",
|
||||
href: "#",
|
||||
},
|
||||
label: "Brunswick County, NC", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
label: "TikTok", href: "#"},
|
||||
{
|
||||
label: "Google Reviews",
|
||||
href: "#",
|
||||
},
|
||||
label: "Google Reviews", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Easy Done"
|
||||
itemClassName="hover:translate-x-1 transition-transform duration-200 cursor-pointer"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user