From 1abf3f3f323ed2bc638e098785c1530ba54574c3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 14:14:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9fe889..d11dcdd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,11 +44,11 @@ export default function LandingPage() { description="Premium Concrete Solutions in Georgia. Driveways • Patios • Retaining Walls • Commercial Projects" buttons={[{ text: "Get a Free Quote", href: "#contact" }, { text: "View Our Work", href: "#portfolio" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-11591.jpg", imageAlt: "concrete pour high end" }, - { imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-11591.jpg", imageAlt: "concrete pour high end" }, - { imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-11591.jpg", imageAlt: "concrete pour high end" }, - { imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-11591.jpg", imageAlt: "concrete pour high end" }, - { imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-11591.jpg", imageAlt: "concrete pour high end" } + { imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-11591.jpg", imageAlt: "Fresh concrete pour" }, + { imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-11591.jpg", imageAlt: "Smooth driveway finish" }, + { imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-11591.jpg", imageAlt: "Architectural concrete wall" }, + { imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-11591.jpg", imageAlt: "Precision slab foundation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-11591.jpg", imageAlt: "Luxury patio transformation" } ]} mediaAnimation="opacity" /> -- 2.49.1