From 1768b58aadc405fc46be0c19bb0192180326c8a7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:27:02 +0000 Subject: [PATCH] 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 31812e1..267c7b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,7 +137,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sophia L.", handle: "@sophia_style", testimonial: "I've never felt more confident in lingerie. Absolutely stunning.", imageSrc: "https://pixabay.com/get/g16097541d651381584f6a80e71f462dbf21e584fc9af664641dee6f3098daa4558f58fbf6c8b59b607996ffa4d77fa9e2dc4709a78f0231987970ea74f2584aa_1280.jpg"}, + id: "1", name: "Sophia L.", handle: "@sophia_style", testimonial: "I've never felt more confident in lingerie. Absolutely stunning.", imageSrc: "https://pixabay.com/get/g16097541d651381584f6a80e71f462dbf21e584fc9af664641dee6f3098daa4558f58fbf6c8b59b607996ffa4d77fa9e2dc4709a78f0231987970ea74f2584aa_1280.jpg?_wi=1"}, { id: "2", name: "Maya K.", handle: "@maya_empowers", testimonial: "The fit is perfect and the quality is unmatched. Truly luxury.", imageSrc: "https://pixabay.com/get/gb01c353146c550506d8b2b806fa40823c5ffcf626417c812945fec15bfb75c9aade0f4c2751424a0e878c0e305c3adff17ec6b73210934389167269eec5d71b1_1280.jpg"}, { @@ -145,7 +145,7 @@ export default function LandingPage() { { id: "4", name: "Chloe T.", handle: "@chloeturns", testimonial: "Empowerment in every thread. Couldn't recommend more.", imageSrc: "https://pixabay.com/get/g40a4276884bbcc2d8c85095b2dfb0bf54fa2701990afdfe5272861087e4e52ec34bdfcf807f9daa7967ff76c3fd9aadf2ecb95db1fa829bbc7a4e91e48465c34_1280.jpg"}, { - id: "5", name: "Isabella V.", handle: "@bella_vibes", testimonial: "Soft, elegant, and perfectly tailored. Best purchase ever.", imageSrc: "https://pixabay.com/get/g16097541d651381584f6a80e71f462dbf21e584fc9af664641dee6f3098daa4558f58fbf6c8b59b607996ffa4d77fa9e2dc4709a78f0231987970ea74f2584aa_1280.jpg"}, + id: "5", name: "Isabella V.", handle: "@bella_vibes", testimonial: "Soft, elegant, and perfectly tailored. Best purchase ever.", imageSrc: "https://pixabay.com/get/g16097541d651381584f6a80e71f462dbf21e584fc9af664641dee6f3098daa4558f58fbf6c8b59b607996ffa4d77fa9e2dc4709a78f0231987970ea74f2584aa_1280.jpg?_wi=2"}, ]} title="Loved By You" description="Real stories from our empowering community." -- 2.49.1