From 34303a57bb13294ac46b1071e72e66b91f9c455e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 20:53:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38dd3ef..878aa50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,17 +129,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Residential Living Room", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-standing-ladder_23-2149098990.jpg"}, + id: "p1", name: "Residential Living Room", price: "Get a Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-standing-ladder_23-2149098990.jpg"}, { - id: "p2", name: "Kitchen Cabinet Refinish", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/view-hands-engaged-it-yourself-project_23-2151509383.jpg"}, + id: "p2", name: "Kitchen Cabinet Refinish", price: "Get a Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/view-hands-engaged-it-yourself-project_23-2151509383.jpg"}, { - id: "p3", name: "Exterior House Painting", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/man-paints-with-white-paint-wooden-planks-man-industrial-concept-there-is-place-text-object-is-close-up_169016-4430.jpg"}, + id: "p3", name: "Exterior House Painting", price: "Get a Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/man-paints-with-white-paint-wooden-planks-man-industrial-concept-there-is-place-text-object-is-close-up_169016-4430.jpg"}, { - id: "p4", name: "Commercial Office Interior", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-paint-roll_23-2147703599.jpg"}, + id: "p4", name: "Commercial Office Interior", price: "Get a Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-paint-roll_23-2147703599.jpg"}, { - id: "p5", name: "Trim Detail Restoration", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19699.jpg"}, + id: "p5", name: "Trim Detail Restoration", price: "Get a Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/closeup-process-making-handmade-gingerbread_169016-19699.jpg"}, { - id: "p6", name: "Front Porch Finish", price: "See Project Details", imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg"}, + id: "p6", name: "Front Porch Finish", price: "Get a Custom Estimate", imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg"}, ]} title="Our Recent Work" description="Browse our gallery of past painting projects to see the quality we bring to Rockford homes." @@ -237,4 +237,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1