Merge version_1 into main #1
206
src/app/page.tsx
206
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Home, Star, Users } from "lucide-react";
|
||||
import { Home, Star, Users, Sparkles, Leaf, Calendar, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Cleenora Maids"
|
||||
/>
|
||||
@@ -56,63 +48,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Pristine Homes, Wellington Delivered"
|
||||
description="Experience the gold standard of residential and commercial cleaning services. Cleenora Maids brings unparalleled attention to detail to every Wellington home."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-busy-clean_23-2148480363.jpg"
|
||||
imageAlt="Luxurious cleaning service in Wellington"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg",
|
||||
alt: "High angle woman cleaning",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg", alt: "High angle woman cleaning"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hands-with-gloves-disinfecting-hand-rail_23-2148705062.jpg",
|
||||
alt: "Hands with gloves disinfecting hand rail",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hands-with-gloves-disinfecting-hand-rail_23-2148705062.jpg", alt: "Hands with gloves disinfecting hand rail"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hairstylist-cleaning-mirror_23-2148506333.jpg",
|
||||
alt: "Close-up of hairstylist cleaning the mirror",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hairstylist-cleaning-mirror_23-2148506333.jpg", alt: "Close-up of hairstylist cleaning the mirror"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hairdresser-starting-work-with-client_23-2147769744.jpg",
|
||||
alt: "Hairdresser starting work with client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hairdresser-starting-work-with-client_23-2147769744.jpg", alt: "Hairdresser starting work with client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-busy-clean_23-2148480363.jpg",
|
||||
alt: "Luxurious cleaning service in Wellington",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-busy-clean_23-2148480363.jpg", alt: "Luxurious cleaning service in Wellington"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy homes"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-friendly",
|
||||
},
|
||||
type: "text", text: "Eco-friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Reliable",
|
||||
},
|
||||
type: "text", text: "Reliable"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Detailed",
|
||||
},
|
||||
type: "text", text: "Detailed"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Vetted",
|
||||
},
|
||||
type: "text", text: "Vetted"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional",
|
||||
},
|
||||
type: "text", text: "Professional"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,9 +92,7 @@ export default function LandingPage() {
|
||||
title="Wellington's Trusted Cleaners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,28 +103,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Detailed Deep Cleaning",
|
||||
description: "Every corner, every surface, every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-doctor-checking-patient-daily-report-checklist_53876-14812.jpg",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Detailed Deep Cleaning", description: "Every corner, every surface, every time.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-doctor-checking-patient-daily-report-checklist_53876-14812.jpg", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Eco-Friendly Products",
|
||||
description: "Safe for your family, pets, and the planet.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-products-arrangement-flat-lay_23-2148883455.jpg",
|
||||
buttonIcon: "Leaf",
|
||||
title: "Eco-Friendly Products", description: "Safe for your family, pets, and the planet.", imageSrc: "http://img.b2bpic.net/free-photo/cleaning-products-arrangement-flat-lay_23-2148883455.jpg", buttonIcon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Easy Booking",
|
||||
description: "Schedule in seconds, relax for days.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-brushing-her-teeth-girl-brushing-her-teeth-front-mirror-bathroom_169016-67533.jpg",
|
||||
buttonIcon: "Calendar",
|
||||
title: "Easy Booking", description: "Schedule in seconds, relax for days.", imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-brushing-her-teeth-girl-brushing-her-teeth-front-mirror-bathroom_169016-67533.jpg", buttonIcon: Calendar,
|
||||
},
|
||||
{
|
||||
title: "Vetted Professionals",
|
||||
description: "Fully insured and background checked.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-waitresses-reopening-cafe-after-coronavirus-quarantine_637285-8044.jpg",
|
||||
buttonIcon: "Shield",
|
||||
title: "Vetted Professionals", description: "Fully insured and background checked.", imageSrc: "http://img.b2bpic.net/free-photo/happy-waitresses-reopening-cafe-after-coronavirus-quarantine_637285-8044.jpg", buttonIcon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Cleenora"
|
||||
@@ -172,39 +127,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Essential",
|
||||
price: "$120",
|
||||
subtitle: "Perfect for maintenance",
|
||||
features: [
|
||||
"Kitchen cleaning",
|
||||
"Bathroom sanitizing",
|
||||
"Dusting surfaces",
|
||||
],
|
||||
id: "p1", badge: "Essential", price: "$120", subtitle: "Perfect for maintenance", features: [
|
||||
"Kitchen cleaning", "Bathroom sanitizing", "Dusting surfaces"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Deep Clean",
|
||||
price: "$250",
|
||||
subtitle: "Deep, restorative clean",
|
||||
features: [
|
||||
"Everything in Essential",
|
||||
"Window tracks",
|
||||
"Oven cleaning",
|
||||
"Baseboard scrubbing",
|
||||
],
|
||||
id: "p2", badge: "Deep Clean", price: "$250", subtitle: "Deep, restorative clean", features: [
|
||||
"Everything in Essential", "Window tracks", "Oven cleaning", "Baseboard scrubbing"],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Move Out",
|
||||
price: "$400",
|
||||
subtitle: "End of lease specialists",
|
||||
features: [
|
||||
"Deep clean",
|
||||
"Full wall dusting",
|
||||
"Inside cabinets",
|
||||
"Carpet vacuuming",
|
||||
],
|
||||
id: "p3", badge: "Move Out", price: "$400", subtitle: "End of lease specialists", features: [
|
||||
"Deep clean", "Full wall dusting", "Inside cabinets", "Carpet vacuuming"],
|
||||
},
|
||||
]}
|
||||
title="Simple, Clear Pricing"
|
||||
@@ -220,25 +152,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Happy Homes",
|
||||
description: "Sparkling across Wellington",
|
||||
icon: Home,
|
||||
id: "m1", value: "500+", title: "Happy Homes", description: "Sparkling across Wellington", icon: Home,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15",
|
||||
title: "Team Members",
|
||||
description: "Professional cleaning experts",
|
||||
icon: Users,
|
||||
id: "m2", value: "15", title: "Team Members", description: "Professional cleaning experts", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.9",
|
||||
title: "Star Rating",
|
||||
description: "Customer satisfaction guarantee",
|
||||
icon: Star,
|
||||
id: "m3", value: "4.9", title: "Star Rating", description: "Customer satisfaction guarantee", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
@@ -254,25 +174,15 @@ export default function LandingPage() {
|
||||
author="Sarah Wellington"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-woman-putting-rubber-gloves_23-2147766988.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-woman-putting-rubber-gloves_23-2147766988.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-businesswoman-drinking-coffee-smiling-workplace-office_176420-6974.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-businesswoman-drinking-coffee-smiling-workplace-office_176420-6974.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/kid-cleaning-table-medium-shot_23-2148947371.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/kid-cleaning-table-medium-shot_23-2148947371.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-charming-woman-smiling-tablet-home_197531-33767.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-charming-woman-smiling-tablet-home_197531-33767.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-woman-serving-table_23-2147767002.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-woman-serving-table_23-2147767002.jpg", alt: "Customer"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -284,20 +194,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are you insured?",
|
||||
content: "Yes, all our staff are fully insured.",
|
||||
},
|
||||
id: "f1", title: "Are you insured?", content: "Yes, all our staff are fully insured."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do I need to be home?",
|
||||
content: "Not at all, most clients provide access.",
|
||||
},
|
||||
id: "f2", title: "Do I need to be home?", content: "Not at all, most clients provide access."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What products do you use?",
|
||||
content: "We use premium, eco-friendly supplies.",
|
||||
},
|
||||
id: "f3", title: "What products do you use?", content: "We use premium, eco-friendly supplies."},
|
||||
]}
|
||||
sideTitle="Frequently Asked"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -308,14 +209,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready for a cleaner home? Let's talk."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@cleenora.co.nz",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:hello@cleenora.co.nz"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -324,29 +222,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user