Compare commits
25 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa117b546f | |||
| 7904f98939 | |||
| 2a00ec0904 | |||
| e218d4ba17 | |||
| 42574757e7 | |||
| 0bc2926c01 | |||
| 1788d2fa5b | |||
| 79ae3543b3 | |||
| 460a249ce5 | |||
| 64661bc883 | |||
| 49039a0c3f | |||
| bbd0b70bab | |||
| 3077b21661 | |||
| dad26ed3c2 | |||
| 17ca3c1cc7 | |||
| 6492c990ee | |||
| 9b3b966de8 | |||
| dc1d94b178 | |||
| e37deef12f | |||
| f65525b218 | |||
| aeba91a4a2 | |||
| 2ebac4a8c0 | |||
| f1b3aef98c | |||
| 758d79ebab | |||
| 8468e51894 |
@@ -27,21 +27,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Graca's Cleaners"
|
||||
/>
|
||||
@@ -54,9 +46,7 @@ export default function LandingPage() {
|
||||
title="Graca's Cleaners: Dedicated to Immaculate Spaces and Happy Clients"
|
||||
buttons={[
|
||||
{
|
||||
text: "Meet Our Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
text: "Meet Our Team", href: "/about#team"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -69,33 +59,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Graca Silva",
|
||||
role: "Founder & Lead Cleaner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-apron-rubber-gloves-holding-bottle-with-cleaning-supplies-smiling-cheerfully-white-wall_141793-13591.jpg",
|
||||
imageAlt: "Graca Silva",
|
||||
},
|
||||
id: "1", name: "Graca Silva", role: "Founder & Lead Cleaner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-apron-rubber-gloves-holding-bottle-with-cleaning-supplies-smiling-cheerfully-white-wall_141793-13591.jpg", imageAlt: "Graca Silva"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Mendes",
|
||||
role: "Operations Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-young-cleaning-man-wearing-casual-clothes-cap-rubber-gloves-holding-plate-sponge-with-annoyed-expression-standing-pink-wall_141793-64025.jpg",
|
||||
imageAlt: "Carlos Mendes",
|
||||
},
|
||||
id: "2", name: "Carlos Mendes", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/angry-young-cleaning-man-wearing-casual-clothes-cap-rubber-gloves-holding-plate-sponge-with-annoyed-expression-standing-pink-wall_141793-64025.jpg", imageAlt: "Carlos Mendes"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofia Costa",
|
||||
role: "Residential Cleaning Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-professional-cleaning-service-person-holding-supplies_23-2150520608.jpg",
|
||||
imageAlt: "Sofia Costa",
|
||||
},
|
||||
id: "3", name: "Sofia Costa", role: "Residential Cleaning Specialist", imageSrc: "http://img.b2bpic.net/free-photo/view-professional-cleaning-service-person-holding-supplies_23-2150520608.jpg", imageAlt: "Sofia Costa"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Pereira",
|
||||
role: "Commercial Cleaning Supervisor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-man-wearing-casual-clothes-cap-rubber-gloves-holding-spray-bottle-smiling-cheerfully-standing-white-wall_141793-60752.jpg",
|
||||
imageAlt: "David Pereira",
|
||||
},
|
||||
id: "4", name: "David Pereira", role: "Commercial Cleaning Supervisor", imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-man-wearing-casual-clothes-cap-rubber-gloves-holding-spray-bottle-smiling-cheerfully-standing-white-wall_141793-60752.jpg", imageAlt: "David Pereira"},
|
||||
]}
|
||||
title="Meet Our Dedicated Cleaning Professionals"
|
||||
description="Our team is the heart of Graca's Cleaners, bringing passion, expertise, and a meticulous eye to every job."
|
||||
@@ -107,14 +77,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Trusted Home Services",
|
||||
"Eco-Solution Providers",
|
||||
"Spotless Business Co.",
|
||||
"Urban Living Residences",
|
||||
"Community Care Foundation",
|
||||
"Shine Bright Retail",
|
||||
"Happy Homes Association",
|
||||
]}
|
||||
"Trusted Home Services", "Eco-Solution Providers", "Spotless Business Co.", "Urban Living Residences", "Community Care Foundation", "Shine Bright Retail", "Happy Homes Association"]}
|
||||
title="Trusted by Leading Homes and Businesses"
|
||||
description="We're proud to partner with a diverse range of clients who rely on our consistent quality and professionalism."
|
||||
speed={40}
|
||||
@@ -127,65 +90,43 @@ export default function LandingPage() {
|
||||
logoText="Graca's Cleaners"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential Cleaning",
|
||||
href: "/services#residential",
|
||||
},
|
||||
label: "Residential Cleaning", href: "/services#residential"},
|
||||
{
|
||||
label: "Commercial Cleaning",
|
||||
href: "/services#commercial",
|
||||
},
|
||||
label: "Commercial Cleaning", href: "/services#commercial"},
|
||||
{
|
||||
label: "Deep Cleaning",
|
||||
href: "/services#deep",
|
||||
},
|
||||
label: "Deep Cleaning", href: "/services#deep"},
|
||||
{
|
||||
label: "Move In/Out Cleaning",
|
||||
href: "/services#move-in-out",
|
||||
},
|
||||
label: "Move In/Out Cleaning", href: "/services#move-in-out"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
label: "Team", href: "/about#team"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "FAQ", href: "/contact#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Graca's Cleaners. All rights reserved."
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EKbpymWA6Q8KxfgRusQqtoetGM/uploaded-1779930958989-9yhbudhh.png"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
172
src/app/booking-site/page.tsx
Normal file
172
src/app/booking-site/page.tsx
Normal file
@@ -0,0 +1,172 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { CalendarCheck } from "lucide-react";
|
||||
|
||||
export default function BookingSitePage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="none"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Book Now", id: "/booking-site"}
|
||||
]}
|
||||
brandName="Graca's Cleaners"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="booking-form" data-section="booking-form">
|
||||
<ContactSplitForm
|
||||
title="Book Your Cleaning Service"
|
||||
description="Tell us about your cleaning needs and schedule your appointment with ease."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number" },
|
||||
{ name: "address", type: "text", placeholder: "Your Address", required: true },
|
||||
{ name: "date", type: "date", placeholder: "Preferred Date", required: true },
|
||||
{ name: "time", type: "time", placeholder: "Preferred Time", required: true }
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "serviceType", label: "Select Service Type", options: ["Residential Cleaning", "Commercial Cleaning", "Deep Cleaning", "Move In/Out Cleaning"]
|
||||
}}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Any specific instructions or requests?", rows: 4
|
||||
}}
|
||||
buttonText="Confirm Booking"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-happy-woman-holding-tablet-with-calendar_23-2148782012.jpg"
|
||||
imageAlt="Woman scheduling on a tablet"
|
||||
mediaPosition="right"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="service-selection" data-section="service-selection">
|
||||
<FeatureCardNineteen
|
||||
title="Our Professional Cleaning Services"
|
||||
description="We offer a comprehensive range of services tailored to meet your unique cleaning requirements."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Homes", title: "Residential Cleaning", subtitle: "Standard & Deep Cleans", description: "Keep your home pristine with our recurring or one-time residential cleaning services. We cover every room, ensuring a sparkling finish.", imageSrc: "http://img.b2bpic.net/free-photo/cleaner-cleaning-kitchen-home_23-2149021434.jpg", imageAlt: "Residential cleaning"
|
||||
},
|
||||
{
|
||||
tag: "Offices", title: "Commercial Cleaning", subtitle: "Maintain a Professional Space", description: "From small offices to large commercial buildings, we provide reliable and efficient cleaning to maintain a professional and healthy workspace.", imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaner-doing-her-job_23-2150520630.jpg", imageAlt: "Commercial cleaning"
|
||||
},
|
||||
{
|
||||
tag: "Intensive", title: "Deep Cleaning Services", subtitle: "Thorough & Detailed", description: "Our deep cleaning service targets areas often missed, providing an intensive clean that revitalizes your entire space.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rubber-gloves-cleaning-products_23-2149449767.jpg", imageAlt: "Deep cleaning supplies"
|
||||
},
|
||||
{
|
||||
tag: "Transitions", title: "Move In/Out Cleaning", subtitle: "Seamless Transitions", description: "Make your move stress-free with our comprehensive move-in and move-out cleaning services, ensuring spaces are spotless for new occupants.", imageSrc: "http://img.b2bpic.net/free-photo/moving-day-new-apartment-couple_23-2148906596.jpg", imageAlt: "Moving boxes"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
title="Choose Your Cleaning Plan"
|
||||
description="Flexible pricing options designed to fit your budget and cleaning frequency needs."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "basic", title: "Basic Clean", price: "$99", period: "starting", features: [
|
||||
"Dusting & Wiping Surfaces", "Vacuuming & Mopping Floors", "Bathroom Sanitization", "Kitchen Wipe-Down"
|
||||
],
|
||||
button: { text: "Select Basic", href: "/booking-site?plan=basic" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sponge-spray-bottle-cleaning-detergent-bucket_23-2148782298.jpg", imageAlt: "Basic cleaning supplies"
|
||||
},
|
||||
{
|
||||
id: "standard", title: "Standard Clean", price: "$149", period: "starting", features: [
|
||||
"All Basic Features", "Detailed Dusting", "Exterior Appliance Cleaning", "Trash Removal", "Bed Making"
|
||||
],
|
||||
button: { text: "Select Standard", href: "/booking-site?plan=standard" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-products-glass-spray-bottle_23-2148782302.jpg", imageAlt: "Standard cleaning supplies"
|
||||
},
|
||||
{
|
||||
id: "premium", title: "Premium Deep Clean", price: "$249", period: "starting", features: [
|
||||
"All Standard Features", "Deep Scrubbing", "Interior Appliance Cleaning", "Window Cleaning (Interior)", "Wall Spot Cleaning"
|
||||
],
|
||||
button: { text: "Select Premium", href: "/booking-site?plan=premium" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cleaning-products-tray_23-2148782294.jpg", imageAlt: "Premium cleaning supplies"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Graca's Cleaners"
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential Cleaning", href: "/services#residential"},
|
||||
{
|
||||
label: "Commercial Cleaning", href: "/services#commercial"},
|
||||
{
|
||||
label: "Deep Cleaning", href: "/services#deep"},
|
||||
{
|
||||
label: "Move In/Out Cleaning", href: "/services#move-in-out"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Team", href: "/about#team"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "FAQ", href: "/contact#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Graca's Cleaners. All rights reserved."
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EKbpymWA6Q8KxfgRusQqtoetGM/uploaded-1779930958989-9yhbudhh.png"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -26,21 +26,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Graca's Cleaners"
|
||||
/>
|
||||
@@ -53,38 +45,20 @@ export default function LandingPage() {
|
||||
description="Ready for a sparkling clean space? Fill out the form below and we'll get back to you with a personalized quote."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number (Optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "serviceType",
|
||||
label: "Select Service Type",
|
||||
options: [
|
||||
"Residential Cleaning",
|
||||
"Commercial Cleaning",
|
||||
"Deep Cleaning",
|
||||
"Move In/Out Cleaning",
|
||||
"Other",
|
||||
],
|
||||
name: "serviceType", label: "Select Service Type", options: [
|
||||
"Residential Cleaning", "Commercial Cleaning", "Deep Cleaning", "Move In/Out Cleaning", "Other"],
|
||||
}}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us more about your cleaning needs",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us more about your cleaning needs", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/image-asian-woman-office-talks-cellphone-discuss-work-with-client-mobile-phone-sits_1258-167974.jpg"
|
||||
imageAlt="Friendly cleaner with a tablet"
|
||||
@@ -99,30 +73,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve residential and commercial clients within a 30-mile radius of our main office. Please contact us to confirm service availability in your specific location.",
|
||||
},
|
||||
id: "1", title: "What areas do you serve?", content: "We proudly serve residential and commercial clients within a 30-mile radius of our main office. Please contact us to confirm service availability in your specific location."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your cleaning products safe?",
|
||||
content: "Yes, we prioritize the health of our clients and the environment. We use eco-friendly, non-toxic, and biodegradable cleaning products that are safe for children, pets, and individuals with allergies.",
|
||||
},
|
||||
id: "2", title: "Are your cleaning products safe?", content: "Yes, we prioritize the health of our clients and the environment. We use eco-friendly, non-toxic, and biodegradable cleaning products that are safe for children, pets, and individuals with allergies."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I customize my cleaning service?",
|
||||
content: "Absolutely! We offer flexible cleaning plans that can be tailored to your specific needs and preferences. You can choose from one-time, weekly, bi-weekly, or monthly services, and add specific tasks as required.",
|
||||
},
|
||||
id: "3", title: "Can I customize my cleaning service?", content: "Absolutely! We offer flexible cleaning plans that can be tailored to your specific needs and preferences. You can choose from one-time, weekly, bi-weekly, or monthly services, and add specific tasks as required."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What if I'm not satisfied with the cleaning?",
|
||||
content: "Your satisfaction is our top priority. If you are not completely happy with our service, please contact us within 24 hours, and we will return to re-clean the area at no additional charge.",
|
||||
},
|
||||
id: "4", title: "What if I'm not satisfied with the cleaning?", content: "Your satisfaction is our top priority. If you are not completely happy with our service, please contact us within 24 hours, and we will return to re-clean the area at no additional charge."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do I need to provide cleaning supplies?",
|
||||
content: "No, our team comes fully equipped with all the necessary professional-grade cleaning supplies and equipment to ensure a thorough and efficient clean. You don't need to worry about a thing!",
|
||||
},
|
||||
id: "5", title: "Do I need to provide cleaning supplies?", content: "No, our team comes fully equipped with all the necessary professional-grade cleaning supplies and equipment to ensure a thorough and efficient clean. You don't need to worry about a thing!"},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about Graca's Cleaners and our services."
|
||||
@@ -136,65 +95,43 @@ export default function LandingPage() {
|
||||
logoText="Graca's Cleaners"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential Cleaning",
|
||||
href: "/services#residential",
|
||||
},
|
||||
label: "Residential Cleaning", href: "/services#residential"},
|
||||
{
|
||||
label: "Commercial Cleaning",
|
||||
href: "/services#commercial",
|
||||
},
|
||||
label: "Commercial Cleaning", href: "/services#commercial"},
|
||||
{
|
||||
label: "Deep Cleaning",
|
||||
href: "/services#deep",
|
||||
},
|
||||
label: "Deep Cleaning", href: "/services#deep"},
|
||||
{
|
||||
label: "Move In/Out Cleaning",
|
||||
href: "/services#move-in-out",
|
||||
},
|
||||
label: "Move In/Out Cleaning", href: "/services#move-in-out"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
label: "Team", href: "/about#team"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "FAQ", href: "/contact#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Graca's Cleaners. All rights reserved."
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EKbpymWA6Q8KxfgRusQqtoetGM/uploaded-1779930958989-9yhbudhh.png"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
235
src/app/page.tsx
235
src/app/page.tsx
@@ -30,21 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Book Now", id: "/booking-site"}
|
||||
]}
|
||||
brandName="Graca's Cleaners"
|
||||
/>
|
||||
@@ -56,79 +50,40 @@ export default function LandingPage() {
|
||||
description="Transform your space with our meticulous and reliable cleaning services. We bring sparkle and freshness to every corner, every time."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria S.",
|
||||
handle: "@HappyClient",
|
||||
testimonial: "Graca's Cleaners transformed my home! It's never been so spotless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16144.jpg",
|
||||
imageAlt: "Maria S.",
|
||||
},
|
||||
name: "Maria S.", handle: "@HappyClient", testimonial: "Graca's Cleaners transformed my home! It's never been so spotless.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16144.jpg", imageAlt: "Maria S."},
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@BusinessOwner",
|
||||
testimonial: "Our office is always pristine. Their commercial service is top-notch.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-charming-african-guy-smiling-boyfriend-waiting-date-head-hunter-dream-standing-white-wall_176420-12541.jpg",
|
||||
imageAlt: "John D.",
|
||||
},
|
||||
name: "John D.", handle: "@BusinessOwner", testimonial: "Our office is always pristine. Their commercial service is top-notch.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-charming-african-guy-smiling-boyfriend-waiting-date-head-hunter-dream-standing-white-wall_176420-12541.jpg", imageAlt: "John D."},
|
||||
{
|
||||
name: "Sarah L.",
|
||||
handle: "@NewHomeowner",
|
||||
testimonial: "Amazing deep clean for our new apartment. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-happy-woman_23-2148778274.jpg",
|
||||
imageAlt: "Sarah L.",
|
||||
},
|
||||
name: "Sarah L.", handle: "@NewHomeowner", testimonial: "Amazing deep clean for our new apartment. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-happy-woman_23-2148778274.jpg", imageAlt: "Sarah L."},
|
||||
{
|
||||
name: "Michael R.",
|
||||
handle: "@RegularCustomer",
|
||||
testimonial: "Consistently excellent service. Always professional and reliable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man_641386-965.jpg",
|
||||
imageAlt: "Michael R.",
|
||||
},
|
||||
name: "Michael R.", handle: "@RegularCustomer", testimonial: "Consistently excellent service. Always professional and reliable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man_641386-965.jpg", imageAlt: "Michael R."},
|
||||
{
|
||||
name: "Emily C.",
|
||||
handle: "@EcoConscious",
|
||||
testimonial: "Love their eco-friendly approach. My home is clean and safe!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-manager-sunny-day_1139-417.jpg",
|
||||
imageAlt: "Emily C.",
|
||||
},
|
||||
name: "Emily C.", handle: "@EcoConscious", testimonial: "Love their eco-friendly approach. My home is clean and safe!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-manager-sunny-day_1139-417.jpg", imageAlt: "Emily C."},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Service",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Book Your Service", href: "/booking-site"},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cool-young-black-man-with-curly-hair-has-cheerful-expression_273609-8605.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cool-young-black-man-with-curly-hair-has-cheerful-expression_273609-8605.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-handsome-modern-man-wearing-glasses-denim-jacket-yellow-background-with-happy-face-standing-smiling-with-confident-smile-showing-teeth_839833-30354.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-handsome-modern-man-wearing-glasses-denim-jacket-yellow-background-with-happy-face-standing-smiling-with-confident-smile-showing-teeth_839833-30354.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-young-female-with-gentle-smile-wearing-red-shirt_181624-24259.jpg",
|
||||
alt: "Happy Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-young-female-with-gentle-smile-wearing-red-shirt_181624-24259.jpg", alt: "Happy Customer"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Happy Customers"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cleaning-woman-plaid-shirt-cap-holding-bucket-with-cleaning-tools-pointing-with-index-finger-it-smiling-cheerfully_141793-111689.jpg"
|
||||
@@ -144,29 +99,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Eco-Friendly Products",
|
||||
description: "Safe for your family, pets, and the planet. We use non-toxic, sustainable cleaning solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plastic-bottles-arrangement_23-2149449772.jpg",
|
||||
imageAlt: "Eco-friendly cleaning supplies",
|
||||
},
|
||||
title: "Eco-Friendly Products", description: "Safe for your family, pets, and the planet. We use non-toxic, sustainable cleaning solutions.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plastic-bottles-arrangement_23-2149449772.jpg", imageAlt: "Eco-friendly cleaning supplies"},
|
||||
{
|
||||
title: "Experienced & Trusted Team",
|
||||
description: "Our professionals are thoroughly vetted, highly trained, and dedicated to excellence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office_23-2150520632.jpg",
|
||||
imageAlt: "Professional cleaning team",
|
||||
},
|
||||
title: "Experienced & Trusted Team", description: "Our professionals are thoroughly vetted, highly trained, and dedicated to excellence.", imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office_23-2150520632.jpg", imageAlt: "Professional cleaning team"},
|
||||
{
|
||||
title: "Flexible Scheduling",
|
||||
description: "Book one-time, weekly, bi-weekly, or monthly cleanings easily around your busy life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-notebook-wedding-planner_23-2148652060.jpg",
|
||||
imageAlt: "Calendar with flexible scheduling",
|
||||
},
|
||||
title: "Flexible Scheduling", description: "Book one-time, weekly, bi-weekly, or monthly cleanings easily around your busy life.", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-notebook-wedding-planner_23-2148652060.jpg", imageAlt: "Calendar with flexible scheduling"},
|
||||
{
|
||||
title: "100% Satisfaction Guarantee",
|
||||
description: "We're not happy until you're completely satisfied with our cleaning results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-spray-bottle-near-different-cleaning-items_23-2147860232.jpg",
|
||||
imageAlt: "Satisfaction guarantee icon",
|
||||
},
|
||||
title: "100% Satisfaction Guarantee", description: "We're not happy until you're completely satisfied with our cleaning results.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-spray-bottle-near-different-cleaning-items_23-2147860232.jpg?_wi=1", imageAlt: "Satisfaction guarantee icon"},
|
||||
]}
|
||||
title="Why Choose Graca's Cleaners?"
|
||||
description="We go beyond just cleaning; we deliver a spotless, healthy environment tailored to your needs."
|
||||
@@ -180,25 +119,13 @@ export default function LandingPage() {
|
||||
tag="Reliability & Excellence"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "99%",
|
||||
description: "Customer Satisfaction",
|
||||
},
|
||||
id: "1", value: "99%", description: "Customer Satisfaction"},
|
||||
{
|
||||
id: "2",
|
||||
value: "10+",
|
||||
description: "Years in Business",
|
||||
},
|
||||
id: "2", value: "10+", description: "Years in Business"},
|
||||
{
|
||||
id: "3",
|
||||
value: "500+",
|
||||
description: "Homes & Offices Cleaned",
|
||||
},
|
||||
id: "3", value: "500+", description: "Homes & Offices Cleaned"},
|
||||
{
|
||||
id: "4",
|
||||
value: "20+",
|
||||
description: "Dedicated Team Members",
|
||||
},
|
||||
id: "4", value: "20+", description: "Dedicated Team Members"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -210,50 +137,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Simply Outstanding Service",
|
||||
quote: "Graca's Cleaners consistently delivers exceptional results. My home feels brand new after every visit!",
|
||||
name: "Sophia G.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg",
|
||||
imageAlt: "Sophia G.",
|
||||
},
|
||||
id: "1", title: "Simply Outstanding Service", quote: "Graca's Cleaners consistently delivers exceptional results. My home feels brand new after every visit!", name: "Sophia G.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg", imageAlt: "Sophia G."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Reliable and Professional",
|
||||
quote: "Their team is always punctual, professional, and incredibly thorough. We couldn't be happier with our office cleaning.",
|
||||
name: "Daniel K.",
|
||||
role: "Office Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg",
|
||||
imageAlt: "Daniel K.",
|
||||
},
|
||||
id: "2", title: "Reliable and Professional", quote: "Their team is always punctual, professional, and incredibly thorough. We couldn't be happier with our office cleaning.", name: "Daniel K.", role: "Office Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg", imageAlt: "Daniel K."},
|
||||
{
|
||||
id: "3",
|
||||
title: "A True Game-Changer",
|
||||
quote: "Finding Graca's Cleaners has been a game-changer for my busy family. More free time, spotless home!",
|
||||
name: "Olivia M.",
|
||||
role: "Busy Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-portrait-asian-woman_23-2151836565.jpg",
|
||||
imageAlt: "Olivia M.",
|
||||
},
|
||||
id: "3", title: "A True Game-Changer", quote: "Finding Graca's Cleaners has been a game-changer for my busy family. More free time, spotless home!", name: "Olivia M.", role: "Busy Parent", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-portrait-asian-woman_23-2151836565.jpg", imageAlt: "Olivia M."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Exceptional Attention to Detail",
|
||||
quote: "Every detail is taken care of. They go above and beyond, ensuring everything is perfect.",
|
||||
name: "William T.",
|
||||
role: "Residential Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-young-man_273609-6849.jpg",
|
||||
imageAlt: "William T.",
|
||||
},
|
||||
id: "4", title: "Exceptional Attention to Detail", quote: "Every detail is taken care of. They go above and beyond, ensuring everything is perfect.", name: "William T.", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-young-man_273609-6849.jpg", imageAlt: "William T."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Highly Recommend for Businesses",
|
||||
quote: "Our retail space requires high standards, and Graca's Cleaners always exceeds them. Fantastic commercial cleaning.",
|
||||
name: "Isabella H.",
|
||||
role: "Small Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office_1303-21095.jpg",
|
||||
imageAlt: "Isabella H.",
|
||||
},
|
||||
id: "5", title: "Highly Recommend for Businesses", quote: "Our retail space requires high standards, and Graca's Cleaners always exceeds them. Fantastic commercial cleaning.", name: "Isabella H.", role: "Small Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office_1303-21095.jpg", imageAlt: "Isabella H."},
|
||||
]}
|
||||
title="What Our Valued Clients Say"
|
||||
description="Hear directly from homeowners and businesses who trust Graca's Cleaners for a pristine environment."
|
||||
@@ -264,8 +156,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect With Us"
|
||||
tagIcon={MessageSquare}
|
||||
title="Ready for a Spotless Space? Let's Talk!"
|
||||
@@ -285,65 +176,43 @@ export default function LandingPage() {
|
||||
logoText="Graca's Cleaners"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential Cleaning",
|
||||
href: "/services#residential",
|
||||
},
|
||||
label: "Residential Cleaning", href: "/services#residential"},
|
||||
{
|
||||
label: "Commercial Cleaning",
|
||||
href: "/services#commercial",
|
||||
},
|
||||
label: "Commercial Cleaning", href: "/services#commercial"},
|
||||
{
|
||||
label: "Deep Cleaning",
|
||||
href: "/services#deep",
|
||||
},
|
||||
label: "Deep Cleaning", href: "/services#deep"},
|
||||
{
|
||||
label: "Move In/Out Cleaning",
|
||||
href: "/services#move-in-out",
|
||||
},
|
||||
label: "Move In/Out Cleaning", href: "/services#move-in-out"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
label: "Team", href: "/about#team"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "FAQ", href: "/contact#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Graca's Cleaners. All rights reserved."
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EKbpymWA6Q8KxfgRusQqtoetGM/uploaded-1779930958989-9yhbudhh.png"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -2,13 +2,15 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import { Crown, Sparkles, Star } from "lucide-react";
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import { Sparkles, Home, Building, Braces, HandHelping } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -23,221 +25,173 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="Graca's Cleaners"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Graca's Cleaners"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="service-showcase" data-section="service-showcase">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "residential",
|
||||
name: "Residential Cleaning",
|
||||
price: "Starting at $99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-wooden-inscription-home-living-room_169016-5181.jpg",
|
||||
imageAlt: "Clean living room",
|
||||
},
|
||||
{
|
||||
id: "commercial",
|
||||
name: "Commercial Cleaning",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-floor_23-2149345541.jpg",
|
||||
imageAlt: "Clean office space",
|
||||
},
|
||||
{
|
||||
id: "deep",
|
||||
name: "Deep Cleaning",
|
||||
price: "Starting at $150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-cleaning-office_23-2149345515.jpg",
|
||||
imageAlt: "Sparkling clean kitchen",
|
||||
},
|
||||
{
|
||||
id: "move-in-out",
|
||||
name: "Move In/Out Cleaning",
|
||||
price: "Starting at $200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-together-home_23-2149358498.jpg",
|
||||
imageAlt: "Empty, clean apartment",
|
||||
},
|
||||
{
|
||||
id: "window-cleaning",
|
||||
name: "Window Cleaning",
|
||||
price: "Starting at $50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112394.jpg",
|
||||
imageAlt: "Clean windows",
|
||||
},
|
||||
{
|
||||
id: "carpet-cleaning",
|
||||
name: "Carpet Cleaning",
|
||||
price: "Starting at $75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-artist-drawing-comfy-home-interior_158595-7701.jpg",
|
||||
imageAlt: "Professional carpet cleaning",
|
||||
},
|
||||
]}
|
||||
title="Our Comprehensive Cleaning Services"
|
||||
description="From sparkling homes to pristine offices, we offer a range of cleaning solutions tailored to your needs."
|
||||
/>
|
||||
</div>
|
||||
<div id="hero-services" data-section="hero-services">
|
||||
<HeroBillboard
|
||||
title="Our Tailored Cleaning Services"
|
||||
description="Discover the perfect cleaning solution for your home or business. We offer a range of services designed to meet your unique needs."
|
||||
background={{
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cleaner-holding-spray-bottle-rag_23-2150242566.jpg"
|
||||
imageAlt="Cleaner with cleaning tools"
|
||||
buttons={[
|
||||
{ text: "Get a Free Quote", href: "/contact" },
|
||||
{ text: "View Pricing", href: "#pricing" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Standard",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$99",
|
||||
subtitle: "Ideal for regular upkeep",
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Basic Clean",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Standard Room Cleaning",
|
||||
"Kitchen & Bathroom Wipe-down",
|
||||
"Vacuuming & Mopping",
|
||||
"Dusting Surfaces",
|
||||
"Waste Removal",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$159",
|
||||
subtitle: "For a deeper, more comprehensive clean",
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Premium Clean",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"All Basic Features",
|
||||
"Deep Kitchen Cleaning",
|
||||
"Deep Bathroom Sanitization",
|
||||
"Baseboard Cleaning",
|
||||
"Interior Window Spot Cleaning",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Elite",
|
||||
badgeIcon: Crown,
|
||||
price: "Custom Quote",
|
||||
subtitle: "Ultimate personalized cleaning experience",
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Elite Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"All Premium Features",
|
||||
"Specialty Appliance Cleaning",
|
||||
"Cabinet & Drawer Organization",
|
||||
"Full Interior Window Cleaning",
|
||||
"Custom Requests Accepted",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Cleaning Plan"
|
||||
description="Select the perfect plan for your residential or commercial cleaning needs, with flexible options."
|
||||
/>
|
||||
</div>
|
||||
<div id="service-listings" data-section="service-listings">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
title="Comprehensive Cleaning Solutions"
|
||||
description="From routine tidying to deep sanitization, our expert team delivers exceptional results every time."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Cleaning", description: "Keep your home sparkling clean with our regular or one-time services, customized to your schedule and preferences.", icon: Home,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-man-cleaning-couch-living-room_23-2147860228.jpg", imageAlt: "Residential cleaning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-professional-cleaner-doing-her-job-office-apartment_23-2147860233.jpg", imageAlt: "Living room cleaning" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Commercial Cleaning", description: "Maintain a professional and hygienic workspace that impresses clients and boosts employee morale. Tailored plans for businesses of all sizes.", icon: Building,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-cleaner-working-modern-office_23-2147860220.jpg?_wi=1", imageAlt: "Commercial cleaning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-cleaner-working-office_23-2148773950.jpg", imageAlt: "Office cleaning" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Deep Cleaning", description: "Our intensive deep cleaning service targets every nook and cranny, eliminating grime and revitalizing your space from top to bottom.", icon: Braces,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-spray-bottle-near-different-cleaning-items_23-2147860232.jpg?_wi=2", imageAlt: "Deep cleaning supplies" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaner-doing-her-job-office-apartment_23-2147860233.jpg", imageAlt: "Bathroom deep clean" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Move In/Out Cleaning", description: "Ensure a seamless transition with our specialized move in/out cleaning, leaving your old or new space immaculate and ready.", icon: HandHelping,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-room-ready-clean-up_23-2149491689.jpg", imageAlt: "Empty room cleaning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-cleaning-supplies_23-2149405625.jpg", imageAlt: "Cleaning for moving" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Graca's Cleaners"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Residential Cleaning",
|
||||
href: "/services#residential",
|
||||
},
|
||||
{
|
||||
label: "Commercial Cleaning",
|
||||
href: "/services#commercial",
|
||||
},
|
||||
{
|
||||
label: "Deep Cleaning",
|
||||
href: "/services#deep",
|
||||
},
|
||||
{
|
||||
label: "Move In/Out Cleaning",
|
||||
href: "/services#move-in-out",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Graca's Cleaners. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
animationType="slide-up"
|
||||
title="Flexible Cleaning Plans"
|
||||
description="Choose the plan that fits your lifestyle and budget, with transparent pricing and no hidden fees."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-1", title: "Basic Home Clean", price: "$99", period: "/visit", features: [
|
||||
"Dusting & Wiping Surfaces", "Vacuuming & Mopping Floors", "Kitchen Countertops & Sink", "Bathroom Refresh", "Trash Removal"
|
||||
],
|
||||
button: { text: "Book Now", href: "/contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-person-cleaning-living-room_23-2147860231.jpg", imageAlt: "Basic home cleaning"
|
||||
},
|
||||
{
|
||||
id: "plan-2", title: "Premium Office Clean", price: "$180", period: "/visit", features: [
|
||||
"All Basic Home Clean features", "Office Desks & Equipment Wipe Down", "Breakroom & Appliance Exterior", "Restroom Sanitization", "Window Spot Cleaning"
|
||||
],
|
||||
button: { text: "Get a Quote", href: "/contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-cleaner-working-modern-office_23-2147860220.jpg?_wi=2", imageAlt: "Premium office cleaning"
|
||||
},
|
||||
{
|
||||
id: "plan-3", title: "Ultimate Deep Clean", price: "$250", period: "/project", features: [
|
||||
"All Premium Office Clean features", "Inside Windows & Window Sills", "Baseboards & Wall Spot Cleaning", "Appliance Interior (Fridge, Oven)", "Cabinet Interiors"
|
||||
],
|
||||
button: { text: "Schedule Deep Clean", href: "/contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-with-sprayer-rag_23-2148493134.jpg", imageAlt: "Ultimate deep cleaning"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="service-contact" data-section="service-contact">
|
||||
<ContactSplitForm
|
||||
title="Ready to Book Your Service?"
|
||||
description="Fill out the form below to get a personalized quote or to schedule your next cleaning appointment."
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-contacting-customer-service_23-2149603010.jpg"
|
||||
imageAlt="Customer service representative"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number" }
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "serviceType", label: "Select Service Type", options: ["Residential Cleaning", "Commercial Cleaning", "Deep Cleaning", "Move In/Out Cleaning", "Other"]
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your cleaning needs...", rows: 5 }}
|
||||
buttonText="Get My Custom Quote"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Graca's Cleaners"
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential Cleaning", href: "/services"},
|
||||
{
|
||||
label: "Commercial Cleaning", href: "/services"},
|
||||
{
|
||||
label: "Deep Cleaning", href: "/services"},
|
||||
{
|
||||
label: "Move In/Out Cleaning", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Team", href: "/about#team"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "FAQ", href: "/about#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Graca's Cleaners. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user