Update src/app/page.tsx

This commit is contained in:
2026-03-04 02:38:40 +00:00
parent 735e3ebc11
commit 00e15d56d6

View File

@@ -75,13 +75,16 @@ export default function LandingPage() {
features={[
{
id: "residential", title: "Residential Cleaning", author: "Expert Team", description: "Professional home cleaning services including dusting, vacuuming, bathroom sanitizing, and kitchen deep cleaning. We ensure your living space is fresh and healthy.", tags: ["Home", "Weekly", "Bi-Weekly"],
imageSrc: "http://img.b2bpic.net/free-photo/processing-workplace-kitchen-with-antiseptic_169016-19959.jpg", imageAlt: "Residential cleaning"},
imageSrc: "http://img.b2bpic.net/free-photo/processing-workplace-kitchen-with-antiseptic_169016-19959.jpg", imageAlt: "Residential cleaning"
},
{
id: "commercial", title: "Commercial Cleaning", author: "Professional Staff", description: "Customized cleaning solutions for offices, retail spaces, and commercial properties. We maintain a clean, professional environment for your business.", tags: ["Office", "Retail", "Flexible Schedule"],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg", imageAlt: "Commercial cleaning"},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg", imageAlt: "Commercial cleaning"
},
{
id: "deep-cleaning", title: "Deep Cleaning", author: "Specialist Team", description: "Thorough cleaning of every corner including baseboards, window treatments, and hard-to-reach areas. Perfect for seasonal refreshes and move-in/move-out services.", tags: ["Thorough", "Seasonal", "Move Services"],
imageSrc: "http://img.b2bpic.net/free-photo/people-housework-housekeeping-concept-close-up-woman-with-legs-vacuum-cleaner-cleaning-carpet-home_231208-13612.jpg", imageAlt: "Deep cleaning service"},
imageSrc: "http://img.b2bpic.net/free-photo/people-housework-housekeeping-concept-close-up-woman-with-legs-vacuum-cleaner-cleaning-carpet-home_231208-13612.jpg", imageAlt: "Deep cleaning service"
},
]}
animationType="slide-up"
title="Our Cleaning Services"
@@ -95,14 +98,16 @@ export default function LandingPage() {
<div id="why-us" data-section="why-us">
<MetricCardFourteen
title="Why Choose Calbren Cleaning? We deliver outstanding results with reliability, professionalism, and attention to detail."
title="Why Choose Calbren Cleaning?"
tag="Why Us"
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "100%", description: "Customer satisfaction guaranteed with our reliable and thorough cleaning services."},
id: "1", value: "100%", description: "Customer satisfaction guaranteed with our reliable and thorough cleaning services."
},
{
id: "2", value: "Eco-Friendly", description: "We use environmentally safe products that are effective and safe for families and pets."},
id: "2", value: "Eco-Friendly", description: "We use environmentally safe products that are effective and safe for families and pets."
},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -113,13 +118,17 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Emily Rodriguez"},
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "David Kim"},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "David Kim"
},
]}
cardTitle="Trusted by hundreds of satisfied customers who rely on Calbren Cleaning for exceptional results"
cardTag="Customer Reviews"