From 340e1c211761b5ec66ec7b1cb592be4ac9c50855 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 16:11:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 121 +++++++++++++++++------------------------------ 1 file changed, 43 insertions(+), 78 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c916db1..8d3f770 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,10 @@ export default function LandingPage() { - -
-
@@ -142,53 +99,61 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah J.", handle: "Young Professional", testimonial: "The easiest move I've ever made. Zero stress.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" }, - { id: "2", name: "Mark D.", handle: "Family Tenant", testimonial: "The team was so patient during our search.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-love-sitting-cozy-sofa_273443-623.jpg" }, - { id: "3", name: "Elena R.", handle: "Resident", testimonial: "Maintenance was sorted within hours.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-handsome-man-sitting-couch-home-holding-tablet-listening-music-earphones-talking-online-happy-smiling-green-checkered-shirt-leisure-having-rest_285396-1597.jpg" }, - { id: "4", name: "James L.", handle: "Returning Resident", testimonial: "Would never trust anyone else.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-sitting-sofa-home-portrait-comfortable-woman-winter-clothes-relaxing_657921-462.jpg" }, - { id: "5", name: "David W.", handle: "Resident", testimonial: "Everything is transparent and honest.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-with-gadgets-sitting-couch_23-2147744834.jpg" } + { id: "1", name: "Sarah J.", handle: "Professional", testimonial: "The easiest move I've ever made.", rating: 5 }, + { id: "2", name: "Mark D.", handle: "Resident", testimonial: "The team went above and beyond.", rating: 5 } ]} showRating={true} - title="Hear It From Those Who Live Here" - description="Real feedback from residents who chose FlatVision." + title="Resident Reviews" + description="Real feedback from people who love living in our communities." + /> + + +
+
); -} +} \ No newline at end of file