diff --git a/src/app/page.tsx b/src/app/page.tsx index 02ff050..588ad73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Calendar, Home, MapPin, Phone, ShieldCheck, Smile, Sparkles, Star, Truck, Clock, Leaf, Wrench } from "lucide-react"; +import { Award, Calendar, Home, MapPin, Phone, ShieldCheck, Smile, Sparkles, Star, Truck, Clock, Leaf, Wrench, Car } from "lucide-react"; export default function LandingPage() { return ( @@ -79,8 +79,10 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { icon: Sparkles, title: "Carpet Cleaning", description: "Truck-mounted deep cleaning for residential carpets." }, - { icon: Grid, title: "Tile & Grout Cleaning", description: "Restore shine and remove stubborn grime from floors." }, + { icon: Clock, title: "Tile & Grout Cleaning", description: "Restore shine and remove stubborn grime from floors." }, { icon: Star, title: "Upholstery Cleaning", description: "Gentle, deep cleaning for sofas and fabric chairs." }, + { icon: Car, title: "Vehicle Upholstery", description: "Car interior restoration and odor removal." }, + { icon: Wrench, title: "Carpet Repair", description: "Expert patching and re-stretching services." }, ]} title="Professional Services" description="Comprehensive cleaning solutions for all your residential and commercial needs." @@ -139,7 +141,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", date: "Jan 2025", title: "Homeowner", quote: "Brian's Cleaning transformed my carpets! So happy with the result.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-couple-embracing-cleaning_23-2147766998.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_1339-5444.jpg" }, { id: "2", name: "Michael Chen", date: "Dec 2024", title: "Local Resident", quote: "Fantastic service and very professional technicians.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-man-having-fun-mopping-apartment-floor_482257-62.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blob-bright-blue-foam-black-water_23-2147798316.jpg" }, - { id: "3", name: "Emily Rodriguez", date: "Nov 2024", title: "Homeowner", quote: "My grout has never looked better. Highly recommended!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/front-view-cute-girl-looking-away_23-2148436134.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning-home_23-2150453342.jpg" }, + { id: "3", name: "Emily Rodriguez", date: "Nov 2024", title: "Homeowner", quote: "My grout has never looked better. Highly recommended!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/front-view-cute-girl-looking-away_23-2148436134.jpg", imageSrc: "http://img.b2bpic.net/side-view-woman-cleaning-home_23-2150453342.jpg" }, ]} title="Customer Reviews" description="See why Arizona homeowners trust Brian's Cleaning."