Update src/app/page.tsx

This commit is contained in:
2026-03-09 19:28:57 +00:00
parent 94ef64428e
commit 2b991fe97a

View File

@@ -48,11 +48,11 @@ export default function LandingPage() {
]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/weathered-concrete-wall-with-tree-trunk-natural-textures_632498-60788.jpg", imageAlt: "Professional pressure washing service" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-high-angle_23-2149714277.jpg", imageAlt: "Driveway sealing and protection" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-3428.jpg", imageAlt: "Deck cleaning and restoration" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools-near-blackboard_23-2147714870.jpg", imageAlt: "Patio cleaning service" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13441.jpg", imageAlt: "Before and after driveway transformation" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/person-disinfecting-wooden-surface_23-2148571796.jpg", imageAlt: "Deck restoration results" }
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-high-angle_23-2149714277.jpg?_wi=1", imageAlt: "Driveway sealing and protection" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-3428.jpg?_wi=1", imageAlt: "Deck cleaning and restoration" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools-near-blackboard_23-2147714870.jpg?_wi=1", imageAlt: "Patio cleaning service" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13441.jpg?_wi=1", imageAlt: "Before and after driveway transformation" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/person-disinfecting-wooden-surface_23-2148571796.jpg?_wi=1", imageAlt: "Deck restoration results" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -72,15 +72,15 @@ export default function LandingPage() {
},
{
id: 2,
title: "Driveway Sealing", description: "Protect and restore asphalt driveways with professional seal coating. Extends driveway life and maintains its appearance.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-high-angle_23-2149714277.jpg", imageAlt: "Professional driveway sealing"
title: "Driveway Sealing", description: "Protect and restore asphalt driveways with professional seal coating. Extends driveway life and maintains its appearance.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-high-angle_23-2149714277.jpg?_wi=2", imageAlt: "Professional driveway sealing"
},
{
id: 3,
title: "Deck Cleaning & Staining", description: "Deep clean and protect wooden decks with professional washing and staining. Restores natural beauty and prevents damage.", imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-3428.jpg", imageAlt: "Deck cleaning and staining service"
title: "Deck Cleaning & Staining", description: "Deep clean and protect wooden decks with professional washing and staining. Restores natural beauty and prevents damage.", imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-3428.jpg?_wi=2", imageAlt: "Deck cleaning and staining service"
},
{
id: 4,
title: "Exterior Pressure Washing", description: "Cleaning for patios, walkways, siding, and other exterior surfaces. Removes mold, mildew, and built-up grime safely.", imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools-near-blackboard_23-2147714870.jpg", imageAlt: "Exterior pressure washing"
title: "Exterior Pressure Washing", description: "Cleaning for patios, walkways, siding, and other exterior surfaces. Removes mold, mildew, and built-up grime safely.", imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools-near-blackboard_23-2147714870.jpg?_wi=2", imageAlt: "Exterior pressure washing"
},
{
id: 5,
@@ -117,10 +117,10 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Driveway Transformation", price: "Professional Results", variant: "Pressure Washing", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13441.jpg", imageAlt: "Driveway before and after"
id: "1", name: "Driveway Transformation", price: "Professional Results", variant: "Pressure Washing", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13441.jpg?_wi=2", imageAlt: "Driveway before and after"
},
{
id: "2", name: "Deck Restoration", price: "Like New Again", variant: "Cleaning & Staining", imageSrc: "http://img.b2bpic.net/free-photo/person-disinfecting-wooden-surface_23-2148571796.jpg", imageAlt: "Deck before and after restoration"
id: "2", name: "Deck Restoration", price: "Like New Again", variant: "Cleaning & Staining", imageSrc: "http://img.b2bpic.net/free-photo/person-disinfecting-wooden-surface_23-2148571796.jpg?_wi=2", imageAlt: "Deck before and after restoration"
},
{
id: "3", name: "Patio Makeover", price: "Clean & Beautiful", variant: "Pressure Washing", imageSrc: "http://img.b2bpic.net/free-photo/gardening-concept-with-woman_23-2148000219.jpg", imageAlt: "Patio before and after cleaning"