From 2fddbb72dc754c105141d3fb8dfe9efd663ad8f3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:12:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a240a71..85cf483 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Get Free Estimate", href: "contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg" + imageSrc="http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=1" imageAlt="Beautiful stamped concrete patio with decorative patterns" /> @@ -86,7 +86,7 @@ export default function LandingPage() { }, { id: 3, - title: "Durability & Longevity", description: "Stamped concrete is built to last 25+ years with proper maintenance. Our sealants protect against cracking, staining, and weather damage.", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-15997.jpg", imageAlt: "Durable concrete surface" + title: "Durability & Longevity", description: "Stamped concrete is built to last 25+ years with proper maintenance. Our sealants protect against cracking, staining, and weather damage.", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-15997.jpg?_wi=1", imageAlt: "Durable concrete surface" } ]} textboxLayout="default" @@ -103,7 +103,7 @@ export default function LandingPage() { tagAnimation="opacity" products={[ { - id: "1", name: "Luxury Residential Driveway", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg", imageAlt: "Stamped concrete driveway with brick pattern" + id: "1", name: "Luxury Residential Driveway", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=1", imageAlt: "Stamped concrete driveway with brick pattern" }, { id: "2", name: "Backyard Entertainment Patio", price: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-7085.jpg", imageAlt: "Large stamped concrete patio with custom design" @@ -130,13 +130,13 @@ export default function LandingPage() { tagAnimation="opacity" metrics={[ { - id: "1", value: "1,200+", title: "Projects Completed", description: "Successfully installed across residential and commercial properties", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", imageAlt: "Completed projects showcase" + id: "1", value: "1,200+", title: "Projects Completed", description: "Successfully installed across residential and commercial properties", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=2", imageAlt: "Completed projects showcase" }, { - id: "2", value: "98%", title: "Customer Satisfaction", description: "Consistently rated highly for quality and professionalism", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg", imageAlt: "Customer reviews" + id: "2", value: "98%", title: "Customer Satisfaction", description: "Consistently rated highly for quality and professionalism", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=2", imageAlt: "Customer reviews" }, { - id: "3", value: "25+", title: "Years Durability", description: "Stamped concrete lifespan with proper maintenance and care", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-15997.jpg", imageAlt: "Long-lasting concrete" + id: "3", value: "25+", title: "Years Durability", description: "Stamped concrete lifespan with proper maintenance and care", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-15997.jpg?_wi=2", imageAlt: "Long-lasting concrete" } ]} animationType="slide-up"