Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, Calendar, CheckCircle, Clock, Droplets, Heart, ShieldCheck, Sparkles, ThumbsUp, Truck } from "lucide-react";
|
||||
import { Award, Calendar, CheckCircle, Clock, Droplets, Heart, ShieldCheck, Sparkles, ThumbsUp, Truck, Home as LucideHome } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
{ icon: Calendar, title: "Recurring Cleaning", description: "Weekly, bi-weekly, or monthly visits to keep your home consistently fresh." },
|
||||
{ icon: Sparkles, title: "Deep Cleaning", description: "Thorough scrubbing and detailing for those times your home needs extra care." },
|
||||
{ icon: Truck, title: "Move-In / Move-Out", description: "Seamless pre- and post-move cleaning to make your transition stress-free." },
|
||||
{ icon: Home, title: "Apartment Cleaning", description: "Specialized, efficient cleaning designed for apartment living spaces." },
|
||||
{ icon: LucideHome, title: "Apartment Cleaning", description: "Specialized, efficient cleaning designed for apartment living spaces." },
|
||||
{ icon: Droplets, title: "Sanitization", description: "Professional-grade sanitization services for a healthier environment." }
|
||||
]}
|
||||
title="Our Cleaning Services"
|
||||
|
||||
Reference in New Issue
Block a user