Merge version_2 into main #1
280
src/app/page.tsx
280
src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Research",
|
||||
id: "#research",
|
||||
},
|
||||
name: "Research", id: "#research"},
|
||||
{
|
||||
name: "Brands",
|
||||
id: "#brands",
|
||||
},
|
||||
name: "Brands", id: "#brands"},
|
||||
{
|
||||
name: "Impact",
|
||||
id: "#impact",
|
||||
},
|
||||
name: "Impact", id: "#impact"},
|
||||
{
|
||||
name: "Insights",
|
||||
id: "#insights",
|
||||
},
|
||||
name: "Insights", id: "#insights"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/flat-design-muted-colors-label-collection_23-2150072531.jpg"
|
||||
brandName="TrendLens Insights"
|
||||
@@ -73,19 +57,14 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Research",
|
||||
href: "#research",
|
||||
},
|
||||
text: "Explore Research", href: "#research"},
|
||||
{
|
||||
text: "View Curated Brands",
|
||||
href: "#brands",
|
||||
},
|
||||
text: "View Curated Brands", href: "#brands"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-holding-tablet_23-2148452667.jpg"
|
||||
imageAlt="High fashion e-commerce website interface"
|
||||
@@ -109,41 +88,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
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: [
|
||||
"Analytics",
|
||||
"AI",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896842.jpg",
|
||||
imageAlt: "Fashion data analytics dashboard",
|
||||
},
|
||||
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: [
|
||||
"Analytics", "AI"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896842.jpg", imageAlt: "Fashion data analytics dashboard"},
|
||||
{
|
||||
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: [
|
||||
"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: "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: [
|
||||
"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",
|
||||
title: "Strategic Trend Forecasting",
|
||||
author: "Predictive Modeling",
|
||||
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",
|
||||
},
|
||||
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: [
|
||||
"Strategy", "Forecasting"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908093.jpg", imageAlt: "Business strategy planning fashion"},
|
||||
]}
|
||||
title="Our Research Methodology"
|
||||
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}
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "product-4",
|
||||
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-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"},
|
||||
{
|
||||
id: "product-5",
|
||||
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-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"},
|
||||
{
|
||||
id: "product-6",
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
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."
|
||||
@@ -213,20 +138,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "30%",
|
||||
description: "Average increase in client e-commerce growth within 12 months.",
|
||||
},
|
||||
id: "m1", value: "30%", description: "Average increase in client e-commerce growth within 12 months."},
|
||||
{
|
||||
id: "m2",
|
||||
value: "95%",
|
||||
description: "Client satisfaction rate with our trend accuracy.",
|
||||
},
|
||||
id: "m2", value: "95%", description: "Client satisfaction rate with our trend accuracy."},
|
||||
{
|
||||
id: "m3",
|
||||
value: "€50M+",
|
||||
description: "Value of strategic investments guided by our market intelligence.",
|
||||
},
|
||||
id: "m3", value: "€50M+", description: "Value of strategic investments guided by our market intelligence."},
|
||||
]}
|
||||
title="Quantifiable Market Impact"
|
||||
description="Our insights drive tangible results for luxury fashion brands and investors."
|
||||
@@ -238,14 +154,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"AssetLux",
|
||||
"HauteHive",
|
||||
"VelvetVogue",
|
||||
"EclatExchange",
|
||||
"LuxeLane",
|
||||
"GlamGrid",
|
||||
"StyleSphere",
|
||||
]}
|
||||
"AssetLux", "HauteHive", "VelvetVogue", "EclatExchange", "LuxeLane", "GlamGrid", "StyleSphere"]}
|
||||
title="Trusted by Leading Brands"
|
||||
description="We partner with visionary luxury fashion houses, e-commerce platforms, and investment firms."
|
||||
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."
|
||||
blogs={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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/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-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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -305,50 +187,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elara Vance",
|
||||
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: "1", name: "Elara Vance", 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",
|
||||
name: "Marcus Thorne",
|
||||
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: "2", name: "Marcus Thorne", 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",
|
||||
name: "Seraphina Bleu",
|
||||
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: "3", name: "Seraphina Bleu", 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",
|
||||
name: "Julian Hayes",
|
||||
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: "4", name: "Julian Hayes", 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",
|
||||
name: "Isabella Rossi",
|
||||
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",
|
||||
},
|
||||
id: "5", name: "Isabella Rossi", 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"
|
||||
description="Hear directly from industry leaders about the impact of our market research."
|
||||
@@ -359,8 +211,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect"
|
||||
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."
|
||||
@@ -378,50 +229,31 @@ export default function LandingPage() {
|
||||
logoText="TrendLens Insights"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Market Research",
|
||||
href: "#research",
|
||||
},
|
||||
label: "Market Research", href: "#research"},
|
||||
{
|
||||
label: "Trend Analysis",
|
||||
href: "#insights",
|
||||
},
|
||||
label: "Trend Analysis", href: "#insights"},
|
||||
{
|
||||
label: "Brand Curation",
|
||||
href: "#brands",
|
||||
},
|
||||
label: "Brand Curation", href: "#brands"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Client Stories",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Client Stories", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -431,4 +263,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user