2 Commits

Author SHA1 Message Date
11f2ed5e4a Update src/app/page.tsx 2026-04-09 03:35:18 +00:00
192eb0ae3a Update src/app/page.tsx 2026-04-09 03:34:43 +00:00

View File

@@ -12,7 +12,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
import FaqDouble from "@/components/sections/faq/FaqDouble"; import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterSimple from "@/components/sections/footer/FooterSimple"; import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Sparkles, Star, Home, Wrench, Trash2 } from "lucide-react"; import { Sparkles, Star, Home } from "lucide-react";
export default function HomePage() { export default function HomePage() {
return ( return (
@@ -50,7 +50,6 @@ export default function HomePage() {
description="Expert pressure washing, cleaning, and removal services to restore your property's curb appeal. Reliable care you can trust." description="Expert pressure washing, cleaning, and removal services to restore your property's curb appeal. Reliable care you can trust."
buttons={[ buttons={[
{ text: "Book Service", href: "#contact" }, { text: "Book Service", href: "#contact" },
{ text: "View Services", href: "#services" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5012.jpg" imageSrc="http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5012.jpg"
testimonials={[ testimonials={[
@@ -70,6 +69,7 @@ export default function HomePage() {
icon={Home} icon={Home}
imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176741.jpg" imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176741.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={false}
/> />
</div> </div>
@@ -87,6 +87,7 @@ export default function HomePage() {
{ tag: "Clear", title: "Junk Removal", subtitle: "Space Saving", description: "Haul away unwanted items.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-looking-inside-truck_23-2149426535.jpg" } { tag: "Clear", title: "Junk Removal", subtitle: "Space Saving", description: "Haul away unwanted items.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-looking-inside-truck_23-2149426535.jpg" }
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false}
/> />
</div> </div>
@@ -101,6 +102,8 @@ export default function HomePage() {
{ id: "2", name: "Experience", role: "Years of professional property maintenance skills." }, { id: "2", name: "Experience", role: "Years of professional property maintenance skills." },
{ id: "3", name: "Satisfaction", role: "Your home deserves the absolute best care." } { id: "3", name: "Satisfaction", role: "Your home deserves the absolute best care." }
]} ]}
textboxLayout="default"
useInvertedBackground={false}
/> />
</div> </div>
@@ -116,6 +119,8 @@ export default function HomePage() {
{ id: "2", name: "Sarah", role: "Customer Success", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg" }, { id: "2", name: "Sarah", role: "Customer Success", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg" },
{ id: "3", name: "Mike", role: "Service Lead", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-showing-two-pink_141793-74761.jpg" } { id: "3", name: "Mike", role: "Service Lead", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-showing-two-pink_141793-74761.jpg" }
]} ]}
textboxLayout="default"
useInvertedBackground={false}
/> />
</div> </div>
@@ -129,6 +134,7 @@ export default function HomePage() {
{ id: "2", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-living-room_329181-2448.jpg" }, { id: "2", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-living-room_329181-2448.jpg" },
{ id: "3", name: "Tom B.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-talking-mobile-phone-answers-phone-call-smiles-stands-home-leans-wall_1258-187249.jpg" } { id: "3", name: "Tom B.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-talking-mobile-phone-answers-phone-call-smiles-stands-home-leans-wall_1258-187249.jpg" }
]} ]}
useInvertedBackground={false}
/> />
</div> </div>
@@ -143,6 +149,7 @@ export default function HomePage() {
{ id: "2", title: "How do I get a quote?", content: "Contact us via the form below for a free, fast estimate." }, { id: "2", title: "How do I get a quote?", content: "Contact us via the form below for a free, fast estimate." },
{ id: "3", title: "Do I need to be home?", content: "For most exterior services, you do not need to be home." } { id: "3", title: "Do I need to be home?", content: "For most exterior services, you do not need to be home." }
]} ]}
useInvertedBackground={false}
/> />
</div> </div>
@@ -160,6 +167,7 @@ export default function HomePage() {
}} }}
textarea={{ name: "message", placeholder: "How can we help?", rows: 4 }} textarea={{ name: "message", placeholder: "How can we help?", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-male-gardener-wearing-gardening-hat-gloves-holds-spade-neck_141793-115982.jpg" imageSrc="http://img.b2bpic.net/free-photo/smiling-young-male-gardener-wearing-gardening-hat-gloves-holds-spade-neck_141793-115982.jpg"
useInvertedBackground={false}
/> />
</div> </div>