5 Commits

Author SHA1 Message Date
5679218287 Update src/app/page.tsx 2026-04-17 02:41:42 +00:00
92a1385cfa Merge version_2 into main
Merge version_2 into main
2026-04-17 02:40:48 +00:00
f2d27c1e7c Update src/app/page.tsx 2026-04-17 02:40:42 +00:00
12e6bb23f4 Merge version_1 into main
Merge version_1 into main
2026-04-17 02:40:01 +00:00
e3dac5cfd3 Merge version_1 into main
Merge version_1 into main
2026-04-17 02:39:35 +00:00

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={true}
title="Clean beauty, redefined for you."
title="Clean beauty, redefined for you. We combine pure botanical extracts with advanced scientific formulations to nurture your skin while protecting our planet."
/>
</div>
@@ -169,6 +169,7 @@ export default function LandingPage() {
description="Sign up for 10% off your first order."
imageSrc="http://img.b2bpic.net/free-photo/beautiful-cup-tea-decor-items-light-wooden-table-top-view_169016-3980.jpg"
mediaAnimation="slide-up"
termsText="By clicking Sign Up, you agree to our Terms and Conditions. We respect your privacy and will never share your email address."
/>
</div>
@@ -198,4 +199,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}