4 Commits

Author SHA1 Message Date
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
c983f765e2 Update src/app/page.tsx 2026-05-15 04:54:18 +00:00
c080ef5fff Merge version_1 into main
Merge version_1 into main
2026-05-15 04:33:44 +00:00

View File

@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Services", name: "Services", id: "pricing"},
id: "pricing",
},
{ {
name: "Gallery", name: "Gallery", id: "gallery"},
id: "gallery",
},
{ {
name: "Reviews", name: "Reviews", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Book Now", name: "Book Now", id: "booking"},
id: "booking",
},
]} ]}
brandName="Easy Done Mobile" brandName="Easy Done Mobile"
/> />
@@ -60,69 +50,44 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="PROFESSIONAL MOBILE DETAILING DONE RIGHT" 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 delivers premium interior, exterior, and ceramic coating services directly to your home or workplace throughout Brunswick and New Hanover County."
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/charismatic-man-holding-car-keys-showing-thumbs-up_158595-4217.jpg", src: "http://img.b2bpic.net/free-photo/charismatic-man-holding-car-keys-showing-thumbs-up_158595-4217.jpg", alt: "Customer"},
alt: "Customer",
},
{ {
src: "http://img.b2bpic.net/free-photo/beautiful-twins-christmas-outfits_651396-1199.jpg", src: "http://img.b2bpic.net/free-photo/beautiful-twins-christmas-outfits_651396-1199.jpg", alt: "Customer"},
alt: "Customer",
},
{ {
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12702.jpg", src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12702.jpg", alt: "Customer"},
alt: "Customer",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-buyer-sitting-new-vehicle-holding-car-keys_342744-750.jpg", src: "http://img.b2bpic.net/free-photo/happy-buyer-sitting-new-vehicle-holding-car-keys_342744-750.jpg", alt: "Customer"},
alt: "Customer",
},
{ {
src: "http://img.b2bpic.net/free-photo/handsome-elegant-man-car-salon_1157-30189.jpg", src: "http://img.b2bpic.net/free-photo/handsome-elegant-man-car-salon_1157-30189.jpg", alt: "Customer"},
alt: "Customer",
},
]} ]}
avatarText="5.0 Google Reviews" avatarText="5.0 Google Reviews"
buttons={[ buttons={[
{ {
text: "BOOK NOW", text: "BOOK NOW", href: "https://calendly.com"},
href: "https://calendly.com",
},
{ {
text: "CALL NOW", text: "CALL NOW", href: "tel:2527775469"},
href: "tel:2527775469",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Premium Mobile Service", icon: Sparkles,
text: "Premium Mobile Service",
icon: Sparkles,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
text: "Licensed & Insured",
icon: ShieldCheck,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Eco-Friendly Products", icon: Leaf,
text: "Eco-Friendly Products",
icon: Leaf,
}, },
{ {
type: "text-icon", type: "text-icon", text: "100% Satisfaction", icon: ThumbsUp,
text: "100% Satisfaction",
icon: ThumbsUp,
}, },
{ {
type: "text-icon", type: "text-icon", text: "On-Time Service", icon: Clock,
text: "On-Time Service",
icon: Clock,
}, },
]} ]}
/> />
@@ -135,38 +100,19 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "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"},
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", 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"},
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", 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"},
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", 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"},
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", 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"},
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" title="WHY CUSTOMERS CHOOSE EASY DONE"
description="Experience the premium difference with our professional mobile detailing services." description="Experience the premium difference with our professional mobile detailing services."
cardClassName="transition-transform duration-300 hover:scale-[1.02]"
/> />
</div> </div>
@@ -177,85 +123,42 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "basic", id: "basic", badge: "Essential", price: "$350", subtitle: "Interior + Exterior", features: [
badge: "Essential", "Exterior Hand Wash", "Wheel Cleaning", "Tire Shine", "Interior Vacuum", "Dash Wipe Down", "Window Cleaning"],
price: "$350",
subtitle: "Interior + Exterior",
features: [
"Exterior Hand Wash",
"Wheel Cleaning",
"Tire Shine",
"Interior Vacuum",
"Dash Wipe Down",
"Window Cleaning",
],
buttons: [ buttons: [
{ {
text: "BOOK BASIC", text: "BOOK BASIC", href: "https://calendly.com"},
href: "https://calendly.com",
},
], ],
}, },
{ {
id: "full", id: "full", badge: "Most Popular", price: "$450", subtitle: "Full Detail", features: [
badge: "Most Popular", "Everything in Basic", "Deep Interior Cleaning", "Seat Shampoo", "Carpet Extraction", "Interior Protection"],
price: "$450",
subtitle: "Full Detail",
features: [
"Everything in Basic",
"Deep Interior Cleaning",
"Seat Shampoo",
"Carpet Extraction",
"Interior Protection",
],
buttons: [ buttons: [
{ {
text: "BOOK FULL DETAIL", text: "BOOK FULL DETAIL", href: "https://calendly.com"},
href: "https://calendly.com",
},
], ],
}, },
{ {
id: "premium", id: "premium", badge: "Premium", price: "$550", subtitle: "Premium Detail", features: [
badge: "Premium", "Paint Enhancement", "Clay Bar Treatment", "Sealant Protection", "Deep Interior Restoration", "Engine Bay Detail"],
price: "$550",
subtitle: "Premium Detail",
features: [
"Paint Enhancement",
"Clay Bar Treatment",
"Sealant Protection",
"Deep Interior Restoration",
"Engine Bay Detail",
],
buttons: [ buttons: [
{ {
text: "BOOK PREMIUM", text: "BOOK PREMIUM", href: "https://calendly.com"},
href: "https://calendly.com",
},
], ],
}, },
{ {
id: "ceramic", id: "ceramic", badge: "Elite", price: "$800+", subtitle: "Ceramic Coating", features: [
badge: "Elite", "Paint Preparation", "Surface Decontamination", "Ceramic Coating Application", "Long-Term Protection", "High Gloss Finish"],
price: "$800+",
subtitle: "Ceramic Coating",
features: [
"Paint Preparation",
"Surface Decontamination",
"Ceramic Coating Application",
"Long-Term Protection",
"High Gloss Finish",
],
buttons: [ buttons: [
{ {
text: "REQUEST QUOTE", text: "REQUEST QUOTE", href: "https://calendly.com"},
href: "https://calendly.com",
},
], ],
}, },
]} ]}
title="OUR DETAILING PACKAGES" title="OUR DETAILING PACKAGES"
description="Professional care tailored to your vehicle's needs." 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> </div>
@@ -267,85 +170,46 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "g1", id: "g1", brand: "Interior", name: "Deep Clean", price: "Before/After", rating: 5,
brand: "Interior", reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp_74190-5517.jpg"},
name: "Deep Clean",
price: "Before/After",
rating: 5,
reviewCount: "1",
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp_74190-5517.jpg",
},
{ {
id: "g2", id: "g2", brand: "Exterior", name: "Gloss Shine", price: "Polished", rating: 5,
brand: "Exterior", reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3039.jpg"},
name: "Gloss Shine",
price: "Polished",
rating: 5,
reviewCount: "1",
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3039.jpg",
},
{ {
id: "g3", id: "g3", brand: "Paint", name: "Correction", price: "Restored", rating: 5,
brand: "Paint", reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193558.jpg"},
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", id: "g4", brand: "Ceramic", name: "Gloss Finish", price: "Protected", rating: 5,
brand: "Ceramic", reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212226.jpg"},
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", id: "g5", brand: "Engine", name: "Bay Detail", price: "Restored", rating: 5,
brand: "Engine", reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-auto-mechanic-cleaning-his-dirty-hands-after-repairing-car-engine-workshop_637285-4305.jpg"},
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", id: "g6", brand: "Final", name: "Showroom", price: "Result", rating: 5,
brand: "Final", reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-motorcycle-helmet_23-2151113140.jpg"},
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" title="SEE THE DIFFERENCE"
description="Transformations that restore your vehicle's beauty." description="Transformations that restore your vehicle's beauty."
cardClassName="transition-all duration-300 hover:scale-[1.04]"
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
useInvertedBackground={true} useInvertedBackground={true}
buttonAnimation="blur-reveal"
className="animate-in fade-in zoom-in duration-1000"
heading={[ heading={[
{ {
type: "text", type: "text", content: "DETAILING YOU CAN TRUST"},
content: "DETAILING YOU CAN TRUST",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg", alt: "Detailing in Progress"},
src: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg",
alt: "Detailing in Progress",
},
]} ]}
buttons={[ buttons={[
{ {
text: "BOOK NOW", text: "BOOK NOW", href: "https://calendly.com"},
href: "https://calendly.com",
},
]} ]}
buttonClassName="transition-transform duration-200 hover:scale-[1.1] animate-pulse-slow"
/> />
</div> </div>
@@ -355,93 +219,38 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", 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"},
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", id: "t2", name: "Michael Chen", date: "Feb 2024", title: "Highly Recommend", quote: "Best detailing service Ive 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"},
name: "Michael Chen",
date: "Feb 2024",
title: "Highly Recommend",
quote: "Best detailing service Ive 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", 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"},
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", 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"},
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", 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"},
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" title="WHAT CUSTOMERS ARE SAYING"
description="Real feedback from our satisfied coastal NC clients." description="Real feedback from our satisfied coastal NC clients."
cardClassName="transition-all duration-300 hover:scale-[1.02] hover:shadow-2xl"
/> />
</div> </div>
<div id="map" data-section="map"> <div id="map" data-section="map">
<MetricCardTwo <MetricCardTwo
animationType="slide-up" animationType="depth-3d"
className="motion-safe:animate-pulse"
textboxLayout="default" textboxLayout="default"
gridVariant="bento-grid" gridVariant="bento-grid"
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "Bolivia", description: "Mobile Service Area"},
value: "Bolivia",
description: "Mobile Service Area",
},
{ {
id: "m2", id: "m2", value: "Southport", description: "Mobile Service Area"},
value: "Southport",
description: "Mobile Service Area",
},
{ {
id: "m3", id: "m3", value: "Wilmington", description: "Mobile Service Area"},
value: "Wilmington",
description: "Mobile Service Area",
},
{ {
id: "m4", id: "m4", value: "Brunswick", description: "County Coverage"},
value: "Brunswick",
description: "County Coverage",
},
]} ]}
title="PROUDLY SERVING COASTAL NORTH CAROLINA" title="PROUDLY SERVING COASTAL NORTH CAROLINA"
description="Mobile service coverage across multiple counties." description="Mobile service coverage across multiple counties."
@@ -452,74 +261,57 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
tag="READY TO START?" tag="READY TO START?"
title="BOOK YOUR DETAIL TODAY" title="BOOK YOUR DETAIL TODAY"
description="Professional detailing brought directly to you. Appointments fill quickly—reserve your spot today." description="Professional detailing brought directly to you. Appointments fill quickly—reserve your spot today."
mediaAnimation="slide-up" 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="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358944.jpg"
imageAlt="Professional booking service" imageAlt="Professional booking service"
buttonClassName="animate-pulse-slow hover:scale-105 transition-all duration-300"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
className="animate-in slide-in-from-bottom-20 duration-1000"
columns={[ columns={[
{ {
items: [ items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "Services", label: "Services", href: "#pricing"},
href: "#pricing",
},
{ {
label: "Gallery", label: "Gallery", href: "#gallery"},
href: "#gallery",
},
{ {
label: "Reviews", label: "Reviews", href: "#testimonials"},
href: "#testimonials",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "(252) 777-5469", label: "(252) 777-5469", href: "tel:2527775469"},
href: "tel:2527775469",
},
{ {
label: "7:00 AM 7:00 PM", label: "7:00 AM 7:00 PM", href: "#"},
href: "#",
},
{ {
label: "Brunswick County, NC", label: "Brunswick County, NC", href: "#"},
href: "#",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Facebook", label: "Facebook", href: "#"},
href: "#",
},
{ {
label: "TikTok", label: "TikTok", href: "#"},
href: "#",
},
{ {
label: "Google Reviews", label: "Google Reviews", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
logoText="Easy Done" logoText="Easy Done"
itemClassName="hover:translate-x-1 transition-transform duration-200 cursor-pointer"
/> />
</div> </div>
</ReactLenis> </ReactLenis>