From 994c0f4aede314021ac9a602ef605a6290e995f1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 22:11:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9814d2c..e053e04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,9 +100,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", brand: "Concrete", name: "Driveways", price: "Durable & Reinforced", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/creativity-ideas-exterior-design-stairway-pavement-concept_53876-23408.jpg" }, + { id: "p1", brand: "Concrete", name: "Driveways", price: "Built to Last", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/creativity-ideas-exterior-design-stairway-pavement-concept_53876-23408.jpg" }, { id: "p2", brand: "Concrete", name: "Patios", price: "Custom Designs", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-stone-wall-surface_23-2151214695.jpg" }, - { id: "p3", brand: "Concrete", name: "Foundations", price: "Structural Strength", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431492.jpg" }, + { id: "p3", brand: "Concrete", name: "Foundations", price: "Heavy-Duty Integrity", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431492.jpg" }, ]} title="Our Services" description="Quality concrete solutions for every structural and architectural need." -- 2.49.1