Update src/app/page.tsx

This commit is contained in:
2026-03-16 07:05:19 +00:00
parent df9d1936b3
commit dfd481b6b6

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="Luminelle"
description="Discover the essence of pure beauty. Our luxury skincare collection combines nature's finest ingredients with advanced dermatological science to reveal your most radiant skin."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Learn More", href: "#about" }
@@ -61,13 +61,13 @@ export default function LandingPage() {
<TextAbout
tag="Our Story"
tagIcon={Leaf}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
title="Skincare Redefined. Nature Perfected."
useInvertedBackground={false}
buttons={[
{ text: "Explore Ingredients", href: "#ingredients" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
/>
</div>
@@ -77,7 +77,7 @@ export default function LandingPage() {
description="Handcrafted formulations designed to transform your skincare routine with visible results in just weeks."
tag="Premium Range"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
products={[
{
id: "serum-01", name: "Radiance Serum", price: "$89", variant: "30ml", imageSrc: "http://img.b2bpic.net/free-photo/top-view-skin-care-bottle-green-textured-surface_181624-43739.jpg", imageAlt: "Radiance Serum luxury bottle"
@@ -96,7 +96,7 @@ export default function LandingPage() {
buttons={[
{ text: "View All Products", href: "#products" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
/>
</div>
@@ -106,7 +106,7 @@ export default function LandingPage() {
description="Every product is meticulously crafted with the finest natural ingredients and cutting-edge skincare science."
tag="Key Benefits"
tagIcon={CheckCircle}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
features={[
{
id: "feature-1", title: "100% Natural Ingredients", description: "Sourced from sustainable farms worldwide. No synthetic additives, no compromise on purity.", imageSrc: "http://img.b2bpic.net/free-photo/calathea-leaf-background-close-up_53876-134271.jpg", imageAlt: "Natural botanical ingredients"
@@ -125,7 +125,7 @@ export default function LandingPage() {
buttons={[
{ text: "Discover Benefits", href: "#features" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
/>
</div>
@@ -139,12 +139,12 @@ export default function LandingPage() {
description="Featured in leading beauty retailers and wellness publications worldwide."
tag="Featured In"
tagIcon={Award}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
speed={40}
showCard={true}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
/>
</div>
@@ -156,7 +156,7 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Customer Stories"
tagIcon={Heart}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
testimonials={[
{
id: "testimonial-1", title: "My Skin Has Never Looked Better", quote: "After just 3 weeks of using the Radiance Serum, my skin feels incredibly smooth and looks more luminous than ever. The quality is unmatched.", name: "Sarah Mitchell", role: "Beauty Editor", imageSrc: "http://img.b2bpic.net/free-photo/sincere-delighted-feminine-blond-girl-with-blue-eyes-nice-happy-smile-gazing-camera-giggling-having-fun-laughing-enjoying-evening-posing-satisfied-cheerful-tender-pose-white-wall_176420-35203.jpg", imageAlt: "Sarah Mitchell testimonial"
@@ -174,7 +174,7 @@ export default function LandingPage() {
buttons={[
{ text: "Read More Reviews", href: "#reviews" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
/>
</div>
@@ -186,7 +186,7 @@ export default function LandingPage() {
textPosition="left"
animationType="smooth"
showCard={true}
faqsAnimation="entrance-slide"
faqsAnimation="blur-reveal"
faqs={[
{
id: "faq-1", title: "Are your products suitable for all skin types?", content: "Yes, our formulations are dermatologist-tested and designed for all skin types, including sensitive skin. Each product is crafted to be gentle yet effective."
@@ -210,7 +210,7 @@ export default function LandingPage() {
buttons={[
{ text: "Contact Support", href: "#contact" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
/>
</div>