1 Commits

Author SHA1 Message Date
9c76558f05 Update src/app/page.tsx 2026-03-05 19:59:06 +00:00
4 changed files with 106 additions and 110 deletions

View File

@@ -1,23 +1,33 @@
import type { Metadata } from "next";
import { Poppins } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Archivo } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const archivo = Archivo({
variable: "--font-archivo", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Premium Wigs & Professional Hair Care | Elite Beauty Supply", description: "Discover luxury wigs and professional hair care products for the modern beauty community. Premium quality, expert service, locally-owned beauty supply store.", keywords: "premium wigs, professional hair care, beauty supply, luxury wigs, hair extensions, hair care products", openGraph: {
title: "Premium Wigs & Professional Hair Care | Elite Beauty Supply", description: "Luxury wigs and professional hair care for the beauty community.", siteName: "Elite Beauty Supply", type: "website", images: [
title: "Lumière Skincare | Premium Natural Skincare Products", description: "Discover luxurious skincare formulated with natural ingredients. Transform your skin with Lumière's premium collection of serums, creams, and cleansers.", keywords: "skincare, luxury cosmetics, natural skincare, organic beauty, anti-aging", openGraph: {
title: "Lumière Skincare | Premium Natural Skincare", description: "Experience transformative skincare with our luxury collection of natural products.", siteName: "Lumière Skincare", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/beauty-self-care-products-arrangement_23-2148976971.jpg", alt: "Elite Beauty Supply Premium Collection"},
url: "http://img.b2bpic.net/free-photo/selfcare-products-arrangement_23-2149249587.jpg", alt: "Lumière Skincare Collection"},
],
},
twitter: {
card: "summary_large_image", title: "Premium Wigs & Professional Hair Care | Elite Beauty Supply", description: "Discover luxury wigs and professional hair care products.", images: ["http://img.b2bpic.net/free-photo/beauty-self-care-products-arrangement_23-2148976971.jpg"],
card: "summary_large_image", title: "Lumière Skincare | Premium Natural Skincare", description: "Discover luxurious skincare formulated with natural ingredients.", images: ["http://img.b2bpic.net/free-photo/selfcare-products-arrangement_23-2149249587.jpg"],
},
robots: {
index: true,
@@ -33,7 +43,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${poppins.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
>
<Tag />
{children}

View File

@@ -10,49 +10,48 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Award, Droplet, Heart, HelpCircle, Leaf, Mail, Shield, Sparkles, Zap, Crown, Star } from 'lucide-react';
import { Award, Droplet, Heart, HelpCircle, Leaf, Mail, Shield, Sparkles, Zap } from 'lucide-react';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="mediumLarge"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="none"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="bold"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "About", id: "about" },
{ name: "Gallery", id: "products" },
{ name: "Why Us", id: "features" },
{ name: "Reviews", id: "testimonials" },
{ name: "Products", id: "products" },
{ name: "Features", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
]}
button={{
text: "Shop Now", href: "products"
}}
brandName="Elite Beauty Supply"
text: "Shop Now", href: "products"}}
brandName="Lumière Skincare"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Elite Beauty Supply"
description="Your destination for premium wigs and professional hair care products. Celebrating beauty, quality, and community with locally-owned expertise and luxury selection."
logoText="Lumière Skincare"
description="Discover the power of nature's finest ingredients. Our luxurious skincare collection is crafted to nourish, transform, and reveal your most radiant skin."
buttons={[
{ text: "Explore Gallery", href: "products" },
{ text: "Learn About Us", href: "about" },
{ text: "Explore Products", href: "products" },
{ text: "Learn More", href: "about" },
]}
background={{ variant: "plain" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/selfcare-products-arrangement_23-2149249587.jpg"
imageAlt="Premium wig and hair care collection"
imageAlt="Premium skincare products collection"
mediaAnimation="slide-up"
frameStyle="card"
buttonAnimation="opacity"
@@ -63,12 +62,12 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Crafted with" },
{ type: "image", src: "http://img.b2bpic.net/free-vector/grunge-vegan-seal-stamp-rubber-look_78370-671.jpg", alt: "Premium quality" },
{ type: "text", content: "passion for quality beauty solutions" },
{ type: "image", src: "http://img.b2bpic.net/free-vector/grunge-vegan-seal-stamp-rubber-look_78370-671.jpg", alt: "Premium ingredients" },
{ type: "text", content: "premium natural ingredients for transformative beauty" },
]}
buttons={[
{ text: "Our Story", href: "#about" },
{ text: "Contact Us", href: "#contact" },
{ text: "Sustainability", href: "#" },
]}
useInvertedBackground={false}
buttonAnimation="opacity"
@@ -77,31 +76,27 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardOne
title="Featured Wig Gallery"
description="Handpicked premium wigs and hair care essentials selected for quality, style, and authenticity. Discover the perfect look for every occasion."
tag="5-Star Collection"
tagIcon={Star}
title="Our Signature Collection"
description="Handpicked products designed to address every skincare concern with pure, effective formulations."
tag="Best Sellers"
tagIcon={Sparkles}
tagAnimation="opacity"
products={[
{
id: "1", name: "Luxury Lace Front Wig", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238265.jpg", imageAlt: "Luxury Lace Front Wig"
},
id: "1", name: "Hydrating Rose Serum", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238265.jpg", imageAlt: "Hydrating Rose Serum bottle"},
{
id: "2", name: "Professional Styling Cream", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/skin-care-banner-concept-with-lotion_23-2149449093.jpg", imageAlt: "Professional Styling Cream"
},
id: "2", name: "Nourishing Night Cream", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/skin-care-banner-concept-with-lotion_23-2149449093.jpg", imageAlt: "Nourishing Night Cream jar"},
{
id: "3", name: "Deep Conditioning Treatment", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/beauty-self-care-products-arrangement_23-2148976971.jpg", imageAlt: "Deep Conditioning Treatment"
},
id: "3", name: "Gentle Cleanser", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/beauty-self-care-products-arrangement_23-2148976971.jpg", imageAlt: "Gentle Cleanser bottle"},
{
id: "4", name: "Premium Wig Care Kit", price: "$67", imageSrc: "http://img.b2bpic.net/free-photo/human-hand-holding-jar-moisturizing-cream_23-2147926880.jpg", imageAlt: "Premium Wig Care Kit"
},
id: "4", name: "Radiant Eye Cream", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/human-hand-holding-jar-moisturizing-cream_23-2147926880.jpg", imageAlt: "Radiant Eye Cream jar"},
]}
textboxLayout="default"
animationType="slide-up"
gridVariant="bento-grid"
useInvertedBackground={false}
buttons={[
{ text: "View Full Collection", href: "#" },
{ text: "View All", href: "#" },
]}
buttonAnimation="opacity"
/>
@@ -109,42 +104,37 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureBento
title="Why Elite Beauty Supply"
description="Premium quality, expert service, and community-focused beauty solutions. We're committed to celebrating authentic beauty for everyone."
tag="Premium Standards"
tagIcon={Crown}
title="Why Choose Lumière"
description="Experience skincare that combines nature's wisdom with scientific innovation for visible, lasting results."
tag="Premium Quality"
tagIcon={Award}
tagAnimation="opacity"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
features={[
{
title: "Premium Selection", description: "Carefully curated wigs and hair products from the best manufacturers worldwide", bentoComponent: "icon-info-cards", items: [
{ icon: Crown, label: "Luxury Brands", value: "100%" },
{ icon: Star, label: "Quality Verified", value: "Every Item" },
{ icon: Shield, label: "Authentic", value: "Guaranteed" },
title: "Natural Ingredients", description: "Pure botanicals and organic extracts selected for maximum efficacy", bentoComponent: "icon-info-cards", items: [
{ icon: Leaf, label: "Organic", value: "100%" },
{ icon: Droplet, label: "Hydrating", value: "Deep" },
{ icon: Shield, label: "Safe", value: "Tested" },
],
},
{
title: "Expert Knowledge", description: "Professional team with deep expertise in wigs and hair care solutions", bentoComponent: "animated-bar-chart"
},
title: "Advanced Formulation", description: "Scientifically proven compounds that work synergistically", bentoComponent: "animated-bar-chart"},
{
title: "Community Focus", description: "Celebrating beauty diversity and supporting your personal style journey", bentoComponent: "globe"
},
title: "Sustainable Packaging", description: "Eco-friendly materials that protect your skin and the planet", bentoComponent: "globe"},
{
title: "Customer Results", description: "Real transformations and satisfaction from our valued community", bentoComponent: "3d-stack-cards", items: [
{
icon: Star,
title: "Stunning", subtitle: "Looks Achieved", detail: "98% satisfaction rate"
},
{
icon: Heart,
title: "Confident", subtitle: "Transformations", detail: "95% repeat customers"
},
title: "Customer Results", description: "Real transformations from our community of skincare enthusiasts", bentoComponent: "3d-stack-cards", items: [
{
icon: Sparkles,
title: "Beautiful", subtitle: "Hair Always", detail: "5-star community"
},
title: "Radiant", subtitle: "Glowing Skin", detail: "95% saw improvement"},
{
icon: Heart,
title: "Nourished", subtitle: "Healthy Glow", detail: "92% very satisfied"},
{
icon: Zap,
title: "Energized", subtitle: "Fresh Skin", detail: "98% would repurchase"},
],
},
]}
@@ -154,9 +144,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Elite Beauty Supply transformed my look! The quality of their wigs is exceptional, and the staff really knows their craft. I felt welcomed, celebrated, and confident from my first visit. This is the place where beauty meets community."
testimonial="Lumière Skincare completely transformed my complexion. After just three weeks, my skin felt more hydrated, looked more radiant, and finally felt healthy again. The products are luxurious without being heavy, and the results speak for themselves."
rating={5}
author="Keisha Johnson, Professional Stylist"
author="Sarah Mitchell, Beauty Influencer"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer 2" },
@@ -173,36 +163,30 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Hair Care & Wig Questions"
description="Everything you need to know about selecting, styling, and caring for your premium wigs and hair products."
tag="Expert Advice"
title="Skincare Questions Answered"
description="Everything you need to know about our products, ingredients, and skincare routines."
tag="Help Center"
tagIcon={HelpCircle}
tagAnimation="opacity"
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/caucasian-blonde-girl-applies-anti-aging-cream-skin-aging-her-mother-s-face-indoors-concept-natural-cosmetics-wrinkle-smoothing_197531-31469.jpg"
imageAlt="Professional wig consultation"
imageAlt="Skincare routine consultation"
mediaAnimation="slide-up"
mediaPosition="right"
faqs={[
{
id: "1", title: "How do I choose the right wig?", content: "Consider your face shape, skin tone, and personal style. Our expert team can help you find the perfect match. We recommend visiting in person for a consultation, where we can try different styles and colors to find what makes you feel most confident."
},
id: "1", title: "How long before I see results?", content: "Most customers notice visible improvements in skin texture and hydration within 2-3 weeks of consistent use. For more significant concerns like fine lines or hyperpigmentation, results typically appear within 6-8 weeks."},
{
id: "2", title: "How should I care for my wig?", content: "Proper care extends your wig's lifespan. Wash with cool water using wig-specific shampoo, condition gently, and air dry. Store on a wig head or stand to maintain style. Avoid excessive heat unless your wig is heat-resistant. Our care kits include everything you need."
},
id: "2", title: "Are your products suitable for sensitive skin?", content: "Yes! Our formulations are hypoallergenic and free from harsh chemicals, sulfates, and parabens. However, we always recommend performing a patch test first, and consulting with a dermatologist if you have specific skin conditions."},
{
id: "3", title: "What's the difference between human and synthetic wigs?", content: "Human hair wigs offer versatility and longevity—you can style, color, and heat-treat them. Synthetic wigs hold their style, require less maintenance, and are often more affordable. We carry both types to match every budget and lifestyle."
},
id: "3", title: "Can I use multiple products together?", content: "Absolutely. Our products are designed to work synergistically. We recommend: Cleanser → Toner → Serum → Moisturizer → SPF (morning). For evening: Cleanser → Toner → Serum → Night Cream."},
{
id: "4", title: "Do you offer wig styling services?", content: "Yes! Our professional stylists can customize your wig to fit perfectly and flatter your features. Whether you need cutting, coloring, or styling advice, our team is here to help you look and feel amazing."
},
id: "4", title: "What is your return policy?", content: "We offer a 60-day satisfaction guarantee. If you're not completely happy with your purchase, simply return the product for a full refund, no questions asked."},
{
id: "5", title: "What hair care products do you recommend?", content: "We offer a curated selection of professional-grade products specifically formulated for different hair types and concerns. Our staff can recommend products based on your hair texture, porosity, and specific needs."
},
id: "5", title: "Are your ingredients ethically sourced?", content: "Yes, we partner exclusively with suppliers who practice fair trade and sustainable harvesting methods. All our ingredients are cruelty-free and we never test on animals."},
{
id: "6", title: "Do you have a return or exchange policy?", content: "We stand behind our products with a 30-day satisfaction guarantee. If you're not completely happy, exchange or return for a full refund. We want you to feel confident in every purchase."
},
id: "6", title: "How should I store my skincare products?", content: "Store products in a cool, dark place away from direct sunlight. Keep containers tightly sealed. Most products have a 12-month shelf life after opening. Check the bottom of packaging for batch codes and expiration dates."},
]}
faqsAnimation="blur-reveal"
animationType="smooth"
@@ -212,36 +196,36 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
tag="Stay Connected"
title="Exclusive Offers & Beauty Tips"
description="Join our community for expert hair care tips, new product launches, exclusive member discounts, and beauty inspiration delivered to your inbox."
tag="Newsletter"
title="Get Exclusive Skincare Tips & Offers"
description="Subscribe to our newsletter for expert skincare advice, new product launches, exclusive discounts, and beauty insights delivered straight to your inbox."
tagIcon={Mail}
tagAnimation="opacity"
background={{ variant: "plain" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Subscribe"
termsText="We respect your privacy. Unsubscribe anytime. Your beauty journey matters to us."
termsText="We respect your privacy. Unsubscribe anytime. Your skincare journey starts here."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Elite Beauty"
logoText="Lumière"
columns={[
{
title: "Products", items: [
{ label: "Premium Wigs", href: "#" },
{ label: "Hair Care", href: "#" },
{ label: "Styling Products", href: "#" },
{ label: "Accessories", href: "#" },
{ label: "Serums", href: "#" },
{ label: "Moisturizers", href: "#" },
{ label: "Cleansers", href: "#" },
{ label: "Face Masks", href: "#" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Story", href: "#" },
{ label: "Styling Services", href: "#" },
{ label: "Sustainability", href: "#" },
{ label: "Careers", href: "#" },
],
},
@@ -262,7 +246,7 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2025 Elite Beauty Supply. All rights reserved. Celebrating beauty diversity."
copyrightText="© 2025 Lumière Skincare. All rights reserved."
/>
</div>
</ThemeProvider>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-poppins), sans-serif;
font-family: var(--font-archivo), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-poppins), sans-serif;
font-family: var(--font-archivo), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #b2a28b;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);