Update src/app/page.tsx

This commit is contained in:
2026-05-09 17:51:51 +00:00
parent 7626ec7742
commit 347ad2e531

View File

@@ -2,15 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MediaAbout from '@/components/sections/about/MediaAbout';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Mail, Leaf, Droplet, Sprout, Wind } from "lucide-react";
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Mail, Leaf, Droplet, Sprout, Wind, ArrowRight, Sparkles, ShieldCheck, Truck } from "lucide-react";
export default function SkincareTemplatePage() {
return (
@@ -41,92 +41,63 @@ export default function SkincareTemplatePage() {
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
<HeroCarouselLogo
logoText="Luminé"
description="Pure, natural skincare formulated for radiant, healthy skin. Discover the power of botanical ingredients and scientific innovation."
background={{ variant: "sparkles-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/hero.webp"
imageAlt="Luxury skincare products with natural ingredients"
frameStyle="card"
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Learn More", href: "#about" }
description="Experience the next generation of botanical beauty. Curated formulas that transform your skin naturally."
slides={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/hero.webp", imageAlt: "Natural botanical extract" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image2.webp", imageAlt: "Product showcase" }
]}
mediaAnimation="slide-up"
buttons={[{ text: "Discover Range", href: "#products" }]}
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Crafted with care and precision using nature's finest elements and cutting-edge skincare science to deliver exceptional results for your skin" },
{ type: "image", src: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg", alt: "Natural ingredients" }
]}
buttonAnimation="blur-reveal"
<MediaAbout
title="Pure Skincare, Defined"
description="Luminé brings together traditional plant-based rituals with modern clinical research to provide holistic skin solutions."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image4.webp"
useInvertedBackground={true}
buttons={[
{ text: "Learn More", href: "#benefits" }
]}
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
title="Our Signature Collection"
description="Discover our carefully curated skincare essentials designed to nourish and revitalize your skin. Worldwide shipping available."
products={[
{
id: "1", name: "Hydrating Moisturizer", price: "$68", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image2.webp", imageAlt: "Hydrating Moisturizer bottle"
},
{
id: "2", name: "Radiance Serum", price: "$85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image3.webp", imageAlt: "Radiance Serum bottle"
},
{
id: "3", name: "Purifying Face Mask", price: "$52", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image1.webp", imageAlt: "Purifying Face Mask jar"
}
]}
gridVariant="three-columns-all-equal-width"
<ProductCardThree
title="Curated Essentials"
description="Our collection of high-performance skincare."
gridVariant="asymmetric-60-wide-40-narrow"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", name: "Hydrating Moisturizer", price: "$68", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image2.webp", initialQuantity: 1 },
{ id: "2", name: "Radiance Serum", price: "$85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image3.webp", initialQuantity: 1 },
{ id: "3", name: "Purifying Face Mask", price: "$52", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image1.webp", initialQuantity: 1 }
]}
/>
</div>
<div id="benefits" data-section="benefits">
<FeatureBento
title="Why Choose Luminé"
description="Scientifically-formulated skincare products that deliver visible results with natural, sustainable ingredients. Available for worldwide shipping."
features={[
{
title: "Worldwide Shipping", description: "Fast and reliable delivery to over 150 countries worldwide", bentoComponent: "globe"
},
{
title: "Clinically Proven", description: "Dermatologist-tested and proven effective in clinical trials", bentoComponent: "line-chart"
},
{
title: "Sustainable", description: "Eco-conscious packaging and ethical sourcing practices", bentoComponent: "orbiting-icons", centerIcon: Leaf,
items: [
{ icon: Droplet, ring: 1 },
{ icon: Sprout, ring: 2 },
{ icon: Wind, ring: 3 }
]
}
]}
animationType="slide-up"
textboxLayout="default"
<FeatureCardTwentySix
title="The Luminé Difference"
description="Engineered for efficacy, inspired by nature."
useInvertedBackground={true}
textboxLayout="default"
features={[
{ title: "Ethical Sourcing", description: "Certified cruelty-free ingredients.", buttonIcon: Leaf, buttonHref: "#" },
{ title: "Dermatologist Approved", description: "Clinical testing at every stage.", buttonIcon: ShieldCheck, buttonHref: "#" },
{ title: "Global Logistics", description: "Delivered to your door worldwide.", buttonIcon: Truck, buttonHref: "#" },
{ title: "Active Botanicals", description: "Concentrated plant extracts for results.", buttonIcon: Sprout, buttonHref: "#" }
]}
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardFifteen
testimonial="Luminé skincare has completely transformed my routine. My skin feels more radiant and healthy than ever before. I love that it's made with natural ingredients I can trust. Plus, worldwide shipping made it so easy to get my products delivered wherever I am."
testimonial="The best change I ever made to my routine. My skin is glowing again!"
rating={5}
author="Sarah Mitchell, Beauty Editor"
avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif", alt: "Sarah Mitchell" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image6.avif", alt: "Customer testimonial" }
]}
author="Elena R., Verified Customer"
avatars={[{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image6.avif", alt: "Customer" }]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
@@ -134,45 +105,39 @@ export default function SkincareTemplatePage() {
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Frequently Asked Questions"
description="Everything you need to know about our skincare products, worldwide shipping, and delivery."
<FaqSplitText
sideTitle="Need Assistance?"
sideDescription="Our experts are here to help you build the perfect skincare routine."
faqs={[
{ id: "1", title: "How long does it take to see results?", content: "Most customers notice visible improvements in skin texture and radiance within 2-4 weeks of consistent use." },
{ id: "2", title: "Are your products suitable for sensitive skin?", content: "Yes! All Luminé products are formulated to be gentle and non-irritating." }
{ id: "1", title: "How do I choose the right product?", content: "Try our quick skin-type questionnaire for personalized recommendations." },
{ id: "2", title: "Do you ship internationally?", content: "Yes, we ship to over 150+ countries worldwide." }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image4.webp"
imageAlt="Skincare routine and wellness"
mediaPosition="left"
textboxLayout="default"
faqsAnimation="slide-up"
mediaAnimation="slide-up"
useInvertedBackground={true}
animationType="smooth"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Newsletter"
title="Get Your Glow On"
description="Subscribe to our newsletter for skincare tips, product launches, and exclusive worldwide shipping offers delivered to your inbox."
tagIcon={Mail}
background={{ variant: "sparkles-gradient" }}
<ContactSplitForm
title="Join the Circle"
description="Stay updated on new releases and exclusive skin tips."
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Subscribe"
inputs={[
{ name: "name", type: "text", placeholder: "Full Name" },
{ name: "email", type: "email", placeholder: "Email Address" }
]}
textarea={{ name: "message", placeholder: "Questions about your routine?" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Luminé"
<FooterSimple
columns={[
{ title: "Product", items: [{ label: "Moisturizers", href: "#products" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }] }
{ title: "Shop", items: [{ label: "Collection", href: "#products" }, { label: "Best Sellers", href: "#products" }] },
{ title: "Help", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] }
]}
copyrightText="© 2025 Luminé Skincare. All rights reserved."
bottomLeftText="© 2025 Luminé"
bottomRightText="Privacy Policy"
/>
</div>
</ThemeProvider>