Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
234
src/app/page.tsx
234
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Styling Caring"
|
||||
/>
|
||||
@@ -59,106 +49,63 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Styling Caring Cleaning Services"
|
||||
description="Professional, punctual, and respectful cleaning services you can rely on. Let us handle the mess, so you can enjoy your home."
|
||||
description="Professional, punctual, and respectful cleaning services you can rely on. Let us handle the mess, so you can enjoy your home. For inquiries, please reach out to us at 0414 302 743."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-home_23-2148118470.jpg?_wi=1",
|
||||
imageAlt: "Professional cleaning service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-home_23-2148118470.jpg?_wi=1", imageAlt: "Professional cleaning service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-century-modern-reading-nook-apartment_53876-134095.jpg",
|
||||
imageAlt: "Clean modern living room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-century-modern-reading-nook-apartment_53876-134095.jpg", imageAlt: "Clean modern living room"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning-surface-with-cloth-kitchen_23-2148587315.jpg",
|
||||
imageAlt: "Pristine luxury residence",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning-surface-with-cloth-kitchen_23-2148587315.jpg", imageAlt: "Pristine luxury residence"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg",
|
||||
imageAlt: "Child cleaning house",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-boy-with-glasses-cleans-house-with-vacuum-cleaner_169016-11493.jpg", imageAlt: "Child cleaning house"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-frame-cabinet-with-scandinavian-home-interior_53876-153300.jpg",
|
||||
imageAlt: "Scandinavian home interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-frame-cabinet-with-scandinavian-home-interior_53876-153300.jpg", imageAlt: "Scandinavian home interior"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349205.jpg",
|
||||
imageAlt: "Tidy living space",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349205.jpg", imageAlt: "Tidy living space"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-living-room-interior-design_23-2151983191.jpg",
|
||||
imageAlt: "Spotless room interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-living-room-interior-design_23-2151983191.jpg", imageAlt: "Spotless room interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning_23-2148480353.jpg",
|
||||
imageAlt: "Professional tidy service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning_23-2148480353.jpg", imageAlt: "Professional tidy service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469809.jpg",
|
||||
imageAlt: "Clean home decor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469809.jpg", imageAlt: "Clean home decor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899435.jpg",
|
||||
imageAlt: "Spacious tidy room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899435.jpg", imageAlt: "Spacious tidy room"},
|
||||
]}
|
||||
tag="Trusted Cleaning Experts"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
tagIcon={Sparkles}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-unfurnished-brand-new-apartment_181624-45321.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/empty-unfurnished-brand-new-apartment_181624-45321.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office_23-2150520591.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office_23-2150520591.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office_23-2150520605.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office_23-2150520605.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358962.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358962.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407592.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407592.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Punctual",
|
||||
},
|
||||
type: "text", text: "Punctual"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional",
|
||||
},
|
||||
type: "text", text: "Professional"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-friendly",
|
||||
},
|
||||
type: "text", text: "Eco-friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Insured",
|
||||
},
|
||||
type: "text", text: "Insured"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Detailed",
|
||||
},
|
||||
type: "text", text: "Detailed"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,12 +114,10 @@ export default function LandingPage() {
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Professionalism & Respect"
|
||||
description="We don't just clean; we care. Our team is punctual, well-experienced, and professional. From recurring monthly services to deep cleans, we work to meet your expectations every time."
|
||||
description="We don't just clean; we care. Our team is punctual, well-experienced, and professional. From recurring monthly services to deep cleans, we work to meet your expectations every time. You can contact our business directly at 0414 302 743 for professional inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112020.jpg?_wi=1"
|
||||
imageAlt="Professional cleaning service provider"
|
||||
@@ -186,32 +131,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Standard Cleaning",
|
||||
description: "Regular maintenance to keep your home pristine.",
|
||||
tag: "Popular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office-black-white_23-2151777538.jpg",
|
||||
imageAlt: "sparkling clean bathroom interior modern",
|
||||
},
|
||||
id: "f1", title: "Standard Cleaning", description: "Regular maintenance to keep your home pristine.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office-black-white_23-2151777538.jpg", imageAlt: "sparkling clean bathroom interior modern"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Deep Cleaning",
|
||||
description: "Thorough scrubbing for a refreshed home experience.",
|
||||
tag: "Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-home_23-2148118470.jpg?_wi=2",
|
||||
imageAlt: "sparkling clean bathroom interior modern",
|
||||
},
|
||||
id: "f2", title: "Deep Cleaning", description: "Thorough scrubbing for a refreshed home experience.", tag: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-home_23-2148118470.jpg?_wi=2", imageAlt: "sparkling clean bathroom interior modern"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Professional Care",
|
||||
description: "Experienced cleaners focused on responsibility.",
|
||||
tag: "Reliable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112020.jpg?_wi=2",
|
||||
imageAlt: "sparkling clean bathroom interior modern",
|
||||
},
|
||||
id: "f3", title: "Professional Care", description: "Experienced cleaners focused on responsibility.", tag: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112020.jpg?_wi=2", imageAlt: "sparkling clean bathroom interior modern"},
|
||||
]}
|
||||
title="Our Cleaning Services"
|
||||
description="Comprehensive care for your living space with attention to detail."
|
||||
description="Comprehensive care for your living space with attention to detail. Our professional team is available at 0414 302 743 to discuss your cleaning needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -222,35 +149,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
items: [
|
||||
"Professional",
|
||||
"Reliable",
|
||||
],
|
||||
id: "m1", value: "100%", title: "Satisfaction", items: [
|
||||
"Professional", "Reliable"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.6",
|
||||
title: "Avg Rating",
|
||||
items: [
|
||||
"Google Reviews",
|
||||
"Verified",
|
||||
],
|
||||
id: "m2", value: "4.6", title: "Avg Rating", items: [
|
||||
"Google Reviews", "Verified"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
title: "Homes Cleaned",
|
||||
items: [
|
||||
"Regularly",
|
||||
"Experienced",
|
||||
],
|
||||
id: "m3", value: "500+", title: "Homes Cleaned", items: [
|
||||
"Regularly", "Experienced"],
|
||||
},
|
||||
]}
|
||||
title="Why Clients Trust Us"
|
||||
description="Proven experience and consistent quality in every job."
|
||||
description="Proven experience and consistent quality in every job. For verified service, call us at 0414 302 743."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -262,25 +174,15 @@ export default function LandingPage() {
|
||||
author="Juni Felipe"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-housewife-holding-cleaning-equipment-hands_23-2147916439.jpg",
|
||||
alt: "Client A",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-housewife-holding-cleaning-equipment-hands_23-2147916439.jpg", alt: "Client A"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-man-using-rag-clean_23-2148456975.jpg",
|
||||
alt: "Client B",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-man-using-rag-clean_23-2148456975.jpg", alt: "Client B"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-couple-embracing-cleaning_23-2147766998.jpg",
|
||||
alt: "Client C",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-couple-embracing-cleaning_23-2147766998.jpg", alt: "Client C"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-doing-housework-looking-busy_259150-59497.jpg",
|
||||
alt: "Client D",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-doing-housework-looking-busy_259150-59497.jpg", alt: "Client D"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-talking-phone-while-man-cleaning_23-2147766965.jpg",
|
||||
alt: "Client E",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-talking-phone-while-man-cleaning_23-2147766965.jpg", alt: "Client E"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -293,20 +195,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How often do you clean?",
|
||||
content: "We offer regular monthly and one-time deep cleaning options.",
|
||||
},
|
||||
id: "q1", title: "How often do you clean?", content: "We offer regular monthly and one-time deep cleaning options."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are your cleaners professional?",
|
||||
content: "Yes, our team is well-experienced and includes registered medical professionals.",
|
||||
},
|
||||
id: "q2", title: "Are your cleaners professional?", content: "Yes, our team is well-experienced and includes registered medical professionals."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is your staff punctual?",
|
||||
content: "Punctuality and respect for our clients' time is our core promise.",
|
||||
},
|
||||
id: "q3", title: "Is your staff punctual?", content: "Punctuality and respect for our clients' time is our core promise. For any questions, please reach out to our office at 0414 302 743."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-clipboard-cleaning-products_23-2148357490.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -320,11 +213,10 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reach Out"
|
||||
title="Book Your Cleaning"
|
||||
description="Ready for a cleaner home? Get in touch today."
|
||||
description="Ready for a cleaner home? Get in touch today at 0414 302 743 for a professional consultation."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -332,29 +224,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
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: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact: 0414 302 743", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -364,4 +246,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user