From 577f6a1e2ee60092cfece764a2468e9483d15105 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:05:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 150 +++++++++-------------------------------------- 1 file changed, 29 insertions(+), 121 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 612a4e5..38b507a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,33 +45,22 @@ export default function LandingPage() {
@@ -92,28 +73,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Detail-Obsessed", - description: "Every corner, every surface—nothing overlooked.", - bentoComponent: "reveal-icon", - icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-vector/cleaning-service-logo-template_23-2149206318.jpg", - imageAlt: "modern luxury interior design detail", + title: "Detail-Obsessed", description: "Every corner, every surface—nothing overlooked.", bentoComponent: "reveal-icon", icon: Sparkles, }, { - title: "Trusted Staff", - description: "Professionals you can confidently welcome.", - bentoComponent: "reveal-icon", - icon: ShieldCheck, - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407639.jpg?_wi=2", - imageAlt: "modern luxury interior design detail", + title: "Trusted Staff", description: "Professionals you can confidently welcome.", bentoComponent: "reveal-icon", icon: ShieldCheck, }, { - title: "Eco-Friendly", - description: "Safe for your family, pets, and workspace.", - bentoComponent: "reveal-icon", - icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/illustration-home-cleaning-service-digital-tablet_53876-120073.jpg", - imageAlt: "modern luxury interior design detail", + title: "Eco-Friendly", description: "Safe for your family, pets, and workspace.", bentoComponent: "reveal-icon", icon: Leaf, }, ]} title="Why Mera Hygiene Experts?" @@ -125,42 +91,18 @@ export default function LandingPage() { @@ -213,26 +140,11 @@ export default function LandingPage() { description="We don't just clean spaces; we elevate them." metrics={[ { - id: "m1", - value: "10k+", - title: "Spaces Transformed", - description: "High-end residential projects completed.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-therapist-office-with-modern-furniture-decorations_482257-108008.jpg", - }, + id: "m1", value: "10k+", title: "Spaces Transformed", description: "High-end residential projects completed.", imageSrc: "http://img.b2bpic.net/free-photo/empty-therapist-office-with-modern-furniture-decorations_482257-108008.jpg"}, { - id: "m2", - value: "99%", - title: "Client Satisfaction", - description: "Consistent 5-star service ratings.", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119010.jpg", - }, + id: "m2", value: "99%", title: "Client Satisfaction", description: "Consistent 5-star service ratings.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119010.jpg"}, { - id: "m3", - value: "24/7", - title: "Dedicated Support", - description: "Our team is here when you need us.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407587.jpg", - }, + id: "m3", value: "24/7", title: "Dedicated Support", description: "Our team is here when you need us.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407587.jpg"}, ]} />
@@ -244,14 +156,10 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, ]} /> -- 2.49.1