Update src/app/page.tsx

This commit is contained in:
2026-03-03 07:08:33 +00:00
parent 9d9be17967
commit 90ca4df0e1

View File

@@ -32,7 +32,7 @@ export default function LandingPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="small" contentWidth="small"
sizing="largeSmallSizeLargeTitles" sizing="largeSmallSizeLargeTitles"
background="aurora" background="circleGradient"
cardStyle="gradient-bordered" cardStyle="gradient-bordered"
primaryButtonStyle="double-inset" primaryButtonStyle="double-inset"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -54,7 +54,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="http://img.b2bpic.net/free-photo/concept-skin-care-cosmetics-shea-butter_185193-108815.jpg" imageSrc="http://img.b2bpic.net/free-photo/concept-skin-care-cosmetics-shea-butter_185193-108815.jpg"
imageAlt="Skincare products in natural light" imageAlt="Skincare products in natural light"
frameStyle="card" frameStyle="card"
@@ -174,7 +174,7 @@ export default function LandingPage() {
tagIcon={Mail} tagIcon={Mail}
title="Stay Radiant" title="Stay Radiant"
description="Subscribe to our newsletter for skincare tips, exclusive offers, and new product launches." description="Subscribe to our newsletter for skincare tips, exclusive offers, and new product launches."
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Subscribe" buttonText="Subscribe"