From 35c8d1be84eea7b10fd1a486e550550962ac8ad1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 06:37:50 +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 d2ee751..a020b31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { name: "Dan Miller", handle: "@danm", testimonial: "The best experience I've had with a contractor. Fast and transparent.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qaelct", imageAlt: "residential roof replacement construction" }, { name: "Eve Davis", handle: "@eved", testimonial: "Stunning quality, great customer service. Will definitely use them again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15478.jpg", imageAlt: "residential roof replacement construction" } ]} - buttons={[{ text: "Get Your Free Quote", href: "#contact" }, { text: "View Our Work", href: "#features" }]} + buttons={[{ text: "Request a Consultation", href: "#contact" }, { text: "View Our Work", href: "#features" }]} imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-lamp-hanging-inside-building-with-glass-ceiling_181624-11469.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ -- 2.49.1