From 3411ec8db5afa9d2a8cc207b6a821a42f655ca5e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 23:36:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 141 +++++++++++++++-------------------------------- 1 file changed, 44 insertions(+), 97 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65e740f..c8e7ee1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,34 +30,25 @@ export default function LandingPage() {
@@ -69,18 +60,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Commercial Cleaning", description: "Keep your workplace spotless and productive.", bentoComponent: "reveal-icon", icon: Briefcase - }, - { - title: "Residential Cleaning", description: "A pristine sanctuary you deserve to come home to.", bentoComponent: "reveal-icon", icon: Home - }, - { - title: "Deep Cleaning", description: "Every corner covered, every surface sanitized.", bentoComponent: "reveal-icon", icon: Sparkles - }, - { - title: "Contract Cleaning", description: "Reliable, consistent long-term service agreements.", bentoComponent: "reveal-icon", icon: FileText - } + { title: "Commercial Cleaning", description: "Keep your workplace spotless and productive.", bentoComponent: "reveal-icon", icon: Briefcase }, + { title: "Residential Cleaning", description: "A pristine sanctuary you deserve to come home to.", bentoComponent: "reveal-icon", icon: Home }, + { title: "Deep Cleaning", description: "Every corner covered, every surface sanitized.", bentoComponent: "reveal-icon", icon: Sparkles }, + { title: "Contract Cleaning", description: "Reliable, consistent long-term service agreements.", bentoComponent: "reveal-icon", icon: FileText } ]} title="Our Professional Services" description="Tailored cleaning solutions for your specific needs, executed with absolute precision and care." @@ -89,18 +72,13 @@ export default function LandingPage() {
@@ -135,29 +105,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", name: "Sarah Miller", role: "Homeowner", company: "Glenside, PA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg"}, - { - id: "2", name: "John Thompson", role: "Office Manager", company: "Cherry Hill, NJ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-way-office-with-laptop-hand_1150-3062.jpg"}, - { - id: "3", name: "Elena Rodriguez", role: "Store Owner", company: "Wilmington, DE", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-florist-with-colorful-flowers-shop_23-2148075323.jpg"}, - { - id: "4", name: "David Wu", role: "Homeowner", company: "Ambler, PA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mom-spending-time-with-her-kid_23-2149495910.jpg"}, - { - id: "5", name: "Karen Stevens", role: "Real Estate Agent", company: "Princeton, NJ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1346.jpg"}, + { id: "1", name: "Sarah Miller", role: "Homeowner", company: "Glenside, PA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg" }, + { id: "2", name: "John Thompson", role: "Office Manager", company: "Cherry Hill, NJ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-way-office-with-laptop-hand_1150-3062.jpg" }, + { id: "3", name: "Elena Rodriguez", role: "Store Owner", company: "Wilmington, DE", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-florist-with-colorful-flowers-shop_23-2148075323.jpg" }, + { id: "4", name: "David Wu", role: "Homeowner", company: "Ambler, PA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mom-spending-time-with-her-kid_23-2149495910.jpg" }, + { id: "5", name: "Karen Stevens", role: "Real Estate Agent", company: "Princeton, NJ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1346.jpg" }, ]} kpiItems={[ - { - value: "500+", label: "Homes Cleaned"}, - { - value: "150+", label: "Businesses"}, - { - value: "5.0", label: "Avg Rating"}, + { value: "500+", label: "Homes Cleaned" }, + { value: "150+", label: "Businesses" }, + { value: "5.0", label: "Avg Rating" }, ]} title="Voices of Trust" description="Hear what our valued clients in PA, NJ, and DE say about our services." @@ -169,7 +126,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Glenside", "Philadelphia", "Cherry Hill", "Wilmington", "Princeton", "Trenton", "King of Prussia"]} + "Glenside", "Philadelphia", "Cherry Hill", "Wilmington", "Princeton", "Trenton", "King of Prussia" + ]} title="Serving PA, NJ, & DE" description="Proudly providing high-end cleaning services across our tri-state community." /> @@ -178,14 +136,12 @@ export default function LandingPage() {
@@ -193,16 +149,13 @@ export default function LandingPage() {
@@ -212,23 +165,17 @@ export default function LandingPage() { logoText="Mina's Cleaning" columns={[ { - title: "Company", items: [ - { - label: "Services", href: "#services"}, - { - label: "About", href: "#about"}, - { - label: "Contact", href: "#contact"}, + title: "Company", items: [ + { label: "Services", href: "#services" }, + { label: "About", href: "#about" }, + { label: "Contact", href: "#contact" }, ], }, { - title: "Service Areas", items: [ - { - label: "Pennsylvania", href: "#areas"}, - { - label: "New Jersey", href: "#areas"}, - { - label: "Delaware", href: "#areas"}, + title: "Service Areas", items: [ + { label: "Pennsylvania", href: "#areas" }, + { label: "New Jersey", href: "#areas" }, + { label: "Delaware", href: "#areas" }, ], }, ]} -- 2.49.1