Update src/app/page.tsx
This commit is contained in:
253
src/app/page.tsx
253
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="PureShine"
|
||||
/>
|
||||
@@ -55,39 +43,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Impeccable Care for Your Home"
|
||||
description="Premium residential cleaning services tailored to your lifestyle. We bring luxury, cleanliness, and peace of mind to every corner of your residence."
|
||||
tag="Trusted Quality"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Now", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-2943.jpg",
|
||||
imageAlt: "luxury apartment living room cleaning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning_23-2148480360.jpg",
|
||||
imageAlt: "smiling professional cleaner holding supplies",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349211.jpg",
|
||||
imageAlt: "Neon robot vacuum cleaner",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349195.jpg",
|
||||
imageAlt: "Neon robot vacuum cleaner",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-modern-house-kitchen-with-large-windows_181624-24368.jpg",
|
||||
imageAlt: "Interior shot of a modern house kitchen with large windows",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-2943.jpg", imageAlt: "luxury apartment living room cleaning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning_23-2148480360.jpg", imageAlt: "smiling professional cleaner holding supplies" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -99,15 +62,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Experience the Art of Clean.",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358948.jpg",
|
||||
alt: "professional home cleaning detailed work",
|
||||
},
|
||||
{ type: "text", content: "Experience the Art of Clean." },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358948.jpg", alt: "professional home cleaning detailed work" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,21 +74,9 @@ export default function LandingPage() {
|
||||
title="Our Cleaning Expertise"
|
||||
description="From deep cleaning to regular maintenance, we handle it all with care."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Standard Maintenance",
|
||||
content: "Weekly or bi-weekly cleaning to keep your home fresh.",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Deep Cleaning",
|
||||
content: "A comprehensive top-to-bottom scrub of every surface.",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Move-In/Move-Out",
|
||||
content: "Professional cleaning services to help you settle in or sell your property.",
|
||||
},
|
||||
{ id: "s1", title: "Standard Maintenance", content: "Weekly or bi-weekly cleaning to keep your home fresh." },
|
||||
{ id: "s2", title: "Deep Cleaning", content: "A comprehensive top-to-bottom scrub of every surface." },
|
||||
{ id: "s3", title: "Move-In/Move-Out", content: "Professional cleaning services to help you settle in or sell your property." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cleaning-products-arrangement-top-view_23-2148883454.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -146,41 +90,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Standard",
|
||||
price: "$150",
|
||||
subtitle: "Regular maintenance package",
|
||||
buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"All rooms cleaned",
|
||||
"Dusting",
|
||||
"Vacuuming",
|
||||
"Floors mopped",
|
||||
],
|
||||
id: "basic", badge: "Standard", price: "$150", subtitle: "Regular maintenance package", buttons: [{ text: "Select", href: "#contact" }],
|
||||
features: ["All rooms cleaned", "Dusting", "Vacuuming", "Floors mopped"]
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Premium",
|
||||
price: "$290",
|
||||
subtitle: "Deep cleaning package",
|
||||
buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Standard services included",
|
||||
"Inside windows",
|
||||
"Deep scrub kitchen",
|
||||
"Appliance detail",
|
||||
],
|
||||
},
|
||||
id: "pro", badge: "Premium", price: "$290", subtitle: "Deep cleaning package", buttons: [{ text: "Select", href: "#contact" }],
|
||||
features: ["Standard services included", "Inside windows", "Deep scrub kitchen", "Appliance detail"]
|
||||
}
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
description="Choose the perfect plan for your home requirements."
|
||||
@@ -193,24 +109,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Sparkles,
|
||||
title: "Homes Cleaned",
|
||||
value: "1200+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Team Members",
|
||||
value: "25",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Star,
|
||||
title: "Customer Rating",
|
||||
value: "4.9/5",
|
||||
},
|
||||
{ id: "m1", icon: Sparkles, title: "Homes Cleaned", value: "1200+" },
|
||||
{ id: "m2", icon: Award, title: "Team Members", value: "25" },
|
||||
{ id: "m3", icon: Star, title: "Customer Rating", value: "4.9/5" }
|
||||
]}
|
||||
title="By the Numbers"
|
||||
description="We let our performance do the talking."
|
||||
@@ -223,60 +124,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
role: "Owner",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-student-girl-with-gathered-hair-make-up-relaxing-home-after-lectures-university-attractive-cheerful-young-woman-blue-dress-sitting-comfortable-couch-with-joyful-relaxed-smile_343059-2102.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Executive",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah P.",
|
||||
role: "Marketing",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2794.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James L.",
|
||||
role: "Director",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena R.",
|
||||
role: "Artist",
|
||||
company: "Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-coat-outside-th-street_1303-11079.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alice M.", role: "Owner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-student-girl-with-gathered-hair-make-up-relaxing-home-after-lectures-university-attractive-cheerful-young-woman-blue-dress-sitting-comfortable-couch-with-joyful-relaxed-smile_343059-2102.jpg" },
|
||||
{ id: "2", name: "Mark D.", role: "Executive", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg" },
|
||||
{ id: "3", name: "Sarah P.", role: "Marketing", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2794.jpg" },
|
||||
{ id: "4", name: "James L.", role: "Director", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg" },
|
||||
{ id: "5", name: "Elena R.", role: "Artist", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-coat-outside-th-street_1303-11079.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "98%",
|
||||
label: "Client Retention",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfaction Rate",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Support",
|
||||
},
|
||||
{ value: "98%", label: "Client Retention" },
|
||||
{ value: "100%", label: "Satisfaction Rate" },
|
||||
{ value: "24/7", label: "Support" }
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="See why homeowners trust our cleaning experts."
|
||||
@@ -288,21 +145,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are your supplies safe?",
|
||||
content: "Yes, we use eco-friendly and safe products.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I trust your team?",
|
||||
content: "Every member is background-checked and professionally trained.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How do I book?",
|
||||
content: "Use our simple booking form or call us directly.",
|
||||
},
|
||||
{ id: "q1", title: "Are your supplies safe?", content: "Yes, we use eco-friendly and safe products." },
|
||||
{ id: "q2", title: "Can I trust your team?", content: "Every member is background-checked and professionally trained." },
|
||||
{ id: "q3", title: "How do I book?", content: "Use our simple booking form or call us directly." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find everything you need to know about our services."
|
||||
@@ -313,9 +158,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Ready for a sparkling home?"
|
||||
description="Book your first session today."
|
||||
tag="Contact Us"
|
||||
@@ -326,36 +169,12 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="PureShine"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Standard",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Deep Clean",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Standard", href: "#" }, { label: "Deep Clean", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user