Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a7b2291ac4 | |||
| 6c0d4d3ca3 | |||
| 5679218287 | |||
| 69af33fd2d | |||
| 92a1385cfa | |||
| f2d27c1e7c | |||
| 12e6bb23f4 | |||
| e3dac5cfd3 |
@@ -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>
|
||||
|
||||
@@ -169,6 +171,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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user