Update src/app/page.tsx
This commit is contained in:
335
src/app/page.tsx
335
src/app/page.tsx
@@ -34,35 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Passions",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Passions", id: "#features"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Portfolio", id: "#products"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "#blog",
|
||||
},
|
||||
name: "Blog", id: "#blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Aesthete."
|
||||
button={{
|
||||
text: "Connect Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Connect Now", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -70,44 +56,23 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
variant: "downward-rays-animated"}}
|
||||
title="MAKE YOUR FUTURE EXPENSIVE."
|
||||
description="Welcome to my aesthetic universe where ambition meets elegance. Explore my passions in fashion, creativity, and entrepreneurship, designed to inspire your journey to self-improvement and success."
|
||||
tag="Luxury. Aesthetic. Success."
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore My World",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore My World", href: "#about"},
|
||||
{
|
||||
text: "Join the Journey",
|
||||
href: "#blog",
|
||||
},
|
||||
text: "Join the Journey", href: "#blog"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-model-poses-looking-down-showing-eye-makeup-blue-tones_633478-392.jpg",
|
||||
imageAlt: "Luxurious Gen Z fashion influencer",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-model-poses-looking-down-showing-eye-makeup-blue-tones_633478-392.jpg", imageAlt: "Luxurious Gen Z fashion influencer"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-sea-horse-animal-with-fantastic-neon-lighting_23-2151514486.jpg",
|
||||
imageAlt: "Sleek modern laptop with glowing UI",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-beautiful-woman-model-with-red-lips-summer-bright-colorful-hipster-blue-dress_158538-2442.jpg",
|
||||
imageAlt: "Beautiful woman in the studio",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-casual-hipster-girl-cap-glasses-jeans-wear-listening-music-from-headphones-mobile-phone-against-large-graffiti-wall_627829-7735.jpg",
|
||||
imageAlt: "Attractive hipster girl in eyewear",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-against-pink-neon-wall-with-imaginary-gun-near-temple-shooting-her-head-with-fingers_176532-10292.jpg",
|
||||
imageAlt: "Young woman in cyberpunk role is posing for photographer in blue and red lights.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-sea-horse-animal-with-fantastic-neon-lighting_23-2151514486.jpg", imageAlt: "Sleek modern laptop with glowing UI"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -123,13 +88,9 @@ export default function LandingPage() {
|
||||
title="Crafting a Legacy of Style, Substance & Success. Your Ultimate Guide to a Refined Lifestyle."
|
||||
buttons={[
|
||||
{
|
||||
text: "My Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "My Story", href: "#"},
|
||||
{
|
||||
text: "Values",
|
||||
href: "#",
|
||||
},
|
||||
text: "Values", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -139,83 +100,42 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: "fashion",
|
||||
title: "Fashion Forward",
|
||||
subtitle: "Elevating style with cutting-edge trends and timeless elegance.",
|
||||
category: "Style",
|
||||
value: "Inspire",
|
||||
buttons: [
|
||||
id: "fashion", title: "Fashion Forward", subtitle: "Elevating style with cutting-edge trends and timeless elegance.", category: "Style", value: "Inspire", buttons: [
|
||||
{
|
||||
text: "View Looks",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Looks", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "beauty",
|
||||
title: "Radiant Beauty",
|
||||
subtitle: "Unlocking secrets to glowing skin and captivating aesthetics.",
|
||||
category: "Glow",
|
||||
value: "Empower",
|
||||
buttons: [
|
||||
id: "beauty", title: "Radiant Beauty", subtitle: "Unlocking secrets to glowing skin and captivating aesthetics.", category: "Glow", value: "Empower", buttons: [
|
||||
{
|
||||
text: "Beauty Tips",
|
||||
href: "#",
|
||||
},
|
||||
text: "Beauty Tips", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "books",
|
||||
title: "Literary Escapes",
|
||||
subtitle: "Journeying through narratives that spark thought and imagination.",
|
||||
category: "Knowledge",
|
||||
value: "Grow",
|
||||
buttons: [
|
||||
id: "books", title: "Literary Escapes", subtitle: "Journeying through narratives that spark thought and imagination.", category: "Knowledge", value: "Grow", buttons: [
|
||||
{
|
||||
text: "My Library",
|
||||
href: "#",
|
||||
},
|
||||
text: "My Library", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "photography",
|
||||
title: "Visual Narratives",
|
||||
subtitle: "Capturing moments with an artistic eye and sophisticated vision.",
|
||||
category: "Art",
|
||||
value: "Create",
|
||||
buttons: [
|
||||
id: "photography", title: "Visual Narratives", subtitle: "Capturing moments with an artistic eye and sophisticated vision.", category: "Art", value: "Create", buttons: [
|
||||
{
|
||||
text: "See Gallery",
|
||||
href: "#",
|
||||
},
|
||||
text: "See Gallery", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "music",
|
||||
title: "Rhythmic Soul",
|
||||
subtitle: "Exploring the beats that resonate and fuel inspiration.",
|
||||
category: "Vibe",
|
||||
value: "Feel",
|
||||
buttons: [
|
||||
id: "music", title: "Rhythmic Soul", subtitle: "Exploring the beats that resonate and fuel inspiration.", category: "Vibe", value: "Feel", buttons: [
|
||||
{
|
||||
text: "My Playlists",
|
||||
href: "#",
|
||||
},
|
||||
text: "My Playlists", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "entrepreneurship",
|
||||
title: "Ambitious Ventures",
|
||||
subtitle: "Navigating the world of business with innovation and drive.",
|
||||
category: "Drive",
|
||||
value: "Achieve",
|
||||
buttons: [
|
||||
id: "entrepreneurship", title: "Ambitious Ventures", subtitle: "Navigating the world of business with innovation and drive.", category: "Drive", value: "Achieve", buttons: [
|
||||
{
|
||||
text: "My Projects",
|
||||
href: "#",
|
||||
},
|
||||
text: "My Projects", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -231,49 +151,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "art-prints",
|
||||
name: "Limited Edition Art Prints",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-retro-modern-art-design_1048-21422.jpg",
|
||||
imageAlt: "Minimalist geometric art print",
|
||||
},
|
||||
id: "art-prints", name: "Limited Edition Art Prints", price: "$120", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-retro-modern-art-design_1048-21422.jpg", imageAlt: "Minimalist geometric art print"},
|
||||
{
|
||||
id: "presets",
|
||||
name: "Pro Photography Presets",
|
||||
price: "$50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-using-computer-make-use-text-video-with-ai_482257-119684.jpg",
|
||||
imageAlt: "Custom photography preset",
|
||||
},
|
||||
id: "presets", name: "Pro Photography Presets", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-using-computer-make-use-text-video-with-ai_482257-119684.jpg", imageAlt: "Custom photography preset"},
|
||||
{
|
||||
id: "journals",
|
||||
name: "Luxury Reflection Journals",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-holding-book_23-2148171387.jpg",
|
||||
imageAlt: "Personalized leather journal",
|
||||
},
|
||||
id: "journals", name: "Luxury Reflection Journals", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-holding-book_23-2148171387.jpg", imageAlt: "Personalized leather journal"},
|
||||
{
|
||||
id: "e-books",
|
||||
name: "Digital Success Guides",
|
||||
price: "$30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teacher-doing-english-lesson-online-his-students_23-2148963009.jpg",
|
||||
imageAlt: "E-book cover design",
|
||||
},
|
||||
id: "e-books", name: "Digital Success Guides", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/teacher-doing-english-lesson-online-his-students_23-2148963009.jpg", imageAlt: "E-book cover design"},
|
||||
{
|
||||
id: "merch",
|
||||
name: "Exclusive Lifestyle Apparel",
|
||||
price: "$90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178893.jpg",
|
||||
imageAlt: "Luxury lifestyle brand hoodie",
|
||||
},
|
||||
id: "merch", name: "Exclusive Lifestyle Apparel", price: "$90", imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178893.jpg", imageAlt: "Luxury lifestyle brand hoodie"},
|
||||
{
|
||||
id: "coaching",
|
||||
name: "1-on-1 Branding Consultation",
|
||||
price: "$350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-professionals-review-files-performance-metrics-using-projections-budgeting_482257-136482.jpg",
|
||||
imageAlt: "Coaching program",
|
||||
},
|
||||
id: "coaching", name: "1-on-1 Branding Consultation", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-professionals-review-files-performance-metrics-using-projections-budgeting_482257-136482.jpg", imageAlt: "Coaching program"},
|
||||
]}
|
||||
title="My Creative Works"
|
||||
description="Showcasing projects where passion meets luxury. From digital art to bespoke consultations, discover how I transform ideas into exquisite realities."
|
||||
@@ -290,32 +181,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "awards",
|
||||
value: "20+",
|
||||
title: "Industry Awards",
|
||||
description: "Recognized for innovation and leadership in various fields.",
|
||||
icon: Award,
|
||||
id: "awards", value: "20+", title: "Industry Awards", description: "Recognized for innovation and leadership in various fields.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "creations",
|
||||
value: "500+",
|
||||
title: "Creative Projects",
|
||||
description: "From digital art to entrepreneurial ventures, a diverse portfolio.",
|
||||
icon: Lightbulb,
|
||||
id: "creations", value: "500+", title: "Creative Projects", description: "From digital art to entrepreneurial ventures, a diverse portfolio.", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
id: "growth",
|
||||
value: "300%",
|
||||
title: "Audience Growth",
|
||||
description: "Exponential growth across platforms, connecting with a global community.",
|
||||
icon: TrendingUp,
|
||||
id: "growth", value: "300%", title: "Audience Growth", description: "Exponential growth across platforms, connecting with a global community.", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "impact",
|
||||
value: "100K+",
|
||||
title: "Lives Inspired",
|
||||
description: "Empowering individuals to chase their dreams and maximize their potential.",
|
||||
icon: Star,
|
||||
id: "impact", value: "100K+", title: "Lives Inspired", description: "Empowering individuals to chase their dreams and maximize their potential.", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="Measuring Impact"
|
||||
@@ -333,25 +208,15 @@ export default function LandingPage() {
|
||||
author="Ava Sterling, Luxury Brand Founder"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-interracial-young-couple-happy-redhead-caucasian-female-stylish-african-male_273609-9451.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-interracial-young-couple-happy-redhead-caucasian-female-stylish-african-male_273609-9451.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/transgender-wearing-cool-jacket-medium-shot_23-2149105398.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/transgender-wearing-cool-jacket-medium-shot_23-2149105398.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-afro-american-man-spectacles-hipster-hat-relaxing-cafe-with-his-female-friend_273609-9736.jpg",
|
||||
alt: "Interracial friendship concept. Beautiful freckled woman with healthy skin and dark skinned overjoyed male wears spectacles",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-afro-american-man-spectacles-hipster-hat-relaxing-cafe-with-his-female-friend_273609-9736.jpg", alt: "Interracial friendship concept. Beautiful freckled woman with healthy skin and dark skinned overjoyed male wears spectacles"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -364,35 +229,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What kind of content do you create?",
|
||||
content: "I create content across fashion, beauty, books, photography, motivation, music, gaming, food, and entrepreneurship. My aim is to blend these diverse interests into a cohesive, inspiring narrative for personal and professional growth.",
|
||||
},
|
||||
id: "faq-1", title: "What kind of content do you create?", content: "I create content across fashion, beauty, books, photography, motivation, music, gaming, food, and entrepreneurship. My aim is to blend these diverse interests into a cohesive, inspiring narrative for personal and professional growth."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How can I collaborate with you?",
|
||||
content: "I'm open to collaborations that align with my brand values. Please use the contact form below to submit your proposal with details about your project and vision. I'm always excited to explore new creative partnerships!",
|
||||
},
|
||||
id: "faq-2", title: "How can I collaborate with you?", content: "I'm open to collaborations that align with my brand values. Please use the contact form below to submit your proposal with details about your project and vision. I'm always excited to explore new creative partnerships!"},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Where can I find your recommended products?",
|
||||
content: "My 'Creative Portfolio' section showcases a selection of my digital products, art prints, and exclusive apparel. You can find links to all my recommended tools, books, and fashion picks within my blog posts and social media channels.",
|
||||
},
|
||||
id: "faq-3", title: "Where can I find your recommended products?", content: "My 'Creative Portfolio' section showcases a selection of my digital products, art prints, and exclusive apparel. You can find links to all my recommended tools, books, and fashion picks within my blog posts and social media channels."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Do you offer mentorship or coaching?",
|
||||
content: "Yes, I offer limited 1-on-1 branding and entrepreneurship consultations. Details and booking availability can be found in my 'Creative Portfolio' section under '1-on-1 Branding Consultation'. These sessions are designed to help you elevate your own future.",
|
||||
},
|
||||
id: "faq-4", title: "Do you offer mentorship or coaching?", content: "Yes, I offer limited 1-on-1 branding and entrepreneurship consultations. Details and booking availability can be found in my 'Creative Portfolio' section under '1-on-1 Branding Consultation'. These sessions are designed to help you elevate your own future."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "What inspires your 'MAKE YOUR FUTURE EXPENSIVE' motto?",
|
||||
content: "This motto is about investing in yourself—your skills, knowledge, experiences, and well-being—to create a life of unparalleled value and impact. It encourages aspiring for excellence in every aspect, not just financially, but in personal growth and creative fulfillment.",
|
||||
},
|
||||
id: "faq-5", title: "What inspires your 'MAKE YOUR FUTURE EXPENSIVE' motto?", content: "This motto is about investing in yourself—your skills, knowledge, experiences, and well-being—to create a life of unparalleled value and impact. It encourages aspiring for excellence in every aspect, not just financially, but in personal growth and creative fulfillment."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "How do you balance so many interests?",
|
||||
content: "My diverse interests are interconnected, fueling each other in a holistic approach to life. I prioritize passion-driven projects, disciplined time management, and continuous learning, ensuring each facet contributes to my overall brand and personal development.",
|
||||
},
|
||||
id: "faq-6", title: "How do you balance so many interests?", content: "My diverse interests are interconnected, fueling each other in a holistic approach to life. I prioritize passion-driven projects, disciplined time management, and continuous learning, ensuring each facet contributes to my overall brand and personal development."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Find answers to common questions about my brand, collaborations, content, and entrepreneurial ventures."
|
||||
@@ -406,44 +253,18 @@ export default function LandingPage() {
|
||||
<BlogCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
title="Latest Chronicles"
|
||||
description="Dive into my curated thoughts on cultivating an expensive future, embracing creativity, and navigating the digital landscape with style and ambition."
|
||||
tag="Insights"
|
||||
tagAnimation="blur-reveal"
|
||||
blogs={[
|
||||
{
|
||||
id: "blog-1",
|
||||
category: "Fashion & Style",
|
||||
title: "The Art of Effortless Luxury: My Spring Capsule Wardrobe",
|
||||
excerpt: "Discover how to curate a wardrobe that exudes sophistication without sacrificing comfort, featuring timeless pieces and sustainable choices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-facial-protection-mask_1303-21524.jpg",
|
||||
imageAlt: "Fashion blog post with elegant outfit",
|
||||
authorName: "Aesthete.",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883563.jpg",
|
||||
date: "April 15, 2024",
|
||||
},
|
||||
id: "blog-1", category: "Fashion & Style", title: "The Art of Effortless Luxury: My Spring Capsule Wardrobe", excerpt: "Discover how to curate a wardrobe that exudes sophistication without sacrificing comfort, featuring timeless pieces and sustainable choices.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-facial-protection-mask_1303-21524.jpg", imageAlt: "Fashion blog post with elegant outfit", authorName: "Aesthete.", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883563.jpg", date: "April 15, 2024"},
|
||||
{
|
||||
id: "blog-2",
|
||||
category: "Motivation & Growth",
|
||||
title: "Fueling Your Drive: Daily Habits for an Expensive Future",
|
||||
excerpt: "Unlock powerful routines and mindset shifts that will propel you towards your goals, enhance creativity, and build lasting success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-collective-mind-process-concept-digital-art-style_23-2151657828.jpg",
|
||||
imageAlt: "Motivational quote and success habits",
|
||||
authorName: "Aesthete.",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg",
|
||||
date: "April 10, 2024",
|
||||
},
|
||||
id: "blog-2", category: "Motivation & Growth", title: "Fueling Your Drive: Daily Habits for an Expensive Future", excerpt: "Unlock powerful routines and mindset shifts that will propel you towards your goals, enhance creativity, and build lasting success.", imageSrc: "http://img.b2bpic.net/free-photo/representation-collective-mind-process-concept-digital-art-style_23-2151657828.jpg", imageAlt: "Motivational quote and success habits", authorName: "Aesthete.", authorAvatar: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", date: "April 10, 2024"},
|
||||
{
|
||||
id: "blog-3",
|
||||
category: "Books & Culture",
|
||||
title: "Beyond the Pages: My Top 5 Books for Creative Souls",
|
||||
excerpt: "A deep dive into essential reads that will ignite your imagination, broaden your perspectives, and inspire your next big idea.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063049.jpg",
|
||||
imageAlt: "Stack of aesthetic books",
|
||||
authorName: "Aesthete.",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/indoor-photo-attractive-young-lady-vintage-dress-making-selfie-claret-background_197531-7164.jpg",
|
||||
date: "April 5, 2024",
|
||||
},
|
||||
id: "blog-3", category: "Books & Culture", title: "Beyond the Pages: My Top 5 Books for Creative Souls", excerpt: "A deep dive into essential reads that will ignite your imagination, broaden your perspectives, and inspire your next big idea.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063049.jpg", imageAlt: "Stack of aesthetic books", authorName: "Aesthete.", authorAvatar: "http://img.b2bpic.net/free-photo/indoor-photo-attractive-young-lady-vintage-dress-making-selfie-claret-background_197531-7164.jpg", date: "April 5, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -455,22 +276,14 @@ export default function LandingPage() {
|
||||
description="Ready to co-create or inquire about a partnership? I'm excited to hear from you and explore opportunities that align with a luxurious future."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-admin-server-hub-checking-recovery-plan-monitoring-data-center_482257-90095.jpg"
|
||||
@@ -487,49 +300,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Me",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Me", href: "#about"},
|
||||
{
|
||||
label: "My Interests",
|
||||
href: "#features",
|
||||
},
|
||||
label: "My Interests", href: "#features"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Portfolio", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Latest Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Latest Blog", href: "#blog"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
label: "TikTok", href: "#"},
|
||||
{
|
||||
label: "Pinterest",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pinterest", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user