Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 01:01:05 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -50,7 +50,7 @@ export default function LandingPage() {
{ text: "Explore Products", href: "products" },
{ text: "Learn Our Story", href: "about" }
]}
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242150.jpg"
imageAlt="Premium skincare product collection"
frameStyle="card"
@@ -124,7 +124,7 @@ export default function LandingPage() {
]
},
{
title: "Skincare Routine", description: "Developed by dermatologists and beauty experts", bentoComponent: "3d-task-list", title: "Daily Regimen", items: [
title: "Skincare Routine", description: "Developed by dermatologists and beauty experts", bentoComponent: "3d-task-list", items: [
{ icon: Droplets, label: "Cleanse", time: "Morning & Night" },
{ icon: Sparkles, label: "Treat", time: "Morning" },
{ icon: Moon, label: "Nourish", time: "Night" }