Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 368b0b4660 | |||
| 3f6caaabfb | |||
| 827434279a | |||
| 3c4cbca244 |
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
|||||||
showBlur={true}
|
showBlur={true}
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Collection", href: "#products" },
|
{ text: "Shop Now", href: "#products" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
title="Our Collection"
|
title="Our Collection"
|
||||||
description="Handpicked essentials for your complete skincare regimen. Each product is a masterpiece of formulation."
|
description="Handpicked essentials for your complete skincare regimen. Starting at $85—luxury that fits your budget. Each product is a masterpiece of formulation."
|
||||||
tag="Best Sellers"
|
tag="Best Sellers"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user