Update src/app/page.tsx
This commit is contained in:
245
src/app/page.tsx
245
src/app/page.tsx
@@ -33,22 +33,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Sparkleen NZ"
|
||||
/>
|
||||
@@ -56,18 +44,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Sparkling Clean. Every Single Time."
|
||||
description="Experience professional residential and commercial cleaning services across New Zealand. We bring sparkle back to your space."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-cleaning-up-home-wearing-rubber-gloves-using-spray_1303-30909.jpg?_wi=1"
|
||||
buttons={[{ text: "Book Now", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-cleaning-up-home-wearing-rubber-gloves-using-spray_1303-30909.jpg"
|
||||
imageAlt="professional cleaning service house"
|
||||
/>
|
||||
</div>
|
||||
@@ -79,7 +60,7 @@ export default function LandingPage() {
|
||||
title="A Tradition of Clean"
|
||||
description="Founded in New Zealand, we combine traditional values with modern cleaning technology to ensure your home or office shines."
|
||||
subdescription="Our team undergoes rigorous training and background checks for your complete peace of mind."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-repairman-using-wrench-while-working-car-service-workshop_637285-9404.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-repairman-using-wrench-while-working-car-service-workshop_637285-9404.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Sparkles}
|
||||
imageAlt="professional cleaners uniform cleaning"
|
||||
@@ -93,40 +74,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Living Spaces",
|
||||
description: "Dusting, vacuuming, and surface sanitization for all living areas.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-tools-set-damaged-mosquito-wire-screen-which-need-be-fixed_1150-6581.jpg",
|
||||
imageAlt: "living room cleaning detail",
|
||||
},
|
||||
title: "Living Spaces", description: "Dusting, vacuuming, and surface sanitization for all living areas.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-tools-set-damaged-mosquito-wire-screen-which-need-be-fixed_1150-6581.jpg", imageAlt: "living room cleaning detail"},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-up-home-wearing-rubber-gloves-using-spray_1303-30909.jpg?_wi=2",
|
||||
imageAlt: "living room cleaning detail",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Bathrooms",
|
||||
description: "Deep cleaning of tiles, fixtures, and mirrors to ensure hygiene.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/painted-light-purple-water-with-bubbles_23-2147964266.jpg",
|
||||
imageAlt: "bathroom cleaning sparkle",
|
||||
},
|
||||
title: "Bathrooms", description: "Deep cleaning of tiles, fixtures, and mirrors to ensure hygiene.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/painted-light-purple-water-with-bubbles_23-2147964266.jpg", imageAlt: "bathroom cleaning sparkle"},
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-repairman-using-wrench-while-working-car-service-workshop_637285-9404.jpg?_wi=2",
|
||||
imageAlt: "living room cleaning detail",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Kitchens",
|
||||
description: "Comprehensive cleaning of kitchen surfaces, appliances, and floors.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-cleaning-kitchen_23-2149358487.jpg",
|
||||
imageAlt: "kitchen cleaning sparkling",
|
||||
},
|
||||
title: "Kitchens", description: "Comprehensive cleaning of kitchen surfaces, appliances, and floors.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-cleaning-kitchen_23-2149358487.jpg", imageAlt: "kitchen cleaning sparkling"},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-cleaning-hotel-room_23-2148095296.jpg?_wi=1",
|
||||
imageAlt: "living room cleaning detail",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Cleaning Solutions"
|
||||
@@ -140,39 +103,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
badge: "Essential",
|
||||
price: "$89",
|
||||
subtitle: "Perfect for small apartments",
|
||||
features: [
|
||||
"Vacuuming",
|
||||
"Dusting",
|
||||
"Bathroom Sanitization",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Premium",
|
||||
price: "$159",
|
||||
subtitle: "Ideal for busy families",
|
||||
features: [
|
||||
"Full House Clean",
|
||||
"Oven Cleaning",
|
||||
"Window Cleaning",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
badge: "Enterprise",
|
||||
price: "$299",
|
||||
subtitle: "Complete deep cleaning",
|
||||
features: [
|
||||
"Deep Carpet Clean",
|
||||
"Wall Washing",
|
||||
"Priority Scheduling",
|
||||
],
|
||||
},
|
||||
{ id: "1", badge: "Essential", price: "$89", subtitle: "Perfect for small apartments", features: ["Vacuuming", "Dusting", "Bathroom Sanitization"] },
|
||||
{ id: "2", badge: "Premium", price: "$159", subtitle: "Ideal for busy families", features: ["Full House Clean", "Oven Cleaning", "Window Cleaning"] },
|
||||
{ id: "3", badge: "Enterprise", price: "$299", subtitle: "Complete deep cleaning", features: ["Deep Carpet Clean", "Wall Washing", "Priority Scheduling"] },
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
description="Choose the perfect plan for your lifestyle."
|
||||
@@ -186,21 +119,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5,000+",
|
||||
description: "Homes Cleaned",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "99.8%",
|
||||
description: "Satisfaction Rate",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "150+",
|
||||
description: "Trusted Staff",
|
||||
},
|
||||
{ id: "1", value: "5,000+", description: "Homes Cleaned" },
|
||||
{ id: "2", value: "99.8%", description: "Satisfaction Rate" },
|
||||
{ id: "3", value: "150+", description: "Trusted Staff" },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Evidence of excellence in every corner."
|
||||
@@ -214,24 +135,9 @@ export default function LandingPage() {
|
||||
tag="Experts"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jane Doe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-cleaning-hotel-room_23-2148095296.jpg?_wi=2",
|
||||
imageAlt: "cleaning staff portrait uniform",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cleaning-indoors_23-2150454506.jpg",
|
||||
imageAlt: "happy professional cleaner portrait",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Alice Wong",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520641.jpg",
|
||||
imageAlt: "team of cleaners laughing",
|
||||
},
|
||||
{ id: "1", name: "Jane Doe", imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-cleaning-hotel-room_23-2148095296.jpg", imageAlt: "cleaning staff portrait uniform" },
|
||||
{ id: "2", name: "John Smith", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cleaning-indoors_23-2150454506.jpg", imageAlt: "happy professional cleaner portrait" },
|
||||
{ id: "3", name: "Alice Wong", imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520641.jpg", imageAlt: "team of cleaners laughing" },
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -241,36 +147,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804642.jpg",
|
||||
imageAlt: "happy homeowner portrait smiling",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-rubber-gloves-holding-basket-cleaning-products_23-2148464979.jpg",
|
||||
imageAlt: "young woman happy smiling",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elizabeth M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1295.jpg",
|
||||
imageAlt: "happy elderly client portrait",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg",
|
||||
imageAlt: "professional man home portrait",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Susan K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg",
|
||||
imageAlt: "woman portrait home background",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804642.jpg", imageAlt: "happy homeowner portrait smiling" },
|
||||
{ id: "2", name: "Mike R.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-rubber-gloves-holding-basket-cleaning-products_23-2148464979.jpg", imageAlt: "young woman happy smiling" },
|
||||
{ id: "3", name: "Elizabeth M.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1295.jpg", imageAlt: "happy elderly client portrait" },
|
||||
{ id: "4", name: "Robert B.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg", imageAlt: "professional man home portrait" },
|
||||
{ id: "5", name: "Susan K.", imageSrc: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg", imageAlt: "woman portrait home background" },
|
||||
]}
|
||||
cardTitle="Client Stories"
|
||||
cardTag="Reviews"
|
||||
@@ -283,21 +164,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are cleaning supplies provided?",
|
||||
content: "Yes, we bring all necessary eco-friendly supplies and equipment.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do I need to be home?",
|
||||
content: "No, you can trust our team with your key access details.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is your service insured?",
|
||||
content: "Absolutely, fully insured and bonded.",
|
||||
},
|
||||
{ id: "1", title: "Are cleaning supplies provided?", content: "Yes, we bring all necessary eco-friendly supplies and equipment." },
|
||||
{ id: "2", title: "Do I need to be home?", content: "No, you can trust our team with your key access details." },
|
||||
{ id: "3", title: "Is your service insured?", content: "Absolutely, fully insured and bonded." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common queries."
|
||||
@@ -308,9 +177,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Contact Us"
|
||||
title="Get a Free Quote"
|
||||
description="Schedule your first cleaning appointment today."
|
||||
@@ -320,45 +187,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Residential",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Residential", href: "#features" }, { label: "Commercial", href: "#features" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
logoText="Sparkleen NZ"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user