5 Commits

Author SHA1 Message Date
69af33fd2d Update src/app/page.tsx 2026-04-17 02:41:39 +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

@@ -50,6 +50,8 @@ export default function LandingPage() {
buttons={[
{
text: "Shop Now", href: "#products"},
{
text: "Learn More", href: "#about"},
]}
slides={[
{
@@ -71,7 +73,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>