Update src/app/page.tsx

This commit is contained in:
2026-03-07 06:22:43 +00:00
parent 383f9df329
commit 334d744e9e

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSmall"
background="floatingGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -49,7 +49,7 @@ export default function LandingPage() {
description="Discover our curated collection of premium skincare products formulated with natural ingredients and backed by dermatological research."
tag="Premium Skincare"
tagIcon={Sparkles}
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/brown-glass-dropper-bottle-with-white-box-product-mockup_53876-143026.jpg", imageAlt: "Luxury moisturizer skincare product" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-clear-skin-holding-sliced-orange-fruit_23-2149207895.jpg", imageAlt: "Vitamin C brightening serum" },
@@ -138,10 +138,10 @@ export default function LandingPage() {
tagIcon={Heart}
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@sarahmakeup", testimonial: "My skin has never looked better! The Luminous Serum gave me the glow I always wanted. Highly recommend SkinGlow to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/happy-latin-woman-smiling-pink-background_633478-251.jpg?_wi=1", imageAlt: "Sarah Mitchell"
id: "1", name: "Sarah Mitchell", handle: "@sarahmakeup", testimonial: "My skin has never looked better! The Luminous Serum gave me the glow I always wanted. Highly recommend SkinGlow to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/happy-latin-woman-smiling-pink-background_633478-251.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "Jessica Chen", handle: "@beautybyjessica", testimonial: "As a skincare enthusiast, I'm impressed by the quality and results. These products are worth every penny and then some.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-getting-married_23-2150753670.jpg?_wi=1", imageAlt: "Jessica Chen"
id: "2", name: "Jessica Chen", handle: "@beautybyjessica", testimonial: "As a skincare enthusiast, I'm impressed by the quality and results. These products are worth every penny and then some.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-getting-married_23-2150753670.jpg", imageAlt: "Jessica Chen"
},
{
id: "3", name: "Emma Rodriguez", handle: "@empoweredbeauty", testimonial: "The Radiant Moisturizer solved my dry skin issues. My complexion is now hydrated, smooth, and absolutely radiant.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Emma Rodriguez"
@@ -150,10 +150,10 @@ export default function LandingPage() {
id: "4", name: "Michelle Thompson", handle: "@skincarepro", testimonial: "Finally found a skincare brand that delivers on its promises. The entire SkinGlow collection is a game-changer for me.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-3611.jpg", imageAlt: "Michelle Thompson"
},
{
id: "5", name: "Laura Bennett", handle: "@beautyseeker", testimonial: "Quality ingredients, visible results, and customer service that actually cares. SkinGlow is my new skincare destination.", imageSrc: "http://img.b2bpic.net/free-photo/happy-latin-woman-smiling-pink-background_633478-251.jpg?_wi=2", imageAlt: "Laura Bennett"
id: "5", name: "Laura Bennett", handle: "@beautyseeker", testimonial: "Quality ingredients, visible results, and customer service that actually cares. SkinGlow is my new skincare destination.", imageSrc: "http://img.b2bpic.net/free-photo/happy-latin-woman-smiling-pink-background_633478-251.jpg", imageAlt: "Laura Bennett"
},
{
id: "6", name: "Sophie Wilson", handle: "@glowinglaurie", testimonial: "After just two weeks, my friends noticed how much my skin improved. SkinGlow products are absolutely incredible!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-getting-married_23-2150753670.jpg?_wi=2", imageAlt: "Sophie Wilson"
id: "6", name: "Sophie Wilson", handle: "@glowinglaurie", testimonial: "After just two weeks, my friends noticed how much my skin improved. SkinGlow products are absolutely incredible!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-getting-married_23-2150753670.jpg", imageAlt: "Sophie Wilson"
}
]}
animationType="slide-up"