Update src/app/page.tsx

This commit is contained in:
2026-06-04 03:52:32 +00:00
parent 83c0b29e25
commit 9c50a009f7

View File

@@ -274,7 +274,7 @@ export default function LandingPage() {
variant: "sparkles-gradient"}}
tag="Connect"
title="Unlock Your Best Skin"
description="Join the Harama community for exclusive offers, personalized skincare tips, and early access to new products. Your journey to radiant, healthy skin starts here."
description="Join the Harama community for exclusive offers, personalized skincare tips, and early access to new products. Your journey to radiant, healthy skin starts here. You can also reach us at 8939206042."
inputPlaceholder="Enter your email"
buttonText="Subscribe Now"
termsText="By subscribing you're confirming that you agree with our Privacy Policy and Terms & Conditions."
@@ -326,4 +326,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}