Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
176
src/app/page.tsx
176
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Flores Cleaning"
|
||||
/>
|
||||
@@ -63,16 +53,12 @@ export default function LandingPage() {
|
||||
description="Premium, professional cleaning services for homes and businesses. We bring peace of mind and impeccable standards to every room we touch."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Our Services", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cleaning-text-surrounded-with-equipments-blackboard_23-2147860465.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cleaning-text-surrounded-with-equipments-blackboard_23-2147860465.jpg"
|
||||
imageAlt="Professional cleaning services in action"
|
||||
/>
|
||||
</div>
|
||||
@@ -84,19 +70,13 @@ export default function LandingPage() {
|
||||
description="With years of expertise, Flores Cleaning sets the standard for cleanliness and reliability. Our team is trained, trusted, and dedicated to delivering a perfect clean tailored to your space."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
},
|
||||
value: "100%", title: "Satisfaction"},
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Exp.",
|
||||
},
|
||||
value: "15+", title: "Years Exp."},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Happy Clients",
|
||||
},
|
||||
value: "500+", title: "Happy Clients"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520643.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520643.jpg"
|
||||
imageAlt="Professional cleaner working"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -110,28 +90,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Deep Cleaning",
|
||||
description: "Comprehensive cleaning for homes, ensuring every corner shines.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/four-golden-round-labels-set_1284-8499.jpg",
|
||||
imageAlt: "cleaning industry association logo",
|
||||
title: "Residential Deep Cleaning", description: "Comprehensive cleaning for homes, ensuring every corner shines.", bentoComponent: "reveal-icon", icon: Sparkles
|
||||
},
|
||||
{
|
||||
title: "Commercial Maintenance",
|
||||
description: "Keep your workplace productive and pristine with our daily services.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Building,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-text-surrounded-with-equipments-blackboard_23-2147860465.jpg?_wi=2",
|
||||
imageAlt: "cleaning industry association logo",
|
||||
title: "Commercial Maintenance", description: "Keep your workplace productive and pristine with our daily services.", bentoComponent: "reveal-icon", icon: Building
|
||||
},
|
||||
{
|
||||
title: "Move-In & Move-Out",
|
||||
description: "Stress-free cleaning for transitions, making your move easier.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Box,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520643.jpg?_wi=2",
|
||||
imageAlt: "cleaning industry association logo",
|
||||
title: "Move-In & Move-Out", description: "Stress-free cleaning for transitions, making your move easier.", bentoComponent: "reveal-icon", icon: Box
|
||||
},
|
||||
]}
|
||||
title="Services Designed For You"
|
||||
@@ -147,25 +112,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20K",
|
||||
title: "Spaces Cleaned",
|
||||
description: "Completed projects",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "20K", title: "Spaces Cleaned", description: "Completed projects", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "45+",
|
||||
title: "Staff Trained",
|
||||
description: "Expert professionals",
|
||||
icon: Users,
|
||||
id: "m2", value: "45+", title: "Staff Trained", description: "Expert professionals", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
title: "Return Rate",
|
||||
description: "Loyal clients",
|
||||
icon: Heart,
|
||||
id: "m3", value: "98%", title: "Return Rate", description: "Loyal clients", icon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
@@ -181,25 +134,15 @@ export default function LandingPage() {
|
||||
author="Maria Gonzalez"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-close-up-portrait-young-woman-smiling-looking-happy-wearing-casual-white-tshirt-standing-h_1258-127290.jpg",
|
||||
alt: "Customer Maria",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-close-up-portrait-young-woman-smiling-looking-happy-wearing-casual-white-tshirt-standing-h_1258-127290.jpg", alt: "Customer Maria"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg",
|
||||
alt: "Customer John",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg", alt: "Customer John"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-isolated-purple_141793-84112.jpg",
|
||||
alt: "Customer Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-isolated-purple_141793-84112.jpg", alt: "Customer Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg",
|
||||
alt: "Customer David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg", alt: "Customer David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg",
|
||||
alt: "Customer Jane",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg", alt: "Customer Jane"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -211,14 +154,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Cleaning Association",
|
||||
"Local Business Board",
|
||||
"Eco-Friendly Certified",
|
||||
"Quality Standard Org",
|
||||
"Service Excellence",
|
||||
"Top Home Partner",
|
||||
"Professional Guild",
|
||||
]}
|
||||
"Cleaning Association", "Local Business Board", "Eco-Friendly Certified", "Quality Standard Org", "Service Excellence", "Top Home Partner", "Professional Guild"]}
|
||||
title="Trusted Partner"
|
||||
description="We are proud to work with the community and uphold professional standards."
|
||||
/>
|
||||
@@ -230,30 +166,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you bring your own supplies?",
|
||||
content: "Yes, we bring all necessary eco-friendly supplies and equipment.",
|
||||
},
|
||||
id: "faq-1", title: "Do you bring your own supplies?", content: "Yes, we bring all necessary eco-friendly supplies and equipment."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Are your cleaners insured?",
|
||||
content: "Absolutely. All our staff are fully bonded and insured for your peace of mind.",
|
||||
},
|
||||
id: "faq-2", title: "Are your cleaners insured?", content: "Absolutely. All our staff are fully bonded and insured for your peace of mind."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How often can I book services?",
|
||||
content: "We offer flexible scheduling: daily, weekly, bi-weekly, or on-demand.",
|
||||
},
|
||||
id: "faq-3", title: "How often can I book services?", content: "We offer flexible scheduling: daily, weekly, bi-weekly, or on-demand."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Do you offer satisfaction guarantees?",
|
||||
content: "Yes, we prioritize customer happiness and will make things right if you're not satisfied.",
|
||||
},
|
||||
id: "faq-4", title: "Do you offer satisfaction guarantees?", content: "Yes, we prioritize customer happiness and will make things right if you're not satisfied."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Can I request specific cleaners?",
|
||||
content: "While we prioritize team efficiency, we try to accommodate requests for recurring appointments.",
|
||||
},
|
||||
id: "faq-5", title: "Can I request specific cleaners?", content: "While we prioritize team efficiency, we try to accommodate requests for recurring appointments."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions about our services? We have the answers to help you get started."
|
||||
@@ -271,28 +192,17 @@ export default function LandingPage() {
|
||||
description="Ready to sparkle? Reach out today for your complimentary consultation and customized quote."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Describe your needs...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Describe your needs...", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-kitchen-dining-area-with-white-furniture_23-2151983256.jpg"
|
||||
imageAlt="Clean minimalist office"
|
||||
@@ -305,29 +215,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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