From 18d3fe74ae4be8e3e735fddf883dbecb52c5ed21 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 05:59:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e9427a..ac5df8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,9 +83,9 @@ export default function LandingPage() { features={[ { title: "Sustainable Living", description: "Eco-friendly developments designed for future growth.", bentoComponent: "media-stack", items: [ - { imageSrc: "http://img.b2bpic.net/free-photo/bridge-night_1137-165.jpg", imageAlt: "Smart city tech" }, - { imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4005.jpg", imageAlt: "Residential area" }, - { imageSrc: "http://img.b2bpic.net/free-photo/empty-boardroom-space-within-enterprise-designed-productivity_482257-114714.jpg", imageAlt: "Professional workspace" }, + { imageSrc: "http://img.b2bpic.net/free-photo/bridge-night_1137-165.jpg?_wi=1", imageAlt: "Smart city tech" }, + { imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4005.jpg?_wi=1", imageAlt: "Residential area" }, + { imageSrc: "http://img.b2bpic.net/free-photo/empty-boardroom-space-within-enterprise-designed-productivity_482257-114714.jpg?_wi=1", imageAlt: "Professional workspace" }, ] }, ]} @@ -136,9 +136,9 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "John Doe", date: "2023-10-01", title: "Business Owner", quote: "Tatu City changed the way I conduct business.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-city-with-lots-vegetation-greenery_23-2150842776.jpg", imageAlt: "successful business professional portrait" }, { id: "t2", name: "Jane Smith", date: "2023-11-15", title: "Lead Architect", quote: "An incredible feat of urban planning and design.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/system-administrator-debugging-company-servers-preventing-failures_482257-124403.jpg", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194035.jpg", imageAlt: "successful business professional portrait" }, - { id: "t3", name: "Mark Wilson", date: "2023-12-05", title: "Resident", quote: "The best place to raise my family, hands down.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-adults-girl-posing-together_23-2148600881.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bridge-night_1137-165.jpg", imageAlt: "successful business professional portrait" }, - { id: "t4", name: "Lucy Brown", date: "2024-01-10", title: "Investor", quote: "Reliable returns and a great growing community.", tag: "Investment", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-standing-front-table-writing-diary-with-pen_23-2148087135.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4005.jpg", imageAlt: "successful business professional portrait" }, - { id: "t5", name: "Samuel K.", date: "2024-02-20", title: "Creative Director", quote: "Living here is a constant stream of inspiration.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-having-idea-sitting-table-trench-coat-working-laptop_285396-2368.jpg", imageSrc: "http://img.b2bpic.net/free-photo/empty-boardroom-space-within-enterprise-designed-productivity_482257-114714.jpg", imageAlt: "successful business professional portrait" }, + { id: "t3", name: "Mark Wilson", date: "2023-12-05", title: "Resident", quote: "The best place to raise my family, hands down.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-adults-girl-posing-together_23-2148600881.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bridge-night_1137-165.jpg?_wi=2", imageAlt: "successful business professional portrait" }, + { id: "t4", name: "Lucy Brown", date: "2024-01-10", title: "Investor", quote: "Reliable returns and a great growing community.", tag: "Investment", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-standing-front-table-writing-diary-with-pen_23-2148087135.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4005.jpg?_wi=2", imageAlt: "successful business professional portrait" }, + { id: "t5", name: "Samuel K.", date: "2024-02-20", title: "Creative Director", quote: "Living here is a constant stream of inspiration.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-having-idea-sitting-table-trench-coat-working-laptop_285396-2368.jpg", imageSrc: "http://img.b2bpic.net/free-photo/empty-boardroom-space-within-enterprise-designed-productivity_482257-114714.jpg?_wi=2", imageAlt: "successful business professional portrait" }, ]} title="Voices from Tatu City" description="Hear what our community says about their experience." -- 2.49.1