From ab73e507e22bcccb5e55332de0fde870e6813fd6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 02:16:37 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 393 ++++++++++++++--------------------------------- 1 file changed, 119 insertions(+), 274 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afd69f0..1bb93d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,287 +27,132 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 233a144dc3b8c43c3d21d0b54083761b55f7f310 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 02:18:38 +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 1bb93d1..a39b802 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,11 +124,11 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Miller", handle: "@sarahskin", testimonial: "My skin has never felt this hydrated. The serum is a total game changer!", imageSrc: "http://img.b2bpic.net/free-photo/woman-towel-resting-her-head-hand_23-2148537384.jpg" }, + { id: "1", name: "Sarah Miller", handle: "@sarahskin", testimonial: "My skin has never felt this hydrated. The serum is a total game changer!", imageSrc: "http://img.b2bpic.net/free-photo/woman-towel-resting-her-head-hand_23-2148537384.jpg?_wi=1" }, { id: "2", name: "David Chan", handle: "@daveglow", testimonial: "Finally found a routine that doesn't cause breakouts. Lumina is amazing.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-fit-woman-doing-sports-exercises-home-drinks-water-from-bottle-sm_1258-182451.jpg" }, { id: "3", name: "Elena Rossi", handle: "@elena_natural", testimonial: "I love the clean ingredients list. It feels so luxurious yet natural.", imageSrc: "http://img.b2bpic.net/free-photo/happy-shiny-asian-woman-with-short-hair_633478-570.jpg" }, { id: "4", name: "Mark Stevens", handle: "@markskincare", testimonial: "Visible results in just two weeks. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-clean-pure-skin-touching-head-carefree-gently-smiling-broadly-as-feeling-fresh-energized-after-drinking-juice-morning_176420-43096.jpg" }, - { id: "5", name: "Julia Roberts", handle: "@juliaglow", testimonial: "Simply the best skincare experience I've had in years.", imageSrc: "http://img.b2bpic.net/free-photo/woman-towel-resting-her-head-hand_23-2148537384.jpg" }, + { id: "5", name: "Julia Roberts", handle: "@juliaglow", testimonial: "Simply the best skincare experience I've had in years.", imageSrc: "http://img.b2bpic.net/free-photo/woman-towel-resting-her-head-hand_23-2148537384.jpg?_wi=2" }, ]} title="Loved By Glowing Faces" description="See why our community loves Lumina Skincare." -- 2.49.1