diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4259f26..507f050 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
-import { Building, Facebook, Heart, Home, Instagram, Sparkles, Twitter, Users, Wrench } from "lucide-react";
+import { Building, Heart, Home, Instagram, Sparkles, Twitter, Users, Wrench, Facebook } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,64 +43,27 @@ export default function LandingPage() {
@@ -127,20 +75,11 @@ export default function LandingPage() {
title="Uncompromising Standards of Clean."
description="Founded with the mission to transform living spaces into sanctuaries, we combine rigorous training with eco-friendly practices. Our team isn't just about cleaning; we're about restoring your time and peace of mind."
bulletPoints={[
- {
- title: "Insured & Bonded",
- description: "Total peace of mind with our fully vetted professional team.",
- },
- {
- title: "Eco-Friendly Products",
- description: "Safe for kids, pets, and the environment we all share.",
- },
- {
- title: "Customized Plans",
- description: "Tailored cleaning schedules that fit your busy life perfectly.",
- },
+ { title: "Insured & Bonded", description: "Total peace of mind with our fully vetted professional team." },
+ { title: "Eco-Friendly Products", description: "Safe for kids, pets, and the environment we all share." },
+ { title: "Customized Plans", description: "Tailored cleaning schedules that fit your busy life perfectly." }
]}
- imageSrc="http://img.b2bpic.net/free-photo/excited-young-handsome-cleaning-guy-wearing-t-shirt-cap-with-glaves-holding-plunger-showing-phone-call-gesture-isolated-purple-wall_141793-87042.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/excited-young-handsome-cleaning-guy-wearing-t-shirt-cap-with-glaves-holding-plunger-showing-phone-call-gesture-isolated-purple-wall_141793-87042.jpg"
imageAlt="Our professional cleaning crew"
mediaAnimation="slide-up"
/>
@@ -153,56 +92,26 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Residential Deep Clean",
- description: "Full service sanitization of living areas, kitchens, and bathrooms.",
- icon: Sparkles,
+ title: "Residential Deep Clean", description: "Full service sanitization of living areas, kitchens, and bathrooms.", icon: Sparkles,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407638.jpg",
- imageAlt: "Deep clean",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-break-from-cleaning-floors_23-2148465022.jpg",
- imageAlt: "Deep clean",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/couch-with-orange-cushions_1203-448.jpg?_wi=2",
- imageAlt: "living room deep cleaning",
+ { imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407638.jpg", imageAlt: "Deep clean" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-break-from-cleaning-floors_23-2148465022.jpg", imageAlt: "Deep clean" }
+ ]
},
{
- title: "Commercial Maintenance",
- description: "Professional upkeep for office environments and retail workspaces.",
- icon: Building,
+ title: "Commercial Maintenance", description: "Professional upkeep for office environments and retail workspaces.", icon: Building,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954764.jpg",
- imageAlt: "Commercial clean",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/home-cooking-attentive-middleaged-man-casual-clothes-touching-oven-control-panel-kitchen_259150-59233.jpg",
- imageAlt: "Commercial clean",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/excited-young-handsome-cleaning-guy-wearing-t-shirt-cap-with-glaves-holding-plunger-showing-phone-call-gesture-isolated-purple-wall_141793-87042.jpg?_wi=2",
- imageAlt: "living room deep cleaning",
+ { imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954764.jpg", imageAlt: "Commercial clean" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/home-cooking-attentive-middleaged-man-casual-clothes-touching-oven-control-panel-kitchen_259150-59233.jpg", imageAlt: "Commercial clean" }
+ ]
},
{
- title: "Post-Construction",
- description: "Expert removal of fine dust and debris after home renovations.",
- icon: Wrench,
+ title: "Post-Construction", description: "Expert removal of fine dust and debris after home renovations.", icon: Wrench,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-pillows-comfort-decor-sofa_1203-4531.jpg",
- imageAlt: "Construction cleanup",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733051.jpg",
- imageAlt: "Construction cleanup",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/charming-young-woman-dress-smiling-couch-modern-apartment-orange-white-golden-colors-cheerful-mood-smiling-resting-relaxing_197531-2201.jpg?_wi=1",
- imageAlt: "living room deep cleaning",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/coffee-pillows-comfort-decor-sofa_1203-4531.jpg", imageAlt: "Construction cleanup" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733051.jpg", imageAlt: "Construction cleanup" }
+ ]
+ }
]}
title="Our Specialized Care"
description="Comprehensive cleaning solutions designed for every corner of your property."
@@ -216,27 +125,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "12,000+",
- title: "Spaces Transformed",
- description: "Homes and offices refreshed.",
- icon: Home,
- },
- {
- id: "m2",
- value: "98%",
- title: "Client Retention",
- description: "Returning customers trust us.",
- icon: Heart,
- },
- {
- id: "m3",
- value: "50+",
- title: "Service Experts",
- description: "Rigorous vetting process.",
- icon: Users,
- },
+ { id: "m1", value: "12,000+", title: "Spaces Transformed", description: "Homes and offices refreshed.", icon: Home },
+ { id: "m2", value: "98%", title: "Client Retention", description: "Returning customers trust us.", icon: Heart },
+ { id: "m3", value: "50+", title: "Service Experts", description: "Rigorous vetting process.", icon: Users }
]}
title="Proven Excellence"
description="Numbers that reflect our dedication to your satisfaction."
@@ -245,63 +136,20 @@ export default function LandingPage() {
@@ -363,25 +188,13 @@ export default function LandingPage() {
logoText="Pristine"
copyrightText="© 2025 Pristine Cleaning. All rights reserved."
socialLinks={[
- {
- icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
- {
- icon: Facebook,
- href: "#",
- ariaLabel: "Facebook",
- },
- {
- icon: Twitter,
- href: "#",
- ariaLabel: "Twitter",
- },
+ { icon: Instagram, href: "#", ariaLabel: "Instagram" },
+ { icon: Facebook, href: "#", ariaLabel: "Facebook" },
+ { icon: Twitter, href: "#", ariaLabel: "Twitter" }
]}
/>
);
-}
+}
\ No newline at end of file