Update src/app/page.tsx

This commit is contained in:
2026-03-25 19:48:03 +00:00
parent 42eb34e057
commit 4e5b72b443

View File

@@ -10,7 +10,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Award } from "lucide-react";
import { Award, CalendarCheck, Sparkles, Building, PlusCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -107,28 +107,28 @@ export default function LandingPage() {
{
title: "Recurring House Cleaning",
description: "Keep your home consistently spotless with our flexible weekly, bi-weekly, or monthly cleaning schedules. Enjoy peace of mind knowing your home is always fresh.",
buttonIcon: "CalendarCheck",
buttonIcon: CalendarCheck,
imageSrc: "http://img.b2bpic.net/free-vector/creative-gradient-laptop-logo-template_23-2149010232.jpg",
imageAlt: "Calendar icon representing recurring service",
},
{
title: "One-Time Deep Cleaning",
description: "Perfect for special occasions, move-in/move-out, post-event tidying, or seasonal refreshes. We tackle every detail for a truly spectacular clean.",
buttonIcon: "Sparkles",
buttonIcon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-covering-base-hole-after-planting-small-tree-woods_482257-84589.jpg",
imageAlt: "Sparkles icon representing deep cleaning",
},
{
title: "Apartment & Condo Cleaning",
description: "Specialized cleaning services designed for apartments and condos, ensuring efficient and thorough cleaning regardless of size. Enjoy a pristine living space.",
buttonIcon: "Building",
buttonIcon: Building,
imageSrc: "http://img.b2bpic.net/free-vector/clening-service-2-flat-banners-set_1284-7447.jpg",
imageAlt: "Apartment building icon",
},
{
title: "Custom Add-On Tasks",
description: "Personalize your cleaning with optional add-ons like inside fridge/oven cleaning, baseboard scrubbing, interior window cleaning, and more. Just ask us!",
buttonIcon: "PlusCircle",
buttonIcon: PlusCircle,
imageSrc: "http://img.b2bpic.net/free-vector/cleaning-service-logo-template_23-2149211860.jpg",
imageAlt: "Plus icon representing add-on tasks",
},