3 Commits

Author SHA1 Message Date
6b0feb1a34 Merge version_4 into main
Merge version_4 into main
2026-05-01 07:06:54 +00:00
8c9b6e07b8 Update src/app/page.tsx 2026-05-01 07:06:51 +00:00
8dce2e6bc3 Merge version_3 into main
Merge version_3 into main
2026-05-01 07:06:07 +00:00

View File

@@ -121,7 +121,7 @@ export default function GuernissPage() {
author="Anika T., Verified User" author="Anika T., Verified User"
avatars={[ 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/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" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -158,7 +158,7 @@ export default function GuernissPage() {
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Subscribe" buttonText="Join the Beauty Club"
termsText="By signing up, you agree to our beauty promise terms." termsText="By signing up, you agree to our beauty promise terms."
/> />
</div> </div>