From c991d930c13babfe1d3bc3b5274147efe1a0c8f7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:14:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 260 +++++++++-------------------------------------- 1 file changed, 47 insertions(+), 213 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 479e0ac..004aae8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,55 +33,31 @@ export default function LandingPage() {
@@ -298,45 +182,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Exceptional Facility", - quote: "The best office decision our company ever made.", - name: "John Doe", - role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg", - }, + id: "1", title: "Exceptional Facility", quote: "The best office decision our company ever made.", name: "John Doe", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg"}, { - id: "2", - title: "Top Tier Tech", - quote: "Superb infrastructure that never goes down.", - name: "Jane Smith", - role: "CTO", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg", - }, + id: "2", title: "Top Tier Tech", quote: "Superb infrastructure that never goes down.", name: "Jane Smith", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg"}, { - id: "3", - title: "Great Community", - quote: "We loved meeting new collaborators here.", - name: "Alice Wong", - role: "Founder", - imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", - }, - { - id: "4", - title: "Seamless Process", - quote: "Leasing was incredibly simple and fast.", - name: "Bob Brown", - role: "Director", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", - }, - { - id: "5", - title: "Stunning Office", - quote: "Clients are always impressed by our lobby.", - name: "Eve White", - role: "Manager", - imageSrc: "http://img.b2bpic.net/free-photo/man-button-up-his-jacket-smiles_23-2148401389.jpg", - }, + id: "3", title: "Great Community", quote: "We loved meeting new collaborators here.", name: "Alice Wong", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg"} ]} title="Client Success Stories" description="Read what our partners have to say about their experience at Acacia." @@ -347,8 +197,7 @@ export default function LandingPage() {