From 0d84d3382635f7e231a48360e886de3e8e960b8d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 14:04:29 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 504 ++++++++++++++--------------------------------- 1 file changed, 143 insertions(+), 361 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac33cbb..7b5e796 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,375 +27,157 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From 4c86feaf282f68893f82abd038642c06f11c8f97 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 14:06:29 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b5e796..92b1919 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { name: "James L.", handle: "@jamesl", testimonial: "The perfect place to grab a coffee late at night.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg" }, { name: "Chloe P.", handle: "@chloep", testimonial: "Incredible atmosphere and consistently amazing service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-their-cups-tea_23-2148693090.jpg" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg?_wi=1" imageAlt="cozy cafe interior warm lighting" avatars={[ { src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg", alt: "Customer profile 1" }, @@ -164,7 +164,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Email", required: true }, ]} textarea={{ name: "message", placeholder: "How can we help you?", rows: 4, required: true }} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg?_wi=2" /> -- 2.49.1