Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 130c5cb786 | |||
| c5db6c9486 | |||
| 23b83d7542 | |||
| 3d82207501 | |||
| 50ca5faf92 | |||
| d59bfdcefc |
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
avatarText="Trusted by 50,000+ beauty enthusiasts"
|
||||
buttons={[
|
||||
{ text: "Explore Collection", href: "#products" },
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Learn More", href: "#benefits" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -69,6 +69,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
buttons={[
|
||||
{ text: "View Full Collection", href: "#products" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "LUMIÈRE", name: "Radiant Serum", price: "$89.00", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user