21 Commits

Author SHA1 Message Date
feb1dc5e75 Update theme colors 2026-03-12 07:39:59 +00:00
d576c06915 Update src/app/page.tsx 2026-03-12 07:38:33 +00:00
77fb93c408 Update theme colors 2026-03-12 07:37:19 +00:00
0b904bc342 Update theme colors 2026-03-12 07:35:52 +00:00
6885940c08 Update theme colors 2026-03-12 07:35:25 +00:00
74bc1defd9 Update theme colors 2026-03-12 07:34:31 +00:00
d2b753eab6 Update theme colors 2026-03-12 07:16:58 +00:00
493c42c090 Update theme colors 2026-03-12 07:10:15 +00:00
9abc52101c Update src/app/page.tsx 2026-03-12 06:32:44 +00:00
b7d4c52d95 Update src/app/clothing/page.tsx 2026-03-12 06:32:44 +00:00
dc342cbf8f Update src/app/page.tsx 2026-03-12 06:32:19 +00:00
fbcdc9b9fc Update src/app/contact/page.tsx 2026-03-12 06:32:18 +00:00
092641010f Update src/app/clothing/page.tsx 2026-03-12 06:32:18 +00:00
63688ddf16 Update src/app/beauty/page.tsx 2026-03-12 06:32:18 +00:00
10f952040a Update src/app/about/page.tsx 2026-03-12 06:32:17 +00:00
f5c4e25bd4 Merge version_2 into main
Merge version_2 into main
2026-03-12 05:42:32 +00:00
5c03c9985a Update src/app/page.tsx 2026-03-12 05:42:28 +00:00
a3d4ad2cc1 Merge version_1 into main
Merge version_1 into main
2026-03-12 05:41:00 +00:00
8270b666be Merge version_1 into main
Merge version_1 into main
2026-03-12 05:39:59 +00:00
ab880936cb Merge version_1 into main
Merge version_1 into main
2026-03-12 05:38:44 +00:00
f3f5fb8bf2 Merge version_1 into main
Merge version_1 into main
2026-03-12 05:38:18 +00:00
6 changed files with 99 additions and 154 deletions

View File

