Update src/app/page.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Explore Collection", href: "products" },
|
{ text: "Explore Collection", href: "products" },
|
||||||
{ text: "Learn More", href: "about" }
|
{ text: "Learn More", href: "about" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/diverse-women-showing-off-skincare-product_23-2152003282.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/diverse-women-showing-off-skincare-product_23-2152003282.jpg"
|
||||||
imageAlt="Luxurious skincare product line"
|
imageAlt="Luxurious skincare product line"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
@@ -186,7 +186,7 @@ export default function LandingPage() {
|
|||||||
title="Glow with Our Latest Launches"
|
title="Glow with Our Latest Launches"
|
||||||
description="Subscribe to receive exclusive skincare tips, ingredient spotlights, and early access to new product releases."
|
description="Subscribe to receive exclusive skincare tips, ingredient spotlights, and early access to new product releases."
|
||||||
tagIcon={Mail}
|
tagIcon={Mail}
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Subscribe"
|
buttonText="Subscribe"
|
||||||
|
|||||||
Reference in New Issue
Block a user