diff --git a/src/app/page.tsx b/src/app/page.tsx
index 12d0a9b..cbb5e85 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,96 +33,61 @@ export default function LandingPage() {
@@ -136,17 +101,11 @@ export default function LandingPage() {
description="We specialize in delivering pristine environments through professional attention to detail. Whether it's your home, office, or a newly renovated property, our team ensures every corner is spotless and every client is satisfied."
bulletPoints={[
{
- title: "Fully Vetted Professionals",
- description: "Rigorous screening process to ensure security and quality.",
- },
+ title: "Fully Vetted Professionals", description: "Rigorous screening process to ensure security and quality."},
{
- title: "Flexible Scheduling",
- description: "On-demand and recurring options that fit your busy lifestyle.",
- },
+ title: "Flexible Scheduling", description: "On-demand and recurring options that fit your busy lifestyle."},
{
- title: "Eco-Friendly Approach",
- description: "Safe for your family, pets, and the Australian environment.",
- },
+ title: "Eco-Friendly Approach", description: "Safe for your family, pets, and the Australian environment."},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-women-with-smartphone_23-2150273377.jpg"
imageAlt="Professional cleaning service team"
@@ -162,19 +121,13 @@ export default function LandingPage() {
features={[
{
icon: Home,
- title: "Residential Cleaning",
- description: "Flexible recurring or one-time cleaning to keep your home comfortable.",
- },
+ title: "Residential Cleaning", description: "Flexible recurring or one-time cleaning to keep your home comfortable."},
{
icon: Building,
- title: "Commercial Office",
- description: "On-demand office cleaning with a dedicated account manager.",
- },
+ title: "Commercial Office", description: "On-demand office cleaning with a dedicated account manager."},
{
icon: Wrench,
- title: "Post-Construction",
- description: "Expert cleanup after renovations and new builds.",
- },
+ title: "Post-Construction", description: "Expert cleanup after renovations and new builds."},
]}
title="Comprehensive Cleaning Solutions"
description="Specialized services to meet the highest standards of cleanliness."
@@ -189,41 +142,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "r-recur",
- name: "Residential - Recurring",
- price: "from $99",
- imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149587678.jpg",
- },
+ id: "r-recur", name: "Residential - Recurring", price: "from $99", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149587678.jpg"},
{
- id: "r-one",
- name: "Residential - One-Time",
- price: "from $149",
- imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358960.jpg",
- },
+ id: "r-one", name: "Residential - One-Time", price: "from $149", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358960.jpg"},
{
- id: "r-bond",
- name: "Residential - Security Deposit",
- price: "from $299",
- imageSrc: "http://img.b2bpic.net/free-photo/person-disinfect-surface_23-2148577803.jpg",
- },
+ id: "r-bond", name: "Residential - Security Deposit", price: "from $299", imageSrc: "http://img.b2bpic.net/free-photo/person-disinfect-surface_23-2148577803.jpg"},
{
- id: "c-office",
- name: "Commercial Office",
- price: "Custom Pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454485.jpg",
- },
+ id: "c-office", name: "Commercial Office", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454485.jpg"},
{
- id: "s-post",
- name: "Post-Construction",
- price: "Custom Pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-mop-cleaning-industrial-plant-floor_342744-1210.jpg",
- },
+ id: "s-post", name: "Post-Construction", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mop-cleaning-industrial-plant-floor_342744-1210.jpg"},
{
- id: "s-extra",
- name: "Deep Cleaning",
- price: "from $199",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-carrying-ladder_23-2149328059.jpg",
- },
+ id: "s-extra", name: "Deep Cleaning", price: "from $199", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-carrying-ladder_23-2149328059.jpg"},
]}
title="Service Options"
description="Explore our detailed service packages."
@@ -237,56 +166,27 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- badge: "Essential",
- price: "$99",
- subtitle: "Perfect for small apartments",
- features: [
- "Kitchen cleaning",
- "Bathroom sanitization",
- "Vacuuming",
- ],
+ id: "basic", badge: "Essential", price: "$99", subtitle: "Perfect for small apartments", features: [
+ "Kitchen cleaning", "Bathroom sanitization", "Vacuuming"],
buttons: [
{
- text: "Select Plan",
- href: "#contact",
- },
+ text: "Select Plan", href: "#contact"},
],
},
{
- id: "pro",
- badge: "Most Popular",
- price: "$189",
- subtitle: "Deep clean for family homes",
- features: [
- "Everything in Basic",
- "Window cleaning",
- "Deep carpet steam",
- "Oven cleaning",
- ],
+ id: "pro", badge: "Most Popular", price: "$189", subtitle: "Deep clean for family homes", features: [
+ "Everything in Basic", "Window cleaning", "Deep carpet steam", "Oven cleaning"],
buttons: [
{
- text: "Select Plan",
- href: "#contact",
- },
+ text: "Select Plan", href: "#contact"},
],
},
{
- id: "enterprise",
- badge: "Commercial",
- price: "Request Quote",
- subtitle: "For offices and large sites",
- features: [
- "Dedicated manager",
- "After-hours service",
- "Weekly reporting",
- "Custom checklists",
- ],
+ id: "enterprise", badge: "Commercial", price: "Request Quote", subtitle: "For offices and large sites", features: [
+ "Dedicated manager", "After-hours service", "Weekly reporting", "Custom checklists"],
buttons: [
{
- text: "Contact Us",
- href: "#contact",
- },
+ text: "Contact Us", href: "#contact"},
],
},
]}
@@ -302,45 +202,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Jane D.",
- handle: "@janed",
- testimonial: "The best residential service I've tried in Sydney.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning-house_23-2148394859.jpg",
- },
+ id: "1", name: "Jane D.", handle: "@janed", testimonial: "The best residential service I've tried in Sydney.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning-house_23-2148394859.jpg"},
{
- id: "2",
- name: "Mark S.",
- handle: "@marks",
- testimonial: "Reliable and responsive office cleaning team.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-working-his-office-businessperson-professional-environment_482257-32721.jpg",
- },
+ id: "2", name: "Mark S.", handle: "@marks", testimonial: "Reliable and responsive office cleaning team.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-working-his-office-businessperson-professional-environment_482257-32721.jpg"},
{
- id: "3",
- name: "Sarah L.",
- handle: "@sarahl",
- testimonial: "Did an amazing post-renovation cleanup, highly recommend.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-washing-dish_23-2148931339.jpg",
- },
+ id: "3", name: "Sarah L.", handle: "@sarahl", testimonial: "Did an amazing post-renovation cleanup, highly recommend.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-washing-dish_23-2148931339.jpg"},
{
- id: "4",
- name: "David W.",
- handle: "@davidw",
- testimonial: "Very professional and friendly staff.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/friendly-diverse-business-colleagues-working-project_74855-1928.jpg",
- },
+ id: "4", name: "David W.", handle: "@davidw", testimonial: "Very professional and friendly staff.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/friendly-diverse-business-colleagues-working-project_74855-1928.jpg"},
{
- id: "5",
- name: "Emma B.",
- handle: "@emmab",
- testimonial: "Finally found a cleaning company I can trust.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-beautiful-young-mixed-race-woman-wearing-knitted-sweater-headband-enjoying-weekend-morning-home_344912-2092.jpg",
- },
+ id: "5", name: "Emma B.", handle: "@emmab", testimonial: "Finally found a cleaning company I can trust.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-beautiful-young-mixed-race-woman-wearing-knitted-sweater-headband-enjoying-weekend-morning-home_344912-2092.jpg"},
]}
showRating={true}
title="Client Reviews"
@@ -354,20 +229,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Are your cleaners insured?",
- content: "Yes, all our professionals are fully vetted and insured.",
- },
+ id: "q1", title: "Are your cleaners insured?", content: "Yes, all our professionals are fully vetted and insured."},
{
- id: "q2",
- title: "Do I need to be home?",
- content: "Not at all. We have secure procedures for property access.",
- },
+ id: "q2", title: "Do I need to be home?", content: "Not at all. We have secure procedures for property access."},
{
- id: "q3",
- title: "What if I'm not happy?",
- content: "We offer a 100% satisfaction guarantee or we'll redo the job.",
- },
+ id: "q3", title: "What if I'm not happy?", content: "We offer a 100% satisfaction guarantee or we'll redo the job."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about our services."
@@ -379,16 +245,13 @@ export default function LandingPage() {
@@ -399,37 +262,23 @@ export default function LandingPage() {
logoText="PureClean AU"
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Residential",
- href: "#services",
- },
+ label: "Residential", href: "#services"},
{
- label: "Commercial",
- href: "#services",
- },
+ label: "Commercial", href: "#services"},
{
- label: "Post-Construction",
- href: "#services",
- },
+ label: "Post-Construction", href: "#services"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "FAQs",
- href: "#faq",
- },
+ label: "FAQs", href: "#faq"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}
@@ -438,4 +287,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file