Merge version_1 into main #1
230
src/app/page.tsx
230
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Absolute Power Cleaning"
|
||||
/>
|
||||
@@ -59,65 +49,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Empowering Your Space with Absolute Power"
|
||||
description="Professional cleaning services that deliver uncompromising cleanliness. We bring strength, detail, and dedication to every corner of your home or office."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-woman-enjoying-cleaning_1262-5190.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-woman-enjoying-cleaning_1262-5190.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/parents-looking-each-other_23-2148536430.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/parents-looking-each-other_23-2148536430.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ satisfied clients"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Clean",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Clean", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Deep Cleaning",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Deep Cleaning", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Eco-Friendly",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Eco-Friendly", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Commercial Grade",
|
||||
icon: Building,
|
||||
type: "text-icon", text: "Commercial Grade", icon: Building,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fully Vetted",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Fully Vetted", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Reliable",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Reliable", icon: Clock,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -129,9 +96,7 @@ export default function LandingPage() {
|
||||
title="Cleaning with Absolute Dedication"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,79 +108,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Deep Residential Cleaning",
|
||||
description: "Detailed scrubbing, dusting, and sanitization for every room in your home.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-eco-cleaning-product-with-brushes_23-2148818426.jpg",
|
||||
imageAlt: "Cleaning supplies",
|
||||
},
|
||||
title: "Deep Residential Cleaning", description: "Detailed scrubbing, dusting, and sanitization for every room in your home.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3DaOQmHYnBfp6lv0kPisr68gD/uploaded-1779398469879-ynbl8gs3.png", imageAlt: "professional cleaning tools supplies"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Move-in/Move-out",
|
||||
},
|
||||
text: "Move-in/Move-out"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Deep Kitchen Scrub",
|
||||
},
|
||||
text: "Deep Kitchen Scrub"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Bathroom Sanitization",
|
||||
},
|
||||
text: "Bathroom Sanitization"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3DaOQmHYnBfp6lv0kPisr68gD/uploaded-1779398469879-ynbl8gs3.png",
|
||||
imageAlt: "professional cleaning tools supplies",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Eco-Friendly Sanitation",
|
||||
description: "We use green products safe for your family and pets while ensuring a spotless finish.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-eco-cleaning-concept_23-2148781917.jpg",
|
||||
imageAlt: "Eco friendly cleaning",
|
||||
},
|
||||
title: "Eco-Friendly Sanitation", description: "We use green products safe for your family and pets while ensuring a spotless finish.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-volunteers-doing-thumbs-up-sign_23-2148687294.jpg", imageAlt: "professional cleaning tools supplies"},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Non-toxic products",
|
||||
},
|
||||
text: "Non-toxic products"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Pet friendly process",
|
||||
},
|
||||
text: "Pet friendly process"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Allergen reduction",
|
||||
},
|
||||
text: "Allergen reduction"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-volunteers-doing-thumbs-up-sign_23-2148687294.jpg",
|
||||
imageAlt: "professional cleaning tools supplies",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Commercial Office Care",
|
||||
description: "Maintaining a professional and healthy workspace with our recurring cleaning schedules.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-home_23-2148118450.jpg",
|
||||
imageAlt: "Office cleaning",
|
||||
},
|
||||
title: "Commercial Office Care", description: "Maintaining a professional and healthy workspace with our recurring cleaning schedules.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg", imageAlt: "professional cleaning tools supplies"},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Flexible hours",
|
||||
},
|
||||
text: "Flexible hours"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Disinfection protocols",
|
||||
},
|
||||
text: "Disinfection protocols"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Floor maintenance",
|
||||
},
|
||||
text: "Floor maintenance"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg",
|
||||
imageAlt: "professional cleaning tools supplies",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
@@ -230,26 +168,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
description: "Guaranteed quality on every visit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cleaning-items-green-backdrop_23-2147860225.jpg",
|
||||
},
|
||||
id: "m1", value: "100%", title: "Satisfaction", description: "Guaranteed quality on every visit.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cleaning-items-green-backdrop_23-2147860225.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Homes Cleaned",
|
||||
description: "Served across the local community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552222.jpg",
|
||||
},
|
||||
id: "m2", value: "500+", title: "Homes Cleaned", description: "Served across the local community.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552222.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Availability",
|
||||
description: "We clean when you need us.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-cleaning-tables-while-working-cafe_637285-6635.jpg",
|
||||
},
|
||||
id: "m3", value: "24/7", title: "Availability", description: "We clean when you need us.", imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-cleaning-tables-while-working-cafe_637285-6635.jpg"},
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
description="Quality assurance driven by results."
|
||||
@@ -263,40 +186,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_m",
|
||||
testimonial: "Absolute Power Cleaning is the best! My house has never looked better.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Absolute Power Cleaning is the best! My house has never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
handle: "@jc_biz",
|
||||
testimonial: "Reliable and thorough. Their office cleaning is top-tier.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ideal-beginning-sunday_1098-15647.jpg",
|
||||
},
|
||||
id: "2", name: "James Chen", handle: "@jc_biz", testimonial: "Reliable and thorough. Their office cleaning is top-tier.", imageSrc: "http://img.b2bpic.net/free-photo/ideal-beginning-sunday_1098-15647.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elena_rod",
|
||||
testimonial: "So impressed by their attention to detail. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/work-from-home-lifestyle-concept-happy-brunette-girl-finishes-assignment-sits-floor-with_1258-200105.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", handle: "@elena_rod", testimonial: "So impressed by their attention to detail. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/work-from-home-lifestyle-concept-happy-brunette-girl-finishes-assignment-sits-floor-with_1258-200105.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Wilson",
|
||||
handle: "@mwilson",
|
||||
testimonial: "Excellent service and very trustworthy team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
},
|
||||
id: "4", name: "Mark Wilson", handle: "@mwilson", testimonial: "Excellent service and very trustworthy team.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda Thompson",
|
||||
handle: "@linda_t",
|
||||
testimonial: "They transformed my home into a clean sanctuary.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-celebrating-gender-reveal_23-2150154681.jpg",
|
||||
},
|
||||
id: "5", name: "Linda Thompson", handle: "@linda_t", testimonial: "They transformed my home into a clean sanctuary.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-celebrating-gender-reveal_23-2150154681.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Real feedback from those who trust their spaces to us."
|
||||
@@ -308,20 +206,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need to be home during service?",
|
||||
content: "Not at all, we handle everything securely.",
|
||||
},
|
||||
id: "q1", title: "Do I need to be home during service?", content: "Not at all, we handle everything securely."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are your staff background checked?",
|
||||
content: "Yes, we ensure all staff are fully vetted.",
|
||||
},
|
||||
id: "q2", title: "Are your staff background checked?", content: "Yes, we ensure all staff are fully vetted."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards and online transfers.",
|
||||
},
|
||||
id: "q3", title: "What payment methods do you accept?", content: "We accept all major credit cards and online transfers."},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -332,8 +221,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
tag="Get in touch"
|
||||
title="Ready to Experience Absolute Power?"
|
||||
description="Contact us today to schedule your cleaning consultation."
|
||||
@@ -345,29 +233,19 @@ export default function LandingPage() {
|
||||
logoText="Absolute Power Cleaning Services, LLC"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user