From eda18326058c33276e5e5c90291c15ccd2c4ec66 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:17:26 +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 b273b46..6a57376 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { name: "Sarah Wilson", handle: "@swilson", testimonial: "Found my dream property in less than a month!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/shining-face-beautiful-woman-home_329181-1327.jpg" }, { name: "David Lee", handle: "@davidlee", testimonial: "Exceptional communication throughout the whole process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-new-apartment-his-surprised-happy-girlfriend_74855-10258.jpg" }, ]} - buttons={[{ text: "Explore Properties", href: "#properties" }]} + buttons={[{ text: "View Available Homes", href: "#properties" }]} imageSrc="http://img.b2bpic.net/free-photo/way-white-house_1162-117.jpg" imageAlt="Luxurious home exterior" avatars={[ -- 2.49.1