1 Commits

Author SHA1 Message Date
48b3d78999 Update src/app/page.tsx 2026-06-04 22:39:44 +00:00

View File

@@ -33,37 +33,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Research", name: "Research", id: "#research"},
id: "#research",
},
{ {
name: "Brands", name: "Brands", id: "#brands"},
id: "#brands",
},
{ {
name: "Impact", name: "Impact", id: "#impact"},
id: "#impact",
},
{ {
name: "Insights", name: "Insights", id: "#insights"},
id: "#insights",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/flat-design-muted-colors-label-collection_23-2150072531.jpg" logoSrc="http://img.b2bpic.net/free-vector/flat-design-muted-colors-label-collection_23-2150072531.jpg"
brandName="TrendLens Insights" brandName="TrendLens Insights"
@@ -73,19 +57,14 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Unveiling Tomorrow's Luxury Fashion Trends" title="Unveiling Tomorrow's Luxury Fashion Trends"
description="Your premier source for discerning market research and e-commerce trend analysis in high-end women's fashion. Discover the brands shaping the future of style." description="Your premier source for discerning market research and e-commerce trend analysis in high-end women's fashion. Discover the brands shaping the future of style."
buttons={[ buttons={[
{ {
text: "Explore Research", text: "Explore Research", href: "#research"},
href: "#research",
},
{ {
text: "View Curated Brands", text: "View Curated Brands", href: "#brands"},
href: "#brands",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-holding-tablet_23-2148452667.jpg" imageSrc="http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-holding-tablet_23-2148452667.jpg"
imageAlt="High fashion e-commerce website interface" imageAlt="High fashion e-commerce website interface"
@@ -109,41 +88,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
id: "1", id: "1", title: "Data-Driven Analysis", author: "Advanced AI & Human Insight", description: "Leveraging cutting-edge AI tools alongside expert human analysis to dissect market data and identify emerging patterns.", tags: [
title: "Data-Driven Analysis", "Analytics", "AI"],
author: "Advanced AI & Human Insight", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896842.jpg", imageAlt: "Fashion data analytics dashboard"},
description: "Leveraging cutting-edge AI tools alongside expert human analysis to dissect market data and identify emerging patterns.",
tags: [
"Analytics",
"AI",
],
imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896842.jpg",
imageAlt: "Fashion data analytics dashboard",
},
{ {
id: "2", id: "2", title: "Curated Brand Scouting", author: "Global Network & Expertise", description: "Our global network actively seeks out unique brands that align with modern luxury aesthetics and demonstrate consistent innovation.", tags: [
title: "Curated Brand Scouting", "Scouting", "Curation"],
author: "Global Network & Expertise", imageSrc: "http://img.b2bpic.net/free-photo/shop-seller-adjusting-new-dress-female-customer-woman-trying-clothes-fashion-store-buying-clothes-boutique-concept_74855-12004.jpg", imageAlt: "Fashion editor curating styles"},
description: "Our global network actively seeks out unique brands that align with modern luxury aesthetics and demonstrate consistent innovation.",
tags: [
"Scouting",
"Curation",
],
imageSrc: "http://img.b2bpic.net/free-photo/shop-seller-adjusting-new-dress-female-customer-woman-trying-clothes-fashion-store-buying-clothes-boutique-concept_74855-12004.jpg",
imageAlt: "Fashion editor curating styles",
},
{ {
id: "3", id: "3", title: "Strategic Trend Forecasting", author: "Predictive Modeling", description: "Providing actionable insights and future trend predictions, empowering clients to make informed strategic decisions.", tags: [
title: "Strategic Trend Forecasting", "Strategy", "Forecasting"],
author: "Predictive Modeling", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908093.jpg", imageAlt: "Business strategy planning fashion"},
description: "Providing actionable insights and future trend predictions, empowering clients to make informed strategic decisions.",
tags: [
"Strategy",
"Forecasting",
],
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908093.jpg",
imageAlt: "Business strategy planning fashion",
},
]} ]}
title="Our Research Methodology" title="Our Research Methodology"
description="We employ a rigorous approach to uncover the most impactful trends and influential brands in luxury e-commerce." description="We employ a rigorous approach to uncover the most impactful trends and influential brands in luxury e-commerce."
@@ -158,47 +113,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "product-1", id: "product-1", name: "Luxury Shoulder Bag", price: "€1,200", imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg", imageAlt: "Luxury designer handbag"},
name: "Luxury Shoulder Bag",
price: "€1,200",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg",
imageAlt: "Luxury designer handbag",
},
{ {
id: "product-2", id: "product-2", name: "Elegant Stiletto Pumps", price: "€750", imageSrc: "http://img.b2bpic.net/free-photo/light-shines-elegant-shoes-with-precious-stones_8353-1419.jpg", imageAlt: "Elegant high heel shoes"},
name: "Elegant Stiletto Pumps",
price: "€750",
imageSrc: "http://img.b2bpic.net/free-photo/light-shines-elegant-shoes-with-precious-stones_8353-1419.jpg",
imageAlt: "Elegant high heel shoes",
},
{ {
id: "product-3", id: "product-3", name: "Minimalist Gold Necklace", price: "€450", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-with-pearls_23-2149846568.jpg", imageAlt: "Delicate gold chain necklace"},
name: "Minimalist Gold Necklace",
price: "€450",
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-with-pearls_23-2149846568.jpg",
imageAlt: "Delicate gold chain necklace",
},
{ {
id: "product-4", id: "product-4", name: "Chic Leather Ankle Boots", price: "€980", imageSrc: "http://img.b2bpic.net/free-photo/leather-boots-womens-shoes_23-2149022646.jpg", imageAlt: "Luxury leather ankle boots"},
name: "Chic Leather Ankle Boots",
price: "€980",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-girl-red-hat-pink-coat-against-orange-shutters_627829-14346.jpg",
imageAlt: "Luxury leather ankle boots",
},
{ {
id: "product-5", id: "product-5", name: "Statement Silver Earrings", price: "€320", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-silver-earrings_23-2149488390.jpg", imageAlt: "Statement silver earrings"},
name: "Statement Silver Earrings",
price: "€320",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-relaxing-calm-woman-yellow-summer-dress-lies-edge-blue-swimming-pool-wearing-trendy-sea-shell-necklace_343596-3590.jpg",
imageAlt: "Statement silver earrings",
},
{ {
id: "product-6", id: "product-6", name: "Patterned Silk Scarf", price: "€280", imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-scarf_23-2149460548.jpg", imageAlt: "Elegant silk scarf"},
name: "Patterned Silk Scarf",
price: "€280",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-beach-covering-her-face-with-veil_23-2149460544.jpg",
imageAlt: "Elegant silk scarf",
},
]} ]}
title="Curated Women's Fashion Websites" title="Curated Women's Fashion Websites"
description="A handpicked selection of the most innovative and stylish online boutiques offering exquisite shoes, bags, accessories, and jewelry." description="A handpicked selection of the most innovative and stylish online boutiques offering exquisite shoes, bags, accessories, and jewelry."
@@ -213,20 +138,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "30%", description: "Average increase in client e-commerce growth within 12 months."},
value: "30%",
description: "Average increase in client e-commerce growth within 12 months.",
},
{ {
id: "m2", id: "m2", value: "95%", description: "Client satisfaction rate with our trend accuracy."},
value: "95%",
description: "Client satisfaction rate with our trend accuracy.",
},
{ {
id: "m3", id: "m3", value: "€50M+", description: "Value of strategic investments guided by our market intelligence."},
value: "€50M+",
description: "Value of strategic investments guided by our market intelligence.",
},
]} ]}
title="Quantifiable Market Impact" title="Quantifiable Market Impact"
description="Our insights drive tangible results for luxury fashion brands and investors." description="Our insights drive tangible results for luxury fashion brands and investors."
@@ -238,14 +154,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"AssetLux", "AssetLux", "HauteHive", "VelvetVogue", "EclatExchange", "LuxeLane", "GlamGrid", "StyleSphere"]}
"HauteHive",
"VelvetVogue",
"EclatExchange",
"LuxeLane",
"GlamGrid",
"StyleSphere",
]}
title="Trusted by Leading Brands" title="Trusted by Leading Brands"
description="We partner with visionary luxury fashion houses, e-commerce platforms, and investment firms." description="We partner with visionary luxury fashion houses, e-commerce platforms, and investment firms."
showCard={false} showCard={false}
@@ -261,38 +170,11 @@ export default function LandingPage() {
description="Stay informed with our deep dives into the dynamic world of luxury fashion e-commerce." description="Stay informed with our deep dives into the dynamic world of luxury fashion e-commerce."
blogs={[ blogs={[
{ {
id: "blog-1", id: "blog-1", category: "Trend Analysis", title: "The Rise of Minimalist Luxury in Digital Spaces", excerpt: "Exploring how 'quiet luxury' is translating into minimalist designs and refined aesthetics across online fashion.", imageSrc: "http://img.b2bpic.net/free-photo/set-with-fashionable-women-s-clothing-jeans-sweater-shoes-accessories-flat-lay_169016-4111.jpg", imageAlt: "Minimalist fashion trend article image", authorName: "Ava Sterling", authorAvatar: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", date: "October 26, 2024"},
category: "Trend Analysis",
title: "The Rise of Minimalist Luxury in Digital Spaces",
excerpt: "Exploring how 'quiet luxury' is translating into minimalist designs and refined aesthetics across online fashion.",
imageSrc: "http://img.b2bpic.net/free-photo/set-with-fashionable-women-s-clothing-jeans-sweater-shoes-accessories-flat-lay_169016-4111.jpg",
imageAlt: "Minimalist fashion trend article image",
authorName: "Ava Sterling",
authorAvatar: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg",
date: "October 26, 2024",
},
{ {
id: "blog-2", id: "blog-2", category: "Sustainability", title: "Sustainable Practices Driving Consumer Choice in High Fashion", excerpt: "How ethical sourcing and eco-conscious collections are influencing purchasing decisions in the luxury market.", imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-materials-clothing_23-2150893325.jpg", imageAlt: "Sustainable fashion future trends article image", authorName: "Liam Chen", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-bearded-young-man-using-tablet-computer-outdoors_171337-14773.jpg", date: "October 18, 2024"},
category: "Sustainability",
title: "Sustainable Practices Driving Consumer Choice in High Fashion",
excerpt: "How ethical sourcing and eco-conscious collections are influencing purchasing decisions in the luxury market.",
imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982358.jpg",
imageAlt: "Sustainable fashion future trends article image",
authorName: "Liam Chen",
authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-bearded-young-man-using-tablet-computer-outdoors_171337-14773.jpg",
date: "October 18, 2024",
},
{ {
id: "blog-3", id: "blog-3", category: "E-commerce Strategy", title: "Leveraging AI for Personalized Luxury Shopping Experiences", excerpt: "An in-depth look at how artificial intelligence is reshaping personalization and engagement on luxury e-commerce platforms.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-taking-photo-with-smartphone_23-2150746437.jpg", imageAlt: "Digital fashion e-commerce report image", authorName: "Chloe Davis", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669755.jpg", date: "October 10, 2024"},
category: "E-commerce Strategy",
title: "Leveraging AI for Personalized Luxury Shopping Experiences",
excerpt: "An in-depth look at how artificial intelligence is reshaping personalization and engagement on luxury e-commerce platforms.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-taking-photo-with-smartphone_23-2150746437.jpg",
imageAlt: "Digital fashion e-commerce report image",
authorName: "Chloe Davis",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669755.jpg",
date: "October 10, 2024",
},
]} ]}
/> />
</div> </div>
@@ -305,50 +187,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Elara Vance", role: "CEO", company: "LuxeCollective Boutique", rating: 5,
name: "Elara Vance", imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg", imageAlt: "Elara Vance, CEO of LuxeCollective Boutique"},
role: "CEO",
company: "LuxeCollective Boutique",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg",
imageAlt: "Elara Vance, CEO of LuxeCollective Boutique",
},
{ {
id: "2", id: "2", name: "Marcus Thorne", role: "Head of E-commerce", company: "Signature Style Group", rating: 5,
name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-thumbs-up-gesture-near-building_23-2148308630.jpg", imageAlt: "Marcus Thorne, Head of E-commerce at Signature Style Group"},
role: "Head of E-commerce",
company: "Signature Style Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-thumbs-up-gesture-near-building_23-2148308630.jpg",
imageAlt: "Marcus Thorne, Head of E-commerce at Signature Style Group",
},
{ {
id: "3", id: "3", name: "Seraphina Bleu", role: "Creative Director", company: "Bleu Bijoux Fine Jewelry", rating: 5,
name: "Seraphina Bleu", imageSrc: "http://img.b2bpic.net/free-photo/couple-have-earned-little-relaxation_329181-20510.jpg", imageAlt: "Seraphina Bleu, Creative Director at Bleu Bijoux Fine Jewelry"},
role: "Creative Director",
company: "Bleu Bijoux Fine Jewelry",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-have-earned-little-relaxation_329181-20510.jpg",
imageAlt: "Seraphina Bleu, Creative Director at Bleu Bijoux Fine Jewelry",
},
{ {
id: "4", id: "4", name: "Julian Hayes", role: "Investment Analyst", company: "Fashion Ventures Capital", rating: 5,
name: "Julian Hayes", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg", imageAlt: "Julian Hayes, Investment Analyst at Fashion Ventures Capital"},
role: "Investment Analyst",
company: "Fashion Ventures Capital",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg",
imageAlt: "Julian Hayes, Investment Analyst at Fashion Ventures Capital",
},
{ {
id: "5", id: "5", name: "Isabella Rossi", role: "Brand Strategist", company: "Opulent Wearables", rating: 5,
name: "Isabella Rossi", imageSrc: "http://img.b2bpic.net/free-photo/woman-drawing-new-projects-chalkboard_329181-18074.jpg", imageAlt: "Isabella Rossi, Brand Strategist at Opulent Wearables"},
role: "Brand Strategist",
company: "Opulent Wearables",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-drawing-new-projects-chalkboard_329181-18074.jpg",
imageAlt: "Isabella Rossi, Brand Strategist at Opulent Wearables",
},
]} ]}
title="What Our Clients Say" title="What Our Clients Say"
description="Hear directly from industry leaders about the impact of our market research." description="Hear directly from industry leaders about the impact of our market research."
@@ -359,8 +211,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Connect" tag="Connect"
title="Ready to Transform Your Fashion Strategy?" title="Ready to Transform Your Fashion Strategy?"
description="Partner with TrendLens Insights to navigate the future of luxury e-commerce. Get in touch for a personalized consultation." description="Partner with TrendLens Insights to navigate the future of luxury e-commerce. Get in touch for a personalized consultation."
@@ -378,50 +229,31 @@ export default function LandingPage() {
logoText="TrendLens Insights" logoText="TrendLens Insights"
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Market Research", label: "Market Research", href: "#research"},
href: "#research",
},
{ {
label: "Trend Analysis", label: "Trend Analysis", href: "#insights"},
href: "#insights",
},
{ {
label: "Brand Curation", label: "Brand Curation", href: "#brands"},
href: "#brands",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Client Stories", label: "Client Stories", href: "#testimonials"},
href: "#testimonials",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -431,4 +263,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }