5 Commits

Author SHA1 Message Date
e98e5efaba Update src/app/page.tsx 2026-04-09 03:37:41 +00:00
a97eafcfc1 Merge version_2 into main
Merge version_2 into main
2026-04-09 03:35:21 +00:00
11f2ed5e4a Update src/app/page.tsx 2026-04-09 03:35:18 +00:00
a747d75392 Merge version_2 into main
Merge version_2 into main
2026-04-09 03:34:46 +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 ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
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() {
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."
buttons={[
{ 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"
testimonials={[
@@ -70,6 +69,7 @@ export default function HomePage() {
icon={Home}
imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176741.jpg"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</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" }
]}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -101,6 +102,8 @@ export default function HomePage() {
{ id: "2", name: "Experience", role: "Years of professional property maintenance skills." },
{ id: "3", name: "Satisfaction", role: "Your home deserves the absolute best care." }
]}
textboxLayout="default"
useInvertedBackground={false}
/>
</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: "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>
@@ -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: "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>
@@ -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: "3", title: "Do I need to be home?", content: "For most exterior services, you do not need to be home." }
]}
useInvertedBackground={false}
/>
</div>
@@ -159,7 +166,9 @@ export default function HomePage() {
name: "service", label: "Service Required", options: ["Pressure Washing", "Window Washing", "Trash Can Washing", "Gutter Cleaning", "Carpet Cleaning", "Junk Removal"]
}}
textarea={{ name: "message", placeholder: "How can we help?", rows: 4 }}
buttonText="Request My Free Estimate"
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-male-gardener-wearing-gardening-hat-gloves-holds-spade-neck_141793-115982.jpg"
useInvertedBackground={false}
/>
</div>