From 0a2641e70b4247ef509db07c7b3402bdf61973ad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 05:52:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f741244..6b989c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function Page() { title="Recent Projects" description="See the quality of our work." useInvertedBackground={false} - products={[{ id: "p1", name: "Tile Replacement", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg" }, { id: "p2", name: "Underlayment Upgrade", imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16015.jpg" }, { id: "p3", name: "Flat Roof Restoration", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-artistic-architectural-design_23-2148252774.jpg" }, { id: "p4", name: "Custom Tile Design", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg" }, { id: "p5", name: "Shingle Renewal", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg" }, { id: "p6", name: "Patio Specialty", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-red-metal-small-houses-coast-sea_181624-986.jpg" }]} + products={[{ id: "p1", name: "Tile Replacement", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg" }, { id: "p2", name: "Underlayment Upgrade", price: "$750", imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16015.jpg" }, { id: "p3", name: "Flat Roof Restoration", price: "$1200", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-artistic-architectural-design_23-2148252774.jpg" }, { id: "p4", name: "Custom Tile Design", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg" }, { id: "p5", name: "Shingle Renewal", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg" }, { id: "p6", name: "Patio Specialty", price: "$400", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-red-metal-small-houses-coast-sea_181624-986.jpg" }]} />
-- 2.49.1