Merge version_1 into main #2
390
src/app/page.tsx
390
src/app/page.tsx
@@ -17,294 +17,124 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Dave Stiles Cleaning"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Dave Stiles Cleaning"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Professional Carpet Cleaning in Ajax"
|
||||
description="Dave Stiles provides reliable, safe carpet cleaning using premium, non-toxic solutions. We bring back the fresh look and feel of your home's carpets."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112751.jpg?_wi=1",
|
||||
imageAlt: "Professional cleaning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg?_wi=1",
|
||||
imageAlt: "Fresh carpets",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112734.jpg?_wi=1",
|
||||
imageAlt: "Cleaning detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg?_wi=1",
|
||||
imageAlt: "Cleaning machine",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112739.jpg?_wi=1",
|
||||
imageAlt: "Restoration detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg?_wi=2",
|
||||
imageAlt: "Professional equipment",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg?_wi=3",
|
||||
imageAlt: "Equipment 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112739.jpg?_wi=2",
|
||||
imageAlt: "Equipment 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg?_wi=4",
|
||||
imageAlt: "Equipment 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112734.jpg?_wi=2",
|
||||
imageAlt: "Equipment 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg?_wi=2",
|
||||
imageAlt: "Equipment 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112751.jpg?_wi=2",
|
||||
imageAlt: "Equipment 6",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mid-shot-man-standing-up-smiling-living-room_23-2148441066.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-parents-embracing-son-home_23-2148414904.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ local Ajax homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-Friendly",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Safe",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fully Insured",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Deep Cleaning",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Drying",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "plain" }}
|
||||
title="Professional Carpet Cleaning in Ajax"
|
||||
description="Dave Stiles provides reliable, safe carpet cleaning using premium, non-toxic solutions. We bring back the fresh look and feel of your home's carpets."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112751.jpg", imageAlt: "professional carpet cleaner service ajax" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg", imageAlt: "fresh clean carpets living room" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112734.jpg", imageAlt: "carpet cleaning service close up" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg", imageAlt: "carpet cleaning machine in use" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112739.jpg", imageAlt: "clean carpet detail shot" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg", imageAlt: "carpet cleaning technician work" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg", imageAlt: "carpet cleaning technician work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112739.jpg", imageAlt: "clean carpet detail shot" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg", imageAlt: "carpet cleaning machine in use" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112734.jpg", imageAlt: "carpet cleaning service close up" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg", imageAlt: "fresh clean carpets living room" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112751.jpg", imageAlt: "professional carpet cleaner service ajax" }
|
||||
]}
|
||||
buttons={[{ text: "Book Now", href: "#contact" }, { text: "Our Services", href: "#features" }]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg", alt: "happy client portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg", alt: "happy family portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", alt: "friendly client portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/mid-shot-man-standing-up-smiling-living-room_23-2148441066.jpg", alt: "smiling customer portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-parents-embracing-son-home_23-2148414904.jpg", alt: "happy residential client" }
|
||||
]}
|
||||
avatarText="Trusted by 500+ local Ajax homeowners"
|
||||
marqueeItems={[{ type: "text", text: "Eco-Friendly" }, { type: "text", text: "Family Safe" }, { type: "text", text: "Fully Insured" }, { type: "text", text: "Deep Cleaning" }, { type: "text", text: "Fast Drying" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="Local Expert"
|
||||
title="Meet Dave Stiles"
|
||||
description="A trusted local professional serving Ajax with a commitment to quality and integrity. Dave uses safe, effective cleaning methods tailored for your comfort."
|
||||
subdescription="With years of local experience, Dave treats every home with the care it deserves, ensuring floors are safe for pets and children."
|
||||
icon={User}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-waiter-with-arms-crossed-standing-open-sign-cafe-s-entrance-looking-camera_637285-6582.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="Local Expert"
|
||||
title="Meet Dave Stiles"
|
||||
description="A trusted local professional serving Ajax with a commitment to quality and integrity. Dave uses safe, effective cleaning methods tailored for your comfort."
|
||||
subdescription="With years of local experience, Dave treats every home with the care it deserves, ensuring floors are safe for pets and children."
|
||||
icon={User}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-waiter-with-arms-crossed-standing-open-sign-cafe-s-entrance-looking-camera_637285-6582.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No harsh chemicals used",
|
||||
"No hidden service fees",
|
||||
"No rushed cleaning cycles",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Safe, Eco-friendly solutions",
|
||||
"Professional grade machinery",
|
||||
"Local Ajax expertise",
|
||||
"Child and pet friendly",
|
||||
],
|
||||
}}
|
||||
title="Why Choose Us"
|
||||
description="Our carpet cleaning process is designed to be gentle on carpets while tough on dirt."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{ items: ["No harsh chemicals used", "No hidden service fees", "No rushed cleaning cycles"] }}
|
||||
positiveCard={{ items: ["Safe, Eco-friendly solutions", "Professional grade machinery", "Local Ajax expertise", "Child and pet friendly"] }}
|
||||
title="Why Choose Us"
|
||||
description="Our carpet cleaning process is designed to be gentle on carpets while tough on dirt."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Result",
|
||||
quote: "My carpets have never looked better! Dave was thorough and professional.",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Highly Recommended",
|
||||
quote: "Safe and effective. Our kids and pets are happy, and the carpets are spotless.",
|
||||
name: "Mark P.",
|
||||
role: "Local Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Reliable Service",
|
||||
quote: "Dave is always on time and gets the job done right. Ajax's best cleaner.",
|
||||
name: "Emily D.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Amazing Professional",
|
||||
quote: "The cleaning solution he uses is gentle but very effective. Highly recommend.",
|
||||
name: "David W.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-man-standing-up-smiling-living-room_23-2148441066.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Wonderful Experience",
|
||||
quote: "Quick, easy, and professional service. My home feels so fresh.",
|
||||
name: "Linda M.",
|
||||
role: "Local Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-parents-embracing-son-home_23-2148414904.jpg",
|
||||
},
|
||||
]}
|
||||
title="Local Ajax Residents Love Us"
|
||||
description="See why neighbors in Ajax trust Dave Stiles for their carpet care."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", title: "Great Result", quote: "My carpets have never looked better! Dave was thorough and professional.", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg" },
|
||||
{ id: "2", title: "Highly Recommended", quote: "Safe and effective. Our kids and pets are happy, and the carpets are spotless.", name: "Mark P.", role: "Local Parent", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg" },
|
||||
{ id: "3", title: "Reliable Service", quote: "Dave is always on time and gets the job done right. Ajax's best cleaner.", name: "Emily D.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg" },
|
||||
{ id: "4", title: "Amazing Professional", quote: "The cleaning solution he uses is gentle but very effective. Highly recommend.", name: "David W.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-man-standing-up-smiling-living-room_23-2148441066.jpg" },
|
||||
{ id: "5", title: "Wonderful Experience", quote: "Quick, easy, and professional service. My home feels so fresh.", name: "Linda M.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/smiley-parents-embracing-son-home_23-2148414904.jpg" }
|
||||
]}
|
||||
title="Local Ajax Residents Love Us"
|
||||
description="See why neighbors in Ajax trust Dave Stiles for their carpet care."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Ready to Start?"
|
||||
title="Book Your Carpet Cleaning Today"
|
||||
description="Contact Dave Stiles for a free estimate or to schedule your service appointment in Ajax."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Dave",
|
||||
href: "tel:555-0123",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Ready to Start?"
|
||||
title="Book Your Carpet Cleaning Today"
|
||||
description="Contact Dave Stiles for a free estimate or to schedule your service appointment in Ajax."
|
||||
buttons={[{ text: "Contact Dave", href: "tel:555-0123" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Dave Stiles Cleaning"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:555-0123",
|
||||
},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:dave@stilesclean.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Dave Stiles Carpet Cleaning. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Dave Stiles Cleaning"
|
||||
columns={[
|
||||
{ title: "Contact", items: [{ label: "Call Us", href: "tel:555-0123" }, { label: "Email", href: "mailto:dave@stilesclean.com" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Privacy Policy", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Dave Stiles Carpet Cleaning. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user