From 8c9b6e07b88b91773a66d606d19618d4b931c582 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:06:51 +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 a368148..ce66650 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,7 +121,7 @@ export default function GuernissPage() { author="Anika T., Verified User" avatars={[ { src: "http://img.b2bpic.net/free-photo/people-close-up-portrait-young-woman-smiling-looking-happy-wearing-casual-white-tshirt-standing-h_1258-127290.jpg", alt: "User 1" }, - { src: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", alt: "User 2" } + { src: "http://img.b2bpic.net/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", alt: "User 2" } ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -158,7 +158,7 @@ export default function GuernissPage() { background={{ variant: "gradient-bars" }} useInvertedBackground={false} inputPlaceholder="Enter your email" - buttonText="Subscribe" + buttonText="Join the Beauty Club" termsText="By signing up, you agree to our beauty promise terms." /> -- 2.49.1