7 Commits

Author SHA1 Message Date
77e0c3e309 Update src/app/page.tsx 2026-05-06 12:46:12 +00:00
b498705456 Update src/app/page.tsx 2026-05-06 12:44:12 +00:00
a78522e39a Update src/app/page.tsx 2026-05-06 12:42:07 +00:00
68756d1a70 Merge version_2 into main
Merge version_2 into main
2026-05-06 12:40:17 +00:00
9e4a6d69fa Update src/app/page.tsx 2026-05-06 12:40:14 +00:00
784c48e9f1 Merge version_2 into main
Merge version_2 into main
2026-05-06 12:39:50 +00:00
32aced778b Update src/app/page.tsx 2026-05-06 12:39:44 +00:00

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 HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import FeatureBento from "@/components/sections/feature/FeatureBento";
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 FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { ShieldCheck, Zap, Globe, MessageSquare, Heart } from "lucide-react";
export default function SkincareTemplatePage() {
return (
@@ -28,228 +28,128 @@ export default function SkincareTemplatePage() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Luminé Skincare"
brandName="Aibin"
navItems={[
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Benefits", id: "benefits" },
{ name: "Reviews", id: "reviews" },
{ name: "Why Us", id: "benefits" },
{ name: "Testimonials", id: "reviews" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Shop Now", href: "products" }}
button={{ text: "Affiliate Program", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Luminé"
description="Pure, natural skincare formulated for radiant, healthy skin. Discover the power of botanical ingredients and scientific innovation."
<HeroBillboardDashboard
title="Scale Your Affiliate Earnings with Aibin"
description="Access top-tier skincare brands and high-conversion assets. Elevate your marketing efforts with our data-driven dashboard and partner portal."
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" }
]}
mediaAnimation="slide-up"
dashboard={{
title: "Aibin Portal", stats: [
{ title: "Earnings", values: [1500, 2200, 3100], description: "Monthly growth rate" },
{ title: "Clicks", values: [5000, 8000, 12000], description: "Engagement metrics" },
{ title: "Conversion", values: [2, 4, 6], description: "Purchase conversion" }
],
logoIcon: ShieldCheck,
sidebarItems: [{ icon: Zap, active: true }, { icon: Globe }, { icon: MessageSquare }],
buttons: [{ text: "Get Started" }],
listItems: [{ icon: Zap, title: "Transfer Initiated", status: "Pending" }, { icon: Globe, title: "Global Reach", status: "Complete" }],
imageSrc: "https://img.b2bpic.net/free-photo/make-up-brushes-pile-wild-flowers-wooden-background_482257-9797.jpg"
}}
buttons={[{ text: "Join Program", href: "#contact" }]}
/>
</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" },
{ type: "text", content: "" }
]}
buttonAnimation="blur-reveal"
useInvertedBackground={true}
buttons={[
{ text: "Learn More", href: "#benefits" }
]}
<TestimonialAboutCard
tag="Our Philosophy"
title="Affiliate-First Skincare Curation"
description="We believe in simplifying the skincare journey for your audience. Aibin connects content creators with the most trusted, high-performance global brands."
subdescription="Transparency, efficacy, and high-conversion partnerships drive everything we do."
icon={Heart}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image2.webp?_wi=1"
useInvertedBackground={false}
/>
</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"
title="Top Performing Collections"
description="High-converting products selected for optimal affiliate results."
gridVariant="one-large-left-three-stacked-right"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", name: "Dr. Botanical Labs", price: "Tier 1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image2.webp?_wi=2" },
{ id: "2", name: "Pure Glow Organics", price: "Tier 2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image3.webp" },
{ id: "3", name: "SkinScience Elite", price: "Tier 1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image1.webp?_wi=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 }
]
}
]}
<FeatureCardTwentyFive
title="Why Partners Choose Aibin"
description="Advanced tools to maximize your affiliate marketing success."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
features={[
{ title: "Conversion Tracking", description: "Detailed analytics to refine your strategy.", icon: Zap, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image4.webp" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif" }] },
{ title: "Direct Partnerships", description: "High commission rates on authentic products.", icon: ShieldCheck, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image1.webp?_wi=2" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image2.webp?_wi=3" }] }
]}
/>
</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."
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" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif", alt: "Customer testimonial" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image8.avif", alt: "Customer testimonial" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
<TestimonialCardSix
title="Partner Success Stories"
description="Trusted by beauty content creators globally."
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Emma R.", handle: "@emmarbeauty", testimonial: "Aibin transformed my affiliate revenue by providing clear metrics and top-performing skincare brands." },
{ id: "2", name: "Marcus T.", handle: "@marcusreviews", testimonial: "The brand variety and high commission rates have made Aibin my primary partner for my skincare reviews." }
]}
/>
</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."
<FaqBase
title="Partner FAQs"
description="Answers to frequently asked questions."
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. For more significant results like reduced fine lines or hyperpigmentation, allow 6-8 weeks."
},
{
id: "2",
title: "Are your products suitable for sensitive skin?",
content: "Yes! All Luminé products are formulated to be gentle and non-irritating. We use natural ingredients and avoid common irritants. We recommend patch testing first if you have very reactive skin."
},
{
id: "3",
title: "Do you offer worldwide shipping?",
content: "Absolutely! We ship to over 150 countries worldwide. Standard shipping typically takes 7-14 business days depending on your location. Express shipping options are also available for faster delivery."
},
{
id: "4",
title: "What is your return policy?",
content: "We offer a 60-day satisfaction guarantee on all purchases. If you're not completely happy with your skincare, return it for a full refund or exchange. Worldwide returns are processed efficiently through our international shipping partners."
}
{ id: "1", title: "How do I join?", content: "Simply sign up through our contact form and get instant access to your portal." },
{ id: "2", title: "Are payouts weekly?", content: "Yes, we offer reliable weekly commission payouts to all our partners." }
]}
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"
textboxLayout="default"
useInvertedBackground={false}
/>
</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: "plain" }}
<ContactSplitForm
title="Ready to scale your reach?"
description="Apply for the Aibin partner program today."
inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]}
buttonText="Join Now"
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Subscribe"
termsText="We respect your privacy. Unsubscribe anytime."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Luminé"
<FooterBaseReveal
logoText="Aibin"
columns={[
{
title: "Product",
items: [
{ label: "Moisturizers", href: "#products" },
{ label: "Serums", href: "#products" },
{ label: "Masks", href: "#products" },
{ label: "Bundles", href: "#products" }
]
},
{
title: "Company",
items: [
{ label: "About Us", href: "#about" },
{ label: "Sustainability", href: "#about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" }
]
},
{
title: "Support",
items: [
{ label: "Contact Us", href: "#contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Worldwide Shipping", href: "#" },
{ label: "Returns", href: "#" }
]
},
{
title: "Connect",
items: [
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
{ label: "Pinterest", href: "#" },
{ label: "TikTok", href: "#" }
]
}
{ title: "Platform", items: [{ label: "Products", href: "#products" }, { label: "Why Us", href: "#benefits" }] },
{ title: "Legal", items: [{ label: "Terms", href: "#" }, { label: "Privacy", href: "#" }] }
]}
copyrightText="© 2025 Luminé Skincare. All rights reserved."
/>
</div>
</ThemeProvider>
);
}
}