2 Commits

Author SHA1 Message Date
d2aac289b4 Update src/app/page.tsx 2026-03-05 12:32:41 +00:00
62692e820c Merge version_2 into main
Merge version_2 into main
2026-03-05 12:29:30 +00:00

View File

@@ -236,13 +236,13 @@ export default function HomePage() {
<div id="newsletter" data-section="newsletter"> <div id="newsletter" data-section="newsletter">
<ContactCenter <ContactCenter
tag="Stay Connected" tag="Stay Connected"
title="Get Exclusive Offers & Beauty Tips" title="Get 15% Off Your First Order + Beauty Tips"
description="Subscribe to our newsletter for weekly skincare tips, exclusive discounts, and first access to new product launches." description="Subscribe to our newsletter for weekly skincare tips, exclusive discounts, and first access to new product launches."
tagIcon={Mail} tagIcon={Mail}
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Subscribe" buttonText="Subscribe & Save 15%"
termsText="We respect your privacy. Unsubscribe anytime. By subscribing, you agree to our Terms and Privacy Policy." termsText="We respect your privacy. Unsubscribe anytime. By subscribing, you agree to our Terms and Privacy Policy."
/> />
</div> </div>