Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
388
src/app/page.tsx
388
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Lookbook",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Lookbook", id: "#products"},
|
||||
{
|
||||
name: "Community",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Community", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/logo-combination-letters-g-f_557339-518.jpg"
|
||||
logoAlt="Lifestyle Brand Logo"
|
||||
@@ -64,9 +52,7 @@ export default function LandingPage() {
|
||||
bottomLeftText="Define Your Code"
|
||||
bottomRightText="hello@lifestyle.com"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Join Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,59 +60,31 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
imagePosition="right"
|
||||
title="Lifestyle - Define Your Code"
|
||||
description="Embrace authenticity and elevate your journey. Lifestyle is more than a brand; it's a movement for Gen-Z and Millennials to craft their unique narrative."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.",
|
||||
handle: "@alex_codes",
|
||||
testimonial: "Lifestyle changed how I see my everyday. It's truly inspiring and stylish!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-woman-outdoor-with-headphones_624325-2762.jpg",
|
||||
imageAlt: "Alex R. avatar",
|
||||
},
|
||||
name: "Alex R.", handle: "@alex_codes", testimonial: "Lifestyle changed how I see my everyday. It's truly inspiring and stylish!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-woman-outdoor-with-headphones_624325-2762.jpg", imageAlt: "Alex R. avatar"},
|
||||
{
|
||||
name: "Maya S.",
|
||||
handle: "@maya.vibes",
|
||||
testimonial: "The community here is everything. Finally a brand that gets it.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artisan-inspired-by-natural-rural-elements-paint-masterpiece-canvas_482257-108724.jpg",
|
||||
imageAlt: "Maya S. avatar",
|
||||
},
|
||||
name: "Maya S.", handle: "@maya.vibes", testimonial: "The community here is everything. Finally a brand that gets it.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artisan-inspired-by-natural-rural-elements-paint-masterpiece-canvas_482257-108724.jpg", imageAlt: "Maya S. avatar"},
|
||||
{
|
||||
name: "Jordan P.",
|
||||
handle: "@jordanp_style",
|
||||
testimonial: "Sleek, modern, and always pushing boundaries. That's Lifestyle.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-confident-carefree-man-telling-relax-no-problem-have-all_1258-109036.jpg",
|
||||
imageAlt: "Jordan P. avatar",
|
||||
},
|
||||
name: "Jordan P.", handle: "@jordanp_style", testimonial: "Sleek, modern, and always pushing boundaries. That's Lifestyle.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-young-confident-carefree-man-telling-relax-no-problem-have-all_1258-109036.jpg", imageAlt: "Jordan P. avatar"},
|
||||
{
|
||||
name: "Chloe L.",
|
||||
handle: "@chloe.elevate",
|
||||
testimonial: "From aesthetic to mindset, Lifestyle is my go-to for inspiration.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-woman-posing-with-copy-space_23-2151177766.jpg",
|
||||
imageAlt: "Chloe L. avatar",
|
||||
},
|
||||
name: "Chloe L.", handle: "@chloe.elevate", testimonial: "From aesthetic to mindset, Lifestyle is my go-to for inspiration.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-woman-posing-with-copy-space_23-2151177766.jpg", imageAlt: "Chloe L. avatar"},
|
||||
{
|
||||
name: "Ryan B.",
|
||||
handle: "@ryan_design",
|
||||
testimonial: "The quality and vision are unmatched. A truly premium experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-looks-street_613910-4873.jpg",
|
||||
imageAlt: "Ryan B. avatar",
|
||||
},
|
||||
name: "Ryan B.", handle: "@ryan_design", testimonial: "The quality and vision are unmatched. A truly premium experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-looks-street_613910-4873.jpg", imageAlt: "Ryan B. avatar"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Now",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore Now", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-background-with-digital-particles-design_1048-17053.jpg"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/3d-abstract-communications-background-with-cyber-particles_1048-12639.jpg"
|
||||
@@ -136,52 +94,32 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-thinking_23-2147611524.jpg",
|
||||
alt: "Community member 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-thinking_23-2147611524.jpg", alt: "Community member 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-female-with-afro-hairstyle-wears-trendy-sunglasses-listens-favourite-songs-headphones-alone-has-shining-smile-carefree-dark-skinned-woman-laughs-joyfully_273609-2114.jpg",
|
||||
alt: "Community member 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-female-with-afro-hairstyle-wears-trendy-sunglasses-listens-favourite-songs-headphones-alone-has-shining-smile-carefree-dark-skinned-woman-laughs-joyfully_273609-2114.jpg", alt: "Community member 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-man-with-beer-looking-camera_23-2147897167.jpg",
|
||||
alt: "Community member 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-man-with-beer-looking-camera_23-2147897167.jpg", alt: "Community member 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-black-african-american-woman-black-top-fitness-outfit-pink_285396-10193.jpg",
|
||||
alt: "Community member 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-black-african-american-woman-black-top-fitness-outfit-pink_285396-10193.jpg", alt: "Community member 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-offended-young-woman-keeps-hand-chin-purses-lips-looks-sadly-camera-looks-directly-camera-with-sulking-expression-wears-black-t-shirt-isolated-vivid-red-background_273609-56626.jpg",
|
||||
alt: "Community member 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-offended-young-woman-keeps-hand-chin-purses-lips-looks-sadly-camera-looks-directly-camera-with-sulking-expression-wears-black-t-shirt-isolated-vivid-red-background_273609-56626.jpg", alt: "Community member 5"},
|
||||
]}
|
||||
avatarText="Join 50k+ creators"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Self",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Authentic Self", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Curated Style",
|
||||
icon: Palette,
|
||||
type: "text-icon", text: "Curated Style", icon: Palette,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Mindful Living",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Mindful Living", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Creative Flow",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Creative Flow", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Future Forward",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Future Forward", icon: Zap,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
@@ -197,17 +135,11 @@ export default function LandingPage() {
|
||||
description="Lifestyle is a philosophy for those who dare to live deliberately, to create, and to inspire. We champion individuality and cultivate a community that values progress, authenticity, and refined aesthetics. It's about consciously shaping your world."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Conscious Living",
|
||||
description: "Prioritizing well-being, sustainability, and mindful consumption in every aspect of life.",
|
||||
},
|
||||
title: "Conscious Living", description: "Prioritizing well-being, sustainability, and mindful consumption in every aspect of life."},
|
||||
{
|
||||
title: "Creative Expression",
|
||||
description: "Empowering self-expression through unique style, innovative ideas, and artistic pursuits.",
|
||||
},
|
||||
title: "Creative Expression", description: "Empowering self-expression through unique style, innovative ideas, and artistic pursuits."},
|
||||
{
|
||||
title: "Community & Growth",
|
||||
description: "Fostering connections and providing resources for continuous personal and collective development.",
|
||||
},
|
||||
title: "Community & Growth", description: "Fostering connections and providing resources for continuous personal and collective development."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-people-sitting-together-outdoors_23-2148888492.jpg"
|
||||
imageAlt="Diverse group of young people reflecting modern lifestyle"
|
||||
@@ -222,40 +154,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Elevated Aesthetics",
|
||||
subtitle: "Discover design principles that transform your space and style.",
|
||||
category: "Design",
|
||||
value: "Curated",
|
||||
},
|
||||
id: "1", title: "Elevated Aesthetics", subtitle: "Discover design principles that transform your space and style.", category: "Design", value: "Curated"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Mindful Practices",
|
||||
subtitle: "Integrate habits for mental clarity and physical vitality.",
|
||||
category: "Wellness",
|
||||
value: "Holistic",
|
||||
},
|
||||
id: "2", title: "Mindful Practices", subtitle: "Integrate habits for mental clarity and physical vitality.", category: "Wellness", value: "Holistic"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Connected Community",
|
||||
subtitle: "Join a network of like-minded individuals shaping the future.",
|
||||
category: "Social",
|
||||
value: "Engaged",
|
||||
},
|
||||
id: "3", title: "Connected Community", subtitle: "Join a network of like-minded individuals shaping the future.", category: "Social", value: "Engaged"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Personal Mastery",
|
||||
subtitle: "Tools and insights to continuously develop your skills and potential.",
|
||||
category: "Growth",
|
||||
value: "Empowering",
|
||||
},
|
||||
id: "4", title: "Personal Mastery", subtitle: "Tools and insights to continuously develop your skills and potential.", category: "Growth", value: "Empowering"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Sustainable Choices",
|
||||
subtitle: "Embrace eco-conscious decisions that benefit you and the planet.",
|
||||
category: "Impact",
|
||||
value: "Ethical",
|
||||
},
|
||||
id: "5", title: "Sustainable Choices", subtitle: "Embrace eco-conscious decisions that benefit you and the planet.", category: "Impact", value: "Ethical"},
|
||||
]}
|
||||
title="Elevate Your Everyday"
|
||||
description="From conscious consumption to creative pursuits, our movement empowers you to define a life of purpose and refined taste. Experience the pillars of true modern living."
|
||||
@@ -269,64 +176,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophia L.",
|
||||
role: "Creative Director",
|
||||
company: "Pulse Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-jacket-with-fringe-whirls-isolated-background-portrait-young-brunette-girl-beige-outfit-dancing-purple-backdrop_197531-28983.jpg",
|
||||
imageAlt: "Sophia L. avatar",
|
||||
},
|
||||
id: "1", name: "Sophia L.", role: "Creative Director", company: "Pulse Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-jacket-with-fringe-whirls-isolated-background-portrait-young-brunette-girl-beige-outfit-dancing-purple-backdrop_197531-28983.jpg", imageAlt: "Sophia L. avatar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ethan H.",
|
||||
role: "Digital Strategist",
|
||||
company: "Connect Innovations",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-fashionable-attractive-woman-smiles-broadly-wears-sunglasses-sweatshirt-jacket-strolls-street-modern-city-being-good-mood-enjoys-leisure-time_273609-55766.jpg",
|
||||
imageAlt: "Ethan H. avatar",
|
||||
},
|
||||
id: "2", name: "Ethan H.", role: "Digital Strategist", company: "Connect Innovations", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-fashionable-attractive-woman-smiles-broadly-wears-sunglasses-sweatshirt-jacket-strolls-street-modern-city-being-good-mood-enjoys-leisure-time_273609-55766.jpg", imageAlt: "Ethan H. avatar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Olivia M.",
|
||||
role: "Lifestyle Blogger",
|
||||
company: "Urban Chronicles",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-home-relaxing-listening-music_23-2148306663.jpg",
|
||||
imageAlt: "Olivia M. avatar",
|
||||
},
|
||||
id: "3", name: "Olivia M.", role: "Lifestyle Blogger", company: "Urban Chronicles", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-home-relaxing-listening-music_23-2148306663.jpg", imageAlt: "Olivia M. avatar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Noah K.",
|
||||
role: "Brand Consultant",
|
||||
company: "Apex Advisory",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-outside-using-phone_1303-20148.jpg",
|
||||
imageAlt: "Noah K. avatar",
|
||||
},
|
||||
id: "4", name: "Noah K.", role: "Brand Consultant", company: "Apex Advisory", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-outside-using-phone_1303-20148.jpg", imageAlt: "Noah K. avatar"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Isabella G.",
|
||||
role: "Fashion Designer",
|
||||
company: "Azure Atelier",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-with-blonde-hair_1140-89.jpg",
|
||||
imageAlt: "Isabella G. avatar",
|
||||
},
|
||||
id: "5", name: "Isabella G.", role: "Fashion Designer", company: "Azure Atelier", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-with-blonde-hair_1140-89.jpg", imageAlt: "Isabella G. avatar"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "98%",
|
||||
label: "Satisfaction",
|
||||
},
|
||||
value: "98%", label: "Satisfaction"},
|
||||
{
|
||||
value: "50K+",
|
||||
label: "Community",
|
||||
},
|
||||
value: "50K+", label: "Community"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Authenticity",
|
||||
},
|
||||
value: "100%", label: "Authenticity"},
|
||||
]}
|
||||
title="Voices of Our Community"
|
||||
description="Hear directly from those who are defining their code and thriving with the Lifestyle movement. Their journeys inspire us all."
|
||||
@@ -338,14 +209,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Vogue",
|
||||
"GQ",
|
||||
"Highsnobiety",
|
||||
"Complex",
|
||||
"Hypebeast",
|
||||
"Refinery29",
|
||||
"Vice",
|
||||
]}
|
||||
"Vogue", "GQ", "Highsnobiety", "Complex", "Hypebeast", "Refinery29", "Vice"]}
|
||||
title="As Seen In"
|
||||
description="Featured by leading voices in fashion, culture, and modern living. Our movement is reshaping how Gen-Z and Millennials engage with lifestyle."
|
||||
speed={40}
|
||||
@@ -363,38 +227,11 @@ export default function LandingPage() {
|
||||
description="Dive deeper into the world of conscious living, style, and personal growth. Our editorial content empowers you to evolve."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Style",
|
||||
title: "The Art of Minimalist Wardrobe Building",
|
||||
excerpt: "Curate a versatile and timeless wardrobe that reflects your unique aesthetic with less clutter and more intent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flirtatious-lady-massive-round-earrings-red-beret-stylish-trench-coat-sits-by-window-touches-her-hair-coquettishly_197531-26928.jpg",
|
||||
imageAlt: "Person in stylish outfit walking urban street",
|
||||
authorName: "Jamie Lee",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg",
|
||||
date: "July 15, 2024",
|
||||
},
|
||||
id: "1", category: "Style", title: "The Art of Minimalist Wardrobe Building", excerpt: "Curate a versatile and timeless wardrobe that reflects your unique aesthetic with less clutter and more intent.", imageSrc: "http://img.b2bpic.net/free-photo/flirtatious-lady-massive-round-earrings-red-beret-stylish-trench-coat-sits-by-window-touches-her-hair-coquettishly_197531-26928.jpg", imageAlt: "Person in stylish outfit walking urban street", authorName: "Jamie Lee", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg", date: "July 15, 2024"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Wellness",
|
||||
title: "Digital Detox: Reclaiming Your Focus in a Distracted World",
|
||||
excerpt: "Strategies for a healthier relationship with technology, boosting creativity and mental well-being.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-redecorating-room_23-2148903501.jpg",
|
||||
imageAlt: "Minimalist interior design apartment living",
|
||||
authorName: "Sam P. Chen",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-man-working-project-medium-shot_23-2148920587.jpg",
|
||||
date: "July 20, 2024",
|
||||
},
|
||||
id: "2", category: "Wellness", title: "Digital Detox: Reclaiming Your Focus in a Distracted World", excerpt: "Strategies for a healthier relationship with technology, boosting creativity and mental well-being.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-redecorating-room_23-2148903501.jpg", imageAlt: "Minimalist interior design apartment living", authorName: "Sam P. Chen", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-man-working-project-medium-shot_23-2148920587.jpg", date: "July 20, 2024"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Mindset",
|
||||
title: "Cultivating Resilience: A Guide to Navigating Modern Challenges",
|
||||
excerpt: "Develop inner strength and adaptability to thrive amidst life's uncertainties and embrace change.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/designer-desk-architectural-tools-notebook-working-place-concept_53876-123770.jpg",
|
||||
imageAlt: "Person working on laptop in stylish cafe",
|
||||
authorName: "Anya Sharma",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/modern-woman-with-bright-curly-purple-hair-shows-peace-sign-smiling-lady-with-nose-piercing-takes-selfie_197531-19228.jpg",
|
||||
date: "July 25, 2024",
|
||||
},
|
||||
id: "3", category: "Mindset", title: "Cultivating Resilience: A Guide to Navigating Modern Challenges", excerpt: "Develop inner strength and adaptability to thrive amidst life's uncertainties and embrace change.", imageSrc: "http://img.b2bpic.net/free-photo/designer-desk-architectural-tools-notebook-working-place-concept_53876-123770.jpg", imageAlt: "Person working on laptop in stylish cafe", authorName: "Anya Sharma", authorAvatar: "http://img.b2bpic.net/free-photo/modern-woman-with-bright-curly-purple-hair-shows-peace-sign-smiling-lady-with-nose-piercing-takes-selfie_197531-19228.jpg", date: "July 25, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -407,47 +244,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sleek Carbon Watch",
|
||||
price: "$299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sexy-woman-tropical-garden-summer-vacation-thailand-slim-skinny-tanned-body-little-black-dress-with-lace-sensual-relaxed-holding-flower-hand-close-up-details_285396-6234.jpg",
|
||||
imageAlt: "Sleek minimalist carbon fiber watch",
|
||||
},
|
||||
id: "1", name: "Sleek Carbon Watch", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sexy-woman-tropical-garden-summer-vacation-thailand-slim-skinny-tanned-body-little-black-dress-with-lace-sensual-relaxed-holding-flower-hand-close-up-details_285396-6234.jpg", imageAlt: "Sleek minimalist carbon fiber watch"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Minimalist Phone Case",
|
||||
price: "$49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074267.jpg",
|
||||
imageAlt: "Minimalist phone case for modern smartphones",
|
||||
},
|
||||
id: "2", name: "Minimalist Phone Case", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074267.jpg", imageAlt: "Minimalist phone case for modern smartphones"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Noise-Cancelling Earbuds",
|
||||
price: "$189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-black-headphones-wooden-ball_181624-3258.jpg",
|
||||
imageAlt: "High-fidelity noise-cancelling earbuds",
|
||||
},
|
||||
id: "3", name: "Noise-Cancelling Earbuds", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-black-headphones-wooden-ball_181624-3258.jpg", imageAlt: "High-fidelity noise-cancelling earbuds"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Premium Leather Wallet",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-school-supplies-dark-surface_179666-47001.jpg",
|
||||
imageAlt: "Premium minimalist leather wallet",
|
||||
},
|
||||
id: "4", name: "Premium Leather Wallet", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-school-supplies-dark-surface_179666-47001.jpg", imageAlt: "Premium minimalist leather wallet"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Urban Tech Backpack",
|
||||
price: "$249",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-male-wearing-grey-brown-rucksack_181624-19208.jpg",
|
||||
imageAlt: "Urban tech backpack for modern explorers",
|
||||
},
|
||||
id: "5", name: "Urban Tech Backpack", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-male-wearing-grey-brown-rucksack_181624-19208.jpg", imageAlt: "Urban tech backpack for modern explorers"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Designer Sunglasses",
|
||||
price: "$160",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-swimwear-isolated-studio-background_1303-31162.jpg",
|
||||
imageAlt: "Designer sunglasses with sleek frame",
|
||||
},
|
||||
id: "6", name: "Designer Sunglasses", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/woman-swimwear-isolated-studio-background_1303-31162.jpg", imageAlt: "Designer sunglasses with sleek frame"},
|
||||
]}
|
||||
title="The Lookbook"
|
||||
description="Explore our curated collection of essentials designed to complement your sophisticated lifestyle. Quality, function, and aesthetic converge."
|
||||
@@ -460,30 +267,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is the core philosophy of Lifestyle?",
|
||||
content: "Lifestyle champions conscious living, creative expression, and community growth. We believe in empowering individuals to define their unique path and make impactful choices.",
|
||||
},
|
||||
id: "1", title: "What is the core philosophy of Lifestyle?", content: "Lifestyle champions conscious living, creative expression, and community growth. We believe in empowering individuals to define their unique path and make impactful choices."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Who is the Lifestyle brand for?",
|
||||
content: "Our brand resonates deeply with Gen-Z and Millennial audiences who value authenticity, modern aesthetics, and personal development in every aspect of their lives.",
|
||||
},
|
||||
id: "2", title: "Who is the Lifestyle brand for?", content: "Our brand resonates deeply with Gen-Z and Millennial audiences who value authenticity, modern aesthetics, and personal development in every aspect of their lives."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How can I get involved with the Lifestyle community?",
|
||||
content: "Join our newsletter for exclusive updates, follow us on social media, and participate in our online forums and events to connect with like-minded individuals.",
|
||||
},
|
||||
id: "3", title: "How can I get involved with the Lifestyle community?", content: "Join our newsletter for exclusive updates, follow us on social media, and participate in our online forums and events to connect with like-minded individuals."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are your products sustainably sourced?",
|
||||
content: "Sustainability is a core value. We prioritize ethically sourced materials and responsible manufacturing practices across our entire product range to minimize environmental impact.",
|
||||
},
|
||||
id: "4", title: "Are your products sustainably sourced?", content: "Sustainability is a core value. We prioritize ethically sourced materials and responsible manufacturing practices across our entire product range to minimize environmental impact."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we offer worldwide shipping. Please check our shipping policy page for detailed information on rates, delivery times, and eligible countries.",
|
||||
},
|
||||
id: "5", title: "Do you offer international shipping?", content: "Yes, we offer worldwide shipping. Please check our shipping policy page for detailed information on rates, delivery times, and eligible countries."},
|
||||
]}
|
||||
title="Your Journey, Answered"
|
||||
description="Have questions about the Lifestyle movement, our philosophy, or products? Find clarity and insights here."
|
||||
@@ -495,8 +287,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Connect"
|
||||
title="Join the Movement"
|
||||
description="Stay ahead with exclusive content, new releases, and community updates. Your journey to define your code starts here."
|
||||
@@ -515,61 +306,38 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-glowing-particles_1048-14186.jpg"
|
||||
imageAlt="Abstract dynamic background animation for footer"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/abstract-curves-background-with-bokhe-lights_1048-13405.jpg"
|
||||
videoAriaLabel="Ambient animated background video for footer"
|
||||
logoText="Lifestyle"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Lookbook",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Lookbook", href: "#products"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Blog", href: "#blog"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Community",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Community", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user