From 92146bfd3d8e22723cf468c4699ba89283715dc0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:03:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 318 ++++++++--------------------------------------- 1 file changed, 51 insertions(+), 267 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1157c5d..f3a7caf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,54 +20,37 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -76,12 +59,7 @@ export default function LandingPage() { @@ -92,67 +70,25 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Home Cleaning", - description: "Full-service residential cleaning to keep your space fresh and inviting.", - bentoComponent: "media-stack", - items: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-together-home_23-2149358498.jpg", - imageAlt: "Home cleaning", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-wearing-apron-serving-dining-table-family-dinner-home-eating-home-housewife-concept_74855-7472.jpg", - imageAlt: "Home cleaning", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340094.jpg", - imageAlt: "Home cleaning", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358962.jpg?_wi=2", - imageAlt: "modern living room cleaning", + title: "Home Cleaning", description: "Full-service residential cleaning to keep your space fresh and inviting.", bentoComponent: "media-stack", items: [ + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-together-home_23-2149358498.jpg", imageAlt: "Home cleaning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-wearing-apron-serving-dining-table-family-dinner-home-eating-home-housewife-concept_74855-7472.jpg", imageAlt: "Home cleaning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340094.jpg", imageAlt: "Home cleaning" }, + ] }, { - title: "Office Cleaning", - description: "Professional workspace maintenance for productivity and hygiene.", - bentoComponent: "media-stack", - items: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-workplace-with-laptop-plants_23-2148577009.jpg", - imageAlt: "Office cleaning", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-disinfecting-products-desk_23-2148848549.jpg", - imageAlt: "Office cleaning", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cleaning-indoors_23-2150454506.jpg", - imageAlt: "Office cleaning", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-razor-blades-with-yellow-background_23-2150970038.jpg", - imageAlt: "modern living room cleaning", + title: "Office Cleaning", description: "Professional workspace maintenance for productivity and hygiene.", bentoComponent: "media-stack", items: [ + { imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-workplace-with-laptop-plants_23-2148577009.jpg", imageAlt: "Office cleaning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/arrangement-disinfecting-products-desk_23-2148848549.jpg", imageAlt: "Office cleaning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cleaning-indoors_23-2150454506.jpg", imageAlt: "Office cleaning" }, + ] }, { - title: "Deep Cleaning", - description: "Comprehensive scrubbing for neglected areas like kitchens and bathrooms.", - bentoComponent: "media-stack", - items: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340060.jpg", - imageAlt: "Deep cleaning", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service_1385-2148.jpg", - imageAlt: "Deep cleaning", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cleans-kitchen-her-home_231208-11260.jpg", - imageAlt: "Deep cleaning", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-man-carrying-suitcase-going-vacation-walking-with-luggage_1258-314229.jpg?_wi=1", - imageAlt: "modern living room cleaning", + title: "Deep Cleaning", description: "Comprehensive scrubbing for neglected areas like kitchens and bathrooms.", bentoComponent: "media-stack", items: [ + { imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340060.jpg", imageAlt: "Deep cleaning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service_1385-2148.jpg", imageAlt: "Deep cleaning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cleans-kitchen-her-home_231208-11260.jpg", imageAlt: "Deep cleaning" }, + ] }, ]} title="Our Specialized Cleaning Services" @@ -164,44 +100,12 @@ export default function LandingPage() { @@ -232,39 +128,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "offer1", - badge: "New Client", - price: "20% Off", - subtitle: "First cleaning special", - features: [ - "First time discount", - "Full inspection", - "Reliable support", - ], - }, - { - id: "offer2", - badge: "Loyalty", - price: "1 Free", - subtitle: "For weekly clients", - features: [ - "One free clean per month", - "Priority booking", - "Dedicated team", - ], - }, - { - id: "offer3", - badge: "Referral", - price: "Discount", - subtitle: "Refer a friend", - features: [ - "Referral bonus", - "Friendly service", - "Easy booking", - ], - }, + { id: "offer1", badge: "New Client", price: "20% Off", subtitle: "First cleaning special", features: ["First time discount", "Full inspection", "Reliable support"] }, + { id: "offer2", badge: "Loyalty", price: "1 Free", subtitle: "For weekly clients", features: ["One free clean per month", "Priority booking", "Dedicated team"] }, + { id: "offer3", badge: "Referral", price: "Discount", subtitle: "Refer a friend", features: ["Referral bonus", "Friendly service", "Easy booking"] }, ]} title="Special Cleaning Offers" description="Get more value for your home with our limited time offers." @@ -277,61 +143,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Sarah", - role: "Homeowner", - company: "Kigali Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/florist-woman-looking-camera-while-planting-flowers-kitchen-home-decoration_482257-8647.jpg", - }, - { - id: "t2", - name: "John", - role: "Office Manager", - company: "Local Business", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-working-his-office-businessperson-professional-environment_482257-32721.jpg", - }, - { - id: "t3", - name: "Marie", - role: "Tenant", - company: "Apartment renter", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-embracing-cleaning_23-2147766998.jpg", - }, - { - id: "t4", - name: "David", - role: "Founder", - company: "StartUp Hub", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-peace-signs-isolated-white-background_141793-84094.jpg", - }, - { - id: "t5", - name: "Elena", - role: "Client", - company: "Home Owner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-striped-tshirt-happily-looking-camera-holding-paper-message-icon-hand-near-head-while-showing-thumb-up-gesture-office_574295-5701.jpg", - }, - ]} - kpiItems={[ - { - value: "100+", - label: "Happy Clients", - }, - { - value: "500+", - label: "Jobs Completed", - }, - { - value: "4.9/5", - label: "Avg. Rating", - }, + { id: "t1", name: "Sarah", role: "Homeowner", company: "Kigali Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/florist-woman-looking-camera-while-planting-flowers-kitchen-home-decoration_482257-8647.jpg" }, + { id: "t2", name: "John", role: "Office Manager", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-working-his-office-businessperson-professional-environment_482257-32721.jpg" }, + { id: "t3", name: "Marie", role: "Tenant", company: "Apartment renter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-embracing-cleaning_23-2147766998.jpg" }, ]} + kpiItems={[{ value: "100+", label: "Happy Clients" }, { value: "500+", label: "Jobs Completed" }, { value: "4.9/5", label: "Avg. Rating" }]} title="What Our Clients Say" description="Real feedback from residents and business owners in Kigali." /> @@ -341,21 +157,9 @@ export default function LandingPage() { @@ -394,14 +184,8 @@ export default function LandingPage() {
-- 2.49.1