Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-23 17:35:44 +00:00

View File

@@ -9,7 +9,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { ShieldCheck, Leaf, Star, Lock, Sparkles, MousePointer, Calendar, CheckCircle } from 'lucide-react';
import { Leaf, Sparkles, ShieldCheck, Star, Lock, MousePointer, Calendar, CheckCircle } from 'lucide-react';
export default function Home() {
const navItems = [
@@ -41,9 +41,9 @@ export default function Home() {
enableKpiAnimation={true}
buttons={[{text: "Get a Free Quote", href: "#contact"}, {text: "Book Now", href: "#contact"}]}
imageSrc="http://img.b2bpic.net/free-photo/lovely-senior-couple-love-front-view_23-2148268627.jpg"
imageAlt="Spotless luxury living room"
imageAlt="modern luxury living room spotless clean"
mediaAnimation="slide-up"
avatars={[{src: "http://img.b2bpic.net/free-photo/woman-taking-photo-while-holding-cocktail_23-2147601343.jpg", alt: "Client 1"}, {src: "http://img.b2bpic.net/free-photo/young-woman-arranging-organic-vegetables-kitchen_23-2148672866.jpg", alt: "Client 2"}, {src: "http://img.b2bpic.net/free-photo/young-woman-preparing-her-nutrition-diet_23-2149297690.jpg", alt: "Client 3"}, {src: "http://img.b2bpic.net/free-photo/full-shot-photographer-taking-photos-bride_23-2150264497.jpg", alt: "Client 4"}, {src: "http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149587673.jpg", alt: "Client 5"}]}
avatars={[{src: "http://img.b2bpic.net/free-photo/woman-taking-photo-while-holding-cocktail_23-2147601343.jpg", alt: "Woman taking a photo while holding a cocktail"}, {src: "http://img.b2bpic.net/free-photo/young-woman-arranging-organic-vegetables-kitchen_23-2148672866.jpg", alt: "Young woman arranging organic vegetables in the kitchen"}, {src: "http://img.b2bpic.net/free-photo/young-woman-preparing-her-nutrition-diet_23-2149297690.jpg", alt: "Young woman preparing her nutrition diet"}, {src: "http://img.b2bpic.net/free-photo/full-shot-photographer-taking-photos-bride_23-2150264497.jpg", alt: "Full shot photographer taking photos of bride"}, {src: "http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149587673.jpg", alt: "Man servant cleaning the house"}]}
avatarText="Trusted by 500+ happy clients"
marqueeItems={[{type: "text", text: "Licensed & Bonded"}, {type: "text-icon", text: "Eco-Friendly Products", icon: Leaf}, {type: "text", text: "Same-Day Service"}, {type: "text-icon", text: "Pet-Safe Cleaning", icon: Sparkles}, {type: "text", text: "100% Satisfaction"}]}
/>