@@ -69,22 +69,9 @@ export default function AboutPage() {
tagIcon={Award}
tagAnimation="slide-up"
names={[
"Nike",
"Chanel",
"Dyson",
"Apple",
"Sephora",
"Zara",
"Calvin Klein",
"Tom Ford",
]}
"Nike", "Chanel", "Dyson", "Apple", "Sephora", "Zara", "Calvin Klein", "Tom Ford"]}
logos={[
"http://img.b2bpic.net/free-photo/close-up-football-player-feet-with-ball_23-2147833471.jpg",
"http://img.b2bpic.net/free-vector/elegant-capital-letters-logos-with-ornamental-circles_23-2147558070.jpg",
"http://img.b2bpic.net/free-vector/gradient-as-logo-template_23-2151182569.jpg",
"http://img.b2bpic.net/free-vector/flat-abstract-business-card-template_23-2148206284.jpg",
"http://img.b2bpic.net/free-vector/luxury-logos-wedding-monograms-collection-design_1017-25869.jpg",
]}
"http://img.b2bpic.net/free-photo/close-up-football-player-feet-with-ball_23-2147833471.jpg", "http://img.b2bpic.net/free-vector/elegant-capital-letters-logos-with-ornamental-circles_23-2147558070.jpg", "http://img.b2bpic.net/free-vector/gradient-as-logo-template_23-2151182569.jpg", "http://img.b2bpic.net/free-vector/flat-abstract-business-card-template_23-2148206284.jpg", "http://img.b2bpic.net/free-vector/luxury-logos-wedding-monograms-collection-design_1017-25869.jpg"]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -98,7 +85,7 @@ export default function AboutPage() {
tagIcon={Mail}
tagAnimation="slide-up"
title="Join Our Luminance Community"
description="Subscribe to our newsletter and receive exclusive access to new collections, curated style guides, behind-the-scenes stories, and VIP early-bird offers."
description="Subscribe to get early access to new launches, VIP discounts, and exclusive styling tips—members save up to 20%"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/bouquet-tulips-coffee-candles-book-bed-top-view_169016-35409.jpg?_wi=5"
@@ -106,7 +93,7 @@ export default function AboutPage() {
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="your@email.com"
buttonText="Subscribe"
buttonText="Get Early Access"
termsText="We respect your privacy. Unsubscribe anytime."
onSubmit={() => {}}
/>
@@ -117,8 +104,7 @@ export default function AboutPage() {
logoText="Luminance"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Products", href: "/shop" },
{ label: "Clothing", href: "/clothing" },
{ label: "Beauty", href: "/beauty" },
@@ -126,8 +112,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "#" },
@@ -135,8 +120,7 @@ export default function AboutPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Shipping Info", href: "#" },
@@ -144,8 +128,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
@@ -158,4 +141,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -22,8 +22,7 @@ export default function BeautyPage() {
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Products", href: "/shop" },
{ label: "Clothing", href: "/clothing" },
{ label: "Beauty", href: "/beauty" },
@@ -31,8 +30,7 @@ export default function BeautyPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "#" },
@@ -40,8 +38,7 @@ export default function BeautyPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Shipping Info", href: "#" },
@@ -49,8 +46,7 @@ export default function BeautyPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
@@ -84,47 +80,17 @@ export default function BeautyPage() {
description="Discover our premium selection of beauty and skincare products from the world's finest brands"
products={[
{
id: "beauty-1",
name: "Luminance Beauty Serum Pro",
price: "$89.00",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-applying-serum_23-2149168563.jpg?_wi=3",
imageAlt: "Premium anti-aging serum",
},
id: "beauty-1", name: "Luminance Beauty Serum Pro", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-applying-serum_23-2149168563.jpg?_wi=3", imageAlt: "Premium anti-aging serum"},
{
id: "beauty-2",
name: "Gold Luxury Lipstick",
price: "$55.00",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336398.jpg?_wi=3",
imageAlt: "Premium luxury lipstick",
},
id: "beauty-2", name: "Gold Luxury Lipstick", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336398.jpg?_wi=3", imageAlt: "Premium luxury lipstick"},
{
id: "beauty-3",
name: "Radiant Moisturizing Cream",
price: "$79.00",
imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-product_23-2148989954.jpg?_wi=2",
imageAlt: "Premium moisturizing cream",
},
id: "beauty-3", name: "Radiant Moisturizing Cream", price: "$79.00", imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-product_23-2148989954.jpg?_wi=2", imageAlt: "Premium moisturizing cream"},
{
id: "beauty-4",
name: "Eye Contour Treatment",
price: "$95.00",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-applying-serum_23-2149168563.jpg?_wi=4",
imageAlt: "Premium eye contour treatment",
},
id: "beauty-4", name: "Eye Contour Treatment", price: "$95.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-applying-serum_23-2149168563.jpg?_wi=4", imageAlt: "Premium eye contour treatment"},
{
id: "beauty-5",
name: "Luminance Face Mask",
price: "$69.00",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336398.jpg?_wi=4",
imageAlt: "Premium luxury face mask",
},
id: "beauty-5", name: "Luminance Face Mask", price: "$69.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336398.jpg?_wi=4", imageAlt: "Premium luxury face mask"},
{
id: "beauty-6",
name: "Luxe Facial Oil",
price: "$85.00",
imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-product_23-2148989954.jpg?_wi=3",
imageAlt: "Premium facial oil",
},
id: "beauty-6", name: "Luxe Facial Oil", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-product_23-2148989954.jpg?_wi=3", imageAlt: "Premium facial oil"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -140,33 +106,13 @@ export default function BeautyPage() {
description="Build your perfect routine with our curated selection of beauty essentials"
products={[
{
id: "skin-1",
name: "Gentle Cleansing Milk",
price: "$45.00",
imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-product_23-2148989954.jpg?_wi=4",
imageAlt: "Premium gentle cleanser",
},
id: "skin-1", name: "Gentle Cleansing Milk", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-product_23-2148989954.jpg?_wi=4", imageAlt: "Premium gentle cleanser"},
{
id: "skin-2",
name: "Hydrating Toner",
price: "$52.00",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-applying-serum_23-2149168563.jpg?_wi=5",
imageAlt: "Premium hydrating toner",
},
id: "skin-2", name: "Hydrating Toner", price: "$52.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-applying-serum_23-2149168563.jpg?_wi=5", imageAlt: "Premium hydrating toner"},
{
id: "skin-3",
name: "Premium Night Serum",
price: "$99.00",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336398.jpg?_wi=5",
imageAlt: "Premium night serum",
},
id: "skin-3", name: "Premium Night Serum", price: "$99.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336398.jpg?_wi=5", imageAlt: "Premium night serum"},
{
id: "skin-4",
name: "SPF 50 Sunscreen",
price: "$48.00",
imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-product_23-2148989954.jpg?_wi=5",
imageAlt: "Premium sunscreen protection",
},
id: "skin-4", name: "SPF 50 Sunscreen", price: "$48.00", imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-product_23-2148989954.jpg?_wi=5", imageAlt: "Premium sunscreen protection"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -182,7 +128,7 @@ export default function BeautyPage() {
tagIcon={Mail}
tagAnimation="slide-up"
title="Beauty Tips & Exclusive Offers"
description="Subscribe to our beauty newsletter for skincare tips, product recommendations, and exclusive access to limited-edition collections and launches."
description="Subscribe to get early access to new launches, VIP discounts, and exclusive styling tips—members save up to 20%"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/bouquet-tulips-coffee-candles-book-bed-top-view_169016-35409.jpg?_wi=3"
@@ -190,7 +136,7 @@ export default function BeautyPage() {
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="your@email.com"
buttonText="Subscribe"
buttonText="Get Early Access"
termsText="We respect your privacy. Unsubscribe anytime."
onSubmit={handleNewsletterSubscription}
/>
@@ -206,4 +152,4 @@ export default function BeautyPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -80,17 +80,17 @@ export default function ClothingPage() {
description="Explore our curated selection of luxury apparel, from everyday essentials to statement pieces"
products={[
{
id: "cloth-1", name: "Luminance x Nike Premium Hoodie", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756306.jpg", imageAlt: "Premium luxury hoodie collaboration"},
id: "cloth-1", name: "Luminance x Nike Premium Hoodie", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756306.jpg?_wi=2", imageAlt: "Premium luxury hoodie collaboration"},
{
id: "cloth-2", name: "Silk Evening Dress", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-blonde-wavy-hair-wearing-elegant-beige-dress_273443-1774.jpg", imageAlt: "Elegant silk evening dress"},
id: "cloth-2", name: "Silk Evening Dress", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-blonde-wavy-hair-wearing-elegant-beige-dress_273443-1774.jpg?_wi=2", imageAlt: "Elegant silk evening dress"},
{
id: "cloth-3", name: "Luxury Tailored Blazer", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4377.jpg", imageAlt: "Premium tailored blazer"},
id: "cloth-3", name: "Luxury Tailored Blazer", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4377.jpg?_wi=2", imageAlt: "Premium tailored blazer"},
{
id: "cloth-4", name: "Cashmere Knit Sweater", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756306.jpg", imageAlt: "Luxury cashmere knit sweater"},
id: "cloth-4", name: "Cashmere Knit Sweater", price: "$189.00", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756306.jpg?_wi=3", imageAlt: "Luxury cashmere knit sweater"},
{
id: "cloth-5", name: "Linen Trousers", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-blonde-wavy-hair-wearing-elegant-beige-dress_273443-1774.jpg", imageAlt: "Premium linen trousers"},
id: "cloth-5", name: "Linen Trousers", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-blonde-wavy-hair-wearing-elegant-beige-dress_273443-1774.jpg?_wi=3", imageAlt: "Premium linen trousers"},
{
id: "cloth-6", name: "Leather Jacket", price: "$399.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4377.jpg", imageAlt: "Premium leather jacket"},
id: "cloth-6", name: "Leather Jacket", price: "$399.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4377.jpg?_wi=3", imageAlt: "Premium leather jacket"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -106,13 +106,13 @@ export default function ClothingPage() {
description="This season's most coveted pieces curated just for you"
products={[
{
id: "style-1", name: "Minimalist White Button-Up", price: "$119.00", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-blonde-wavy-hair-wearing-elegant-beige-dress_273443-1774.jpg", imageAlt: "Elegant white button-up shirt"},
id: "style-1", name: "Minimalist White Button-Up", price: "$119.00", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-blonde-wavy-hair-wearing-elegant-beige-dress_273443-1774.jpg?_wi=4", imageAlt: "Elegant white button-up shirt"},
{
id: "style-2", name: "Black Luxury Skirt", price: "$179.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4377.jpg", imageAlt: "Premium black luxury skirt"},
id: "style-2", name: "Black Luxury Skirt", price: "$179.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4377.jpg?_wi=4", imageAlt: "Premium black luxury skirt"},
{
id: "style-3", name: "Silk Camisole", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756306.jpg", imageAlt: "Luxury silk camisole"},
id: "style-3", name: "Silk Camisole", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756306.jpg?_wi=4", imageAlt: "Luxury silk camisole"},
{
id: "style-4", name: "Designer Denim", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-blonde-wavy-hair-wearing-elegant-beige-dress_273443-1774.jpg", imageAlt: "Premium designer denim"},
id: "style-4", name: "Designer Denim", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-blonde-wavy-hair-wearing-elegant-beige-dress_273443-1774.jpg?_wi=5", imageAlt: "Premium designer denim"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -128,15 +128,15 @@ export default function ClothingPage() {
tagIcon={Mail}
tagAnimation="slide-up"
title="Curated for Your Wardrobe"
description="Subscribe to receive exclusive styling tips, early access to new collections, and personalized recommendations tailored to your fashion preferences."
description="Subscribe to get early access to new launches, VIP discounts, and exclusive styling tips—members save up to 20%"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/bouquet-tulips-coffee-candles-book-bed-top-view_169016-35409.jpg"
imageSrc="http://img.b2bpic.net/free-photo/bouquet-tulips-coffee-candles-book-bed-top-view_169016-35409.jpg?_wi=2"
imageAlt="Luxury lifestyle flat lay aesthetic"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="your@email.com"
buttonText="Subscribe"
buttonText="Get Early Access"
termsText="We respect your privacy. Unsubscribe anytime."
onSubmit={handleNewsletterSubscription}
/>

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "All Products", href: "/shop" },
{ label: "Clothing", href: "/clothing" },
{ label: "Beauty", href: "/beauty" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "#" },
@@ -36,8 +34,7 @@ export default function ContactPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Shipping Info", href: "#" },
@@ -45,8 +42,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
@@ -93,7 +89,7 @@ export default function ContactPage() {
tagIcon={Mail}
tagAnimation="slide-up"
title="Stay Illuminated"
description="Subscribe to our exclusive newsletter and receive early access to new collections, VIP styling tips, and curated luxury recommendations."
description="Subscribe to get early access to new launches, VIP discounts, and exclusive styling tips—members save up to 20%"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/bouquet-tulips-coffee-candles-book-bed-top-view_169016-35409.jpg?_wi=6"
@@ -101,7 +97,7 @@ export default function ContactPage() {
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="your@email.com"
buttonText="Subscribe"
buttonText="Get Early Access"
termsText="We respect your privacy. Unsubscribe anytime."
onSubmit={handleNewsletterSubscription}
/>
@@ -154,4 +150,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -50,7 +50,7 @@ export default function Home() {
kpis={[
{ value: "500+", label: "Premium Brands" },
{ value: "10K+", label: "Happy Customers" },
{ value: "24/7", label: "Customer Support" },
{ value: "", label: "" },
]}
enableKpiAnimation={true}
tag="Welcome to Luminance"
@@ -78,11 +78,14 @@ export default function Home() {
tagAnimation="slide-up"
products={[
{
id: "cat-1", name: "Premium Clothing", price: "Starting at $89", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-yellow-dress-posing-blue-sky-background_158538-9409.jpg", imageAlt: "premium clothing collection luxury fashion hoodie"},
id: "cat-1", name: "Women's limited edition dress ", price: "Starting at Rs.5000", imageSrc: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-yellow-dress-posing-blue-sky-background_158538-9409.jpg", imageAlt: "premium clothing collection luxury fashion hoodie"
},
{
id: "cat-2", name: "Luxury Beauty", price: "Starting at $45", imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-product_23-2148989954.jpg", imageAlt: "luxury beauty skincare serum bottle gold accent"},
id: "cat-2", name: "Luxury Beauty", price: "Starting at $45", imageSrc: "http://img.b2bpic.net/free-photo/natural-self-care-product_23-2148989954.jpg", imageAlt: "luxury beauty skincare serum bottle gold accent"
},
{
id: "cat-3", name: "Tech & Gadgets", price: "Starting at $149", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-with-keyboard-charger_23-2149404178.jpg", imageAlt: "luxury tech gadgets wireless earbuds premium design"},
id: "cat-3", name: "Tech & Gadgets", price: "Starting at $149", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-with-keyboard-charger_23-2149404178.jpg", imageAlt: "luxury tech gadgets wireless earbuds premium design"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -101,15 +104,20 @@ export default function Home() {
tagAnimation="slide-up"
products={[
{
id: "bs-1", name: "Luminance x Nike Premium Hoodie", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756306.jpg", imageAlt: "premium hoodie luxury clothing minimalist white"},
id: "bs-1", name: "Luminance x Nike Premium Hoodie", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756306.jpg?_wi=1", imageAlt: "premium hoodie luxury clothing minimalist white"
},
{
id: "bs-2", name: "Silk Evening Dress", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-blonde-wavy-hair-wearing-elegant-beige-dress_273443-1774.jpg", imageAlt: "luxury dress elegant formal wear photography"},
id: "bs-2", name: "Silk Evening Dress", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-blonde-wavy-hair-wearing-elegant-beige-dress_273443-1774.jpg?_wi=1", imageAlt: "luxury dress elegant formal wear photography"
},
{
id: "bs-3", name: "Luxury Tailored Blazer", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4377.jpg", imageAlt: "premium blazer luxury clothing designer piece"},
id: "bs-3", name: "Luxury Tailored Blazer", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4377.jpg?_wi=1", imageAlt: "premium blazer luxury clothing designer piece"
},
{
id: "bs-4", name: "Luminance Beauty Serum Pro", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-applying-serum_23-2149168563.jpg", imageAlt: "luxury skincare serum anti-aging beauty"},
id: "bs-4", name: "Luminance Beauty Serum Pro", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-applying-serum_23-2149168563.jpg", imageAlt: "luxury skincare serum anti-aging beauty"
},
{
id: "bs-5", name: "Gold Luxury Lipstick", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336398.jpg", imageAlt: "luxury lipstick cosmetics elegant packaging"},
id: "bs-5", name: "Gold Luxury Lipstick", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336398.jpg", imageAlt: "luxury lipstick cosmetics elegant packaging"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -128,15 +136,20 @@ export default function Home() {
tagAnimation="slide-up"
products={[
{
id: "tech-1", name: "Premium Wireless Earbuds Pro", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/black-cordless-headphones-gray-textile_417767-474.jpg", imageAlt: "luxury wireless earbuds premium tech design"},
id: "tech-1", name: "Premium Wireless Earbuds Pro", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/black-cordless-headphones-gray-textile_417767-474.jpg", imageAlt: "luxury wireless earbuds premium tech design"
},
{
id: "tech-2", name: "Smart Mirror Elite", price: "$399.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vr-glasses-earphones-arrangement_23-2148847751.jpg", imageAlt: "smart mirror luxury tech gadget bathroom"},
id: "tech-2", name: "Smart Mirror Elite", price: "$399.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vr-glasses-earphones-arrangement_23-2148847751.jpg", imageAlt: "smart mirror luxury tech gadget bathroom"
},
{
id: "tech-3", name: "LED Beauty Ring Light", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-recording-her-makeup-routine_23-2150405106.jpg", imageAlt: "luxury LED beauty light photography lighting"},
id: "tech-3", name: "LED Beauty Ring Light", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-recording-her-makeup-routine_23-2150405106.jpg", imageAlt: "luxury LED beauty light photography lighting"
},
{
id: "tech-4", name: "Portable Luxury Charger", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/usb-charging-gadgets-blurred-background-room-close-up-concept-technology-everyday-life_169016-15480.jpg", imageAlt: "luxury portable charger power bank design"},
id: "tech-4", name: "Portable Luxury Charger", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/usb-charging-gadgets-blurred-background-room-close-up-concept-technology-everyday-life_169016-15480.jpg", imageAlt: "luxury portable charger power bank design"
},
{
id: "tech-5", name: "Smart Ring Luxury", price: "$349.00", imageSrc: "http://img.b2bpic.net/free-photo/faceless-man-browsing-phone-cafe_23-2147689258.jpg", imageAlt: "smart ring luxury wearable tech device"},
id: "tech-5", name: "Smart Ring Luxury", price: "$349.00", imageSrc: "http://img.b2bpic.net/free-photo/faceless-man-browsing-phone-cafe_23-2147689258.jpg", imageAlt: "smart ring luxury wearable tech device"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -155,7 +168,8 @@ export default function Home() {
tagAnimation="slide-up"
names={["Nike", "Chanel", "Dyson", "Apple", "Sephora", "Zara", "Calvin Klein", "Tom Ford"]}
logos={[
"http://img.b2bpic.net/free-photo/close-up-football-player-feet-with-ball_23-2147833471.jpg", "http://img.b2bpic.net/free-vector/elegant-capital-letters-logos-with-ornamental-circles_23-2147558070.jpg", "http://img.b2bpic.net/free-vector/gradient-as-logo-template_23-2151182569.jpg", "http://img.b2bpic.net/free-vector/flat-abstract-business-card-template_23-2148206284.jpg", "http://img.b2bpic.net/free-vector/luxury-logos-wedding-monograms-collection-design_1017-25869.jpg"]}
"http://img.b2bpic.net/free-photo/close-up-football-player-feet-with-ball_23-2147833471.jpg", "http://img.b2bpic.net/free-vector/elegant-capital-letters-logos-with-ornamental-circles_23-2147558070.jpg", "http://img.b2bpic.net/free-vector/gradient-as-logo-template_23-2151182569.jpg", "http://img.b2bpic.net/free-vector/flat-abstract-business-card-template_23-2148206284.jpg", "http://img.b2bpic.net/free-vector/luxury-logos-wedding-monograms-collection-design_1017-25869.jpg"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -173,17 +187,23 @@ export default function Home() {
tagAnimation="slide-up"
testimonials={[
{
id: "test-1", title: "Elevated My Daily Routine", quote: "Luminance has transformed how I approach luxury shopping. The curation is impeccable, and every piece feels carefully selected. I've never felt more confident in my purchases.", name: "Sarah Mitchell", role: "Fashion Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/female-model-fall-winter-collection-outfits-listening-attentively_114579-17837.jpg", imageAlt: "professional portrait headshot woman"},
id: "test-1", title: "Elevated My Daily Routine", quote: "Luminance has transformed how I approach luxury shopping. The curation is impeccable, and every piece feels carefully selected. I've never felt more confident in my purchases.", name: "Sarah Mitchell", role: "Fashion Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/female-model-fall-winter-collection-outfits-listening-attentively_114579-17837.jpg", imageAlt: "professional portrait headshot woman"
},
{
id: "test-2", title: "Premium Quality, Premium Service", quote: "The attention to detail is extraordinary. From packaging to customer support, Luminance treats every interaction as an opportunity to exceed expectations. This is luxury redefined.", name: "Michael Chen", role: "Tech Executive", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-stylish-sensual-male-with-hairstyle-casual-suit_613910-11078.jpg", imageAlt: "professional portrait headshot man"},
id: "test-2", title: "Premium Quality, Premium Service", quote: "The attention to detail is extraordinary. From packaging to customer support, Luminance treats every interaction as an opportunity to exceed expectations. This is luxury redefined.", name: "Michael Chen", role: "Tech Executive", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-stylish-sensual-male-with-hairstyle-casual-suit_613910-11078.jpg", imageAlt: "professional portrait headshot man"
},
{
id: "test-3", title: "Finally, A Curated Luxury Experience", quote: "No more endless scrolling through mediocrity. Luminance curates only the best. Their beauty section alone has saved me hundreds by helping me find products that truly work.", name: "Emily Rodriguez", role: "Beauty Influencer", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", imageAlt: "professional woman headshot portrait"},
id: "test-3", title: "Finally, A Curated Luxury Experience", quote: "No more endless scrolling through mediocrity. Luminance curates only the best. Their beauty section alone has saved me hundreds by helping me find products that truly work.", name: "Emily Rodriguez", role: "Beauty Influencer", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", imageAlt: "professional woman headshot portrait"
},
{
id: "test-4", title: "Luxury That's Actually Accessible", quote: "I expected Luminance to be out of reach, but their range of price points is refreshing. Premium doesn't have to mean unaffordable. Highly recommend to anyone seeking quality.", name: "David Park", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/man-making-photo-with-old-camera_1187-2654.jpg", imageAlt: "professional man portrait headshot"},
id: "test-4", title: "Luxury That's Actually Accessible", quote: "I expected Luminance to be out of reach, but their range of price points is refreshing. Premium doesn't have to mean unaffordable. Highly recommend to anyone seeking quality.", name: "David Park", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/man-making-photo-with-old-camera_1187-2654.jpg", imageAlt: "professional man portrait headshot"
},
{
id: "test-5", title: "The Go-To For Tech Lovers", quote: "Their tech section is a game-changer. Finally a luxury retailer that understands gadgets. The smart mirror is incredible, and customer support helped me choose the perfect setup.", name: "Jessica Wong", role: "Tech Journalist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", imageAlt: "diverse professional woman portrait"},
id: "test-5", title: "The Go-To For Tech Lovers", quote: "Their tech section is a game-changer. Finally a luxury retailer that understands gadgets. The smart mirror is incredible, and customer support helped me choose the perfect setup.", name: "Jessica Wong", role: "Tech Journalist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg", imageAlt: "diverse professional woman portrait"
},
{
id: "test-6", title: "Luminance Is My New Standard", quote: "Once you shop at Luminance, everything else feels mediocre. The experience, the products, the packaging—it all radiates quality. This is how luxury retail should be.", name: "Alexander Hayes", role: "Luxury Consultant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg", imageAlt: "diverse professional man portrait"},
id: "test-6", title: "Luminance Is My New Standard", quote: "Once you shop at Luminance, everything else feels mediocre. The experience, the products, the packaging—it all radiates quality. This is how luxury retail should be.", name: "Alexander Hayes", role: "Luxury Consultant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg", imageAlt: "diverse professional man portrait"
},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -197,15 +217,15 @@ export default function Home() {
tagIcon={Mail}
tagAnimation="slide-up"
title="Stay Illuminated"
description="Subscribe to our exclusive newsletter and receive early access to new collections, VIP styling tips, and curated luxury recommendations."
description="Subscribe to get early access to new launches, VIP discounts, and exclusive styling tips—members save up to 20%"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/bouquet-tulips-coffee-candles-book-bed-top-view_169016-35409.jpg"
imageSrc="http://img.b2bpic.net/free-photo/bouquet-tulips-coffee-candles-book-bed-top-view_169016-35409.jpg?_wi=1"
imageAlt="luxury lifestyle flat lay products white"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="your@email.com"
buttonText="Subscribe"
buttonText="Get Early Access"
termsText="We respect your privacy. Unsubscribe anytime."
onSubmit={handleNewsletterSubscription}
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #d4af77;
--background: #8960ca;
--card: #d0bd51;
--foreground: #000612e6;
--primary-cta: #ff3b3b;
--primary-cta-text: #000000;
--secondary-cta: #5deaee;
--secondary-cta-text: #000000;
--accent: #000000;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);