From a184e08bf1f8eb2c40649634e9f7d71110abe4c9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 03:18:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3fa2d7a..71feb95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,7 +196,7 @@ export default function LandingPage() { role: "Creative", company: "Saigon Design", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-talking-phone_158595-1007.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6fjIGO3F887PD5twGMiqUPxz0/uploaded-1779506097564-7h41fcuk.jpg", }, { id: "t2", @@ -204,7 +204,7 @@ export default function LandingPage() { role: "Architect", company: "Urban Lab", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6fjIGO3F887PD5twGMiqUPxz0/uploaded-1779506115931-6rkiihy7.jpg", }, { id: "t3", @@ -212,7 +212,7 @@ export default function LandingPage() { role: "Writer", company: "Freelance", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6fjIGO3F887PD5twGMiqUPxz0/uploaded-1779505892021-sqfhvq9q.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6fjIGO3F887PD5twGMiqUPxz0/uploaded-1779506039185-u6e60xst.jpg", }, { id: "t4", @@ -278,7 +278,7 @@ export default function LandingPage() { ], }, ]} - bottomLeftText="© 2024 Beanthere Cafe" + bottomLeftText="© 2026. Beanthere Cafe" bottomRightText="Built with love in Saigon" /> -- 2.49.1