From 97b892a26946c30c1ef66ad0dbe7a9a79a45966e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:37:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 869877f..d4062bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { description="Every product in our collection is meticulously formulated with the world's finest natural ingredients. We believe true beauty comes from nourishing your skin with what nature intended." tag="Our Story" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[{ text: "Discover Ingredients", href: "#benefits" }]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238252.jpg" @@ -79,7 +79,7 @@ export default function LandingPage() { description="Discover our curated selection of transformative skincare essentials" tag="Best Sellers" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[{ text: "View All Products", href: "#products" }]} buttonAnimation="slide-up" textboxLayout="default" @@ -110,7 +110,7 @@ export default function LandingPage() { description="Experience the science-backed benefits that make our skincare truly transformative" tag="Benefits" tagIcon={CheckCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[{ text: "Start Your Journey", href: "#contact" }]} buttonAnimation="slide-up" textboxLayout="default" @@ -140,7 +140,7 @@ export default function LandingPage() { description="Hear from those who've experienced the Luminé transformation" tag="Testimonials" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[{ text: "Join Our Community", href: "#contact" }]} buttonAnimation="slide-up" textboxLayout="default" @@ -150,7 +150,7 @@ export default function LandingPage() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Sofia Martinez", handle: "@sophiaskincare", testimonial: "Luminé completely transformed my skin. After just four weeks, my complexion is glowing and my hyperpigmentation has noticeably faded. This is luxury skincare at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-female-face_93675-132046.jpg?_wi=1", imageAlt: "Sofia Martinez" + id: "1", name: "Sofia Martinez", handle: "@sophiaskincare", testimonial: "Luminé completely transformed my skin. After just four weeks, my complexion is glowing and my hyperpigmentation has noticeably faded. This is luxury skincare at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-female-face_93675-132046.jpg", imageAlt: "Sofia Martinez" }, { id: "2", name: "Emma Richardson", handle: "@beautyby_emma", testimonial: "I was skeptical about natural skincare, but Luminé proved me wrong. The results are comparable to expensive clinical treatments, without any irritation.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7970.jpg", imageAlt: "Emma Richardson" @@ -159,13 +159,13 @@ export default function LandingPage() { id: "3", name: "Jasmine Chen", handle: "@skincare_scientist", testimonial: "As a skincare chemist, I'm impressed by their ingredient sourcing and formulation. The serums are absolutely exquisite.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-face-closeup-isolated-black-background-beautiful-model-girl-makeup-gorgeous-lady-with-perfect-skin_639032-159.jpg", imageAlt: "Jasmine Chen" }, { - id: "4", name: "Nicole Brooks", handle: "@niceandglow", testimonial: "Luminé's moisturizer is like wrapping my face in silk. My skin has never felt more nourished and radiant. Absolute game-changer.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-female-face_93675-132046.jpg?_wi=2", imageAlt: "Nicole Brooks" + id: "4", name: "Nicole Brooks", handle: "@niceandglow", testimonial: "Luminé's moisturizer is like wrapping my face in silk. My skin has never felt more nourished and radiant. Absolute game-changer.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-female-face_93675-132046.jpg", imageAlt: "Nicole Brooks" }, { id: "5", name: "Victoria Sterling", handle: "@luxebeauty_vic", testimonial: "I've tried every luxury skincare brand, and Luminé stands out. The efficacy, the packaging, the entire experience is premium.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-sensual-brunette-female-white-bra_613910-7907.jpg", imageAlt: "Victoria Sterling" }, { - id: "6", name: "Maya Patel", handle: "@glowupwithmaya", testimonial: "My dermatologist actually recommended Luminé to her other patients. That's how you know it's legit. Love this brand!", imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-female-face_93675-132046.jpg?_wi=3", imageAlt: "Maya Patel" + id: "6", name: "Maya Patel", handle: "@glowupwithmaya", testimonial: "My dermatologist actually recommended Luminé to her other patients. That's how you know it's legit. Love this brand!", imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-female-face_93675-132046.jpg", imageAlt: "Maya Patel" } ]} /> @@ -177,7 +177,7 @@ export default function LandingPage() { title="Glow From Within" description="Subscribe to our exclusive newsletter for skincare tips, new product launches, and special beauty rituals delivered straight to your inbox." tagIcon={Mail} - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7545.jpg" -- 2.49.1