Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 19:49:54 +00:00

View File

@@ -29,68 +29,39 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Process",
id: "how-it-works",
},
name: "Process", id: "how-it-works"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Crisp & Clean"
button={{
text: "Book Now", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Fast, Reliable Laundry Pickup & Delivery in Kisii"
description="We clean, package, and deliver — so you dont have to. Experience professional laundry services at your doorstep."
buttons={[
{
text: "Call Now",
href: "tel:0719269523",
},
text: "Call Now", href: "tel:0719269523"},
{
text: "Request Pickup",
href: "#contact",
},
text: "Request Pickup", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arranging-clothes_23-2148857484.jpg?_wi=1",
imageAlt: "Professional laundry pickup service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arranging-clothes_23-2148857484.jpg?_wi=2",
imageAlt: "Laundry basket in Kisii",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arranging-clothes_23-2148857484.jpg?_wi=3",
imageAlt: "Dry cleaning delivery",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arranging-clothes_23-2148857484.jpg?_wi=4",
imageAlt: "Fresh washed and folded clothes",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arranging-clothes_23-2148857484.jpg?_wi=5",
imageAlt: "Professional laundry packaging",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arranging-clothes_23-2148857484.jpg?_wi=6",
imageAlt: "Rider pickup service",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-arranging-clothes_23-2148857484.jpg", imageAlt: "modern laundry service pickup delivery" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-arranging-clothes_23-2148857484.jpg", imageAlt: "modern laundry service pickup delivery" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-arranging-clothes_23-2148857484.jpg", imageAlt: "modern laundry service pickup delivery" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-arranging-clothes_23-2148857484.jpg", imageAlt: "modern laundry service pickup delivery" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-arranging-clothes_23-2148857484.jpg", imageAlt: "modern laundry service pickup delivery" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-arranging-clothes_23-2148857484.jpg", imageAlt: "modern laundry service pickup delivery" }
]}
/>
</div>
@@ -103,35 +74,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Dry Cleaning",
description: "Expert care for your formal wear and delicate fabrics.",
imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-set_1284-9597.jpg?_wi=1",
},
title: "Dry Cleaning", description: "Expert care for your formal wear and delicate fabrics.", imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-set_1284-9597.jpg"},
{
title: "Wash & Fold",
description: "Quick, hygienic, and perfectly folded laundry for your daily needs.",
imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-set_1284-9597.jpg?_wi=2",
},
title: "Wash & Fold", description: "Quick, hygienic, and perfectly folded laundry for your daily needs.", imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-set_1284-9597.jpg"},
{
title: "Duvet & Curtains",
description: "Deep cleaning for large home items, ensuring total freshness.",
imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-set_1284-9597.jpg?_wi=3",
},
title: "Duvet & Curtains", description: "Deep cleaning for large home items, ensuring total freshness.", imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-set_1284-9597.jpg"},
{
title: "Shoe Cleaning",
description: "Restore your favorite footwear with our specialized cleaning service.",
imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-set_1284-9597.jpg?_wi=4",
},
title: "Shoe Cleaning", description: "Restore your favorite footwear with our specialized cleaning service.", imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-set_1284-9597.jpg"},
{
title: "Pickup & Delivery",
description: "Free rider service in Kisii to save you time and stress.",
imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-set_1284-9597.jpg?_wi=5",
},
title: "Pickup & Delivery", description: "Free rider service in Kisii to save you time and stress.", imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-set_1284-9597.jpg"},
{
title: "Express Service",
description: "Need it fast? We provide fast turnaround times for busy schedules.",
imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-set_1284-9597.jpg?_wi=6",
},
title: "Express Service", description: "Need it fast? We provide fast turnaround times for busy schedules.", imageSrc: "http://img.b2bpic.net/free-vector/laundry-service-set_1284-9597.jpg"},
]}
title="Our Professional Services"
description="We handle everything from delicate dry cleaning to heavy-duty wash and fold."
@@ -142,31 +95,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16065.jpg",
},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-doing-laundry-self-serviece-laundrette_1303-19586.jpg",
},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-glasses-speaking-phone-smiling-holding-coffee-standing-near-business-centre_176420-42443.jpg",
},
{
id: "5",
name: "Jane Doe",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-clipboard-talking-businesswoman_23-2147972921.jpg",
},
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-office_329181-16065.jpg" },
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg" },
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-doing-laundry-self-serviece-laundrette_1303-19586.jpg" },
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-glasses-speaking-phone-smiling-holding-coffee-standing-near-business-centre_176420-42443.jpg" },
{ id: "5", name: "Jane Doe", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-clipboard-talking-businesswoman_23-2147972921.jpg" }
]}
cardTitle="Loved by 20+ Happy Customers"
cardTag="5.0 Rating"
@@ -181,12 +114,7 @@ export default function LandingPage() {
title="Trusted by Local Professionals"
description="Join dozens of satisfied individuals and local businesses across Kisii."
names={[
"Kisii University",
"Urban Hotel",
"Local Tech Hub",
"Premier Law Firm",
"Valley View Academy",
]}
"Kisii University", "Urban Hotel", "Local Tech Hub", "Premier Law Firm", "Valley View Academy"]}
tag="Our Partners"
/>
</div>
@@ -195,20 +123,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Ready to save time?"
title="Book Your Pickup Today"
description="Fill out the form below or call us directly. We'll be at your doorstep in no time."
buttons={[
{
text: "Call Now",
href: "tel:0719269523",
},
text: "Call Now", href: "tel:0719269523"},
{
text: "Book Pickup",
href: "#",
},
text: "Book Pickup", href: "#"},
]}
/>
</div>
@@ -218,34 +141,23 @@ export default function LandingPage() {
logoText="Crisp & Clean"
columns={[
{
title: "Location",
items: [
title: "Location", items: [
{
label: "Police Lane, Kisii, Kenya",
href: "#",
},
label: "Police Lane, Kisii, Kenya", href: "#"},
],
},
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Call 0719 269523",
href: "tel:0719269523",
},
label: "Call 0719 269523", href: "tel:0719269523"},
],
},
]}