Update src/app/page.tsx

This commit is contained in:
2026-04-09 03:35:18 +00:00
parent 192eb0ae3a
commit 11f2ed5e4a

View File

@@ -69,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>
@@ -86,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>
@@ -100,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>
@@ -115,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>
@@ -128,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>
@@ -142,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,6 +167,7 @@ export default function HomePage() {
}}
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"
useInvertedBackground={false}
/>
</div>