Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-03-03 10:59:46 +00:00

View File

@@ -57,9 +57,12 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
tag="About"
title="I'm passionate about sharing knowledge, exploring creative ideas, and connecting with readers through thoughtful, engaging content that inspires and informs."
title="I share thoughtful content on design and creativity. Explore my full bio for more about my journey and work."
useInvertedBackground={false}
buttons={[{ text: "Read My Story", href: "#" }]}
buttons={[
{ text: "Read My Story", href: "#" },
{ text: "View Full Bio", href: "#", props: { variant: "secondary" } }
]}
/>
</div>
@@ -69,14 +72,10 @@ export default function LandingPage() {
description="Discover my latest thoughts, insights, and stories about the topics I care about most."
tag="Blog"
blogs={[
{
id: "1", category: "Design", title: "The Art of Minimalist Web Design", excerpt: "Exploring how simplicity and intentional design choices create powerful digital experiences that resonate with users.", imageSrc: "http://img.b2bpic.net/free-photo/light-bulb-notebook-near-technologies_23-2147823716.jpg", imageAlt: "Minimalist design concept", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "24 Jan 2025"},
{
id: "2", category: "Technology", title: "Building Better Digital Products", excerpt: "A deep dive into the strategies and principles that make digital products successful, scalable, and user-centric.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-sticky-note-paper_53876-15089.jpg", imageAlt: "Technology innovation", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "20 Jan 2025"},
{
id: "3", category: "Writing", title: "The Power of Storytelling", excerpt: "Why narratives matter, how to craft compelling stories, and the impact of authentic communication in our digital world.", imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-120.jpg", imageAlt: "Writing and storytelling", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "18 Jan 2025"},
{
id: "4", category: "Personal Growth", title: "Lessons from My Creative Journey", excerpt: "Reflections on growth, creativity, and the lessons I've learned while building projects and pursuing meaningful work.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-walking-rocks_23-2148656136.jpg", imageAlt: "Personal growth and journey", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "15 Jan 2025"},
{ id: "1", category: "Design", title: "The Art of Minimalist Web Design", excerpt: "Exploring how simplicity and intentional design choices create powerful digital experiences that resonate with users.", imageSrc: "http://img.b2bpic.net/free-photo/light-bulb-notebook-near-technologies_23-2147823716.jpg", imageAlt: "Minimalist design concept", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "24 Jan 2025"},
{ id: "2", category: "Technology", title: "Building Better Digital Products", excerpt: "A deep dive into the strategies and principles that make digital products successful, scalable, and user-centric.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-sticky-note-paper_53876-15089.jpg", imageAlt: "Technology innovation", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "20 Jan 2025"},
{ id: "3", category: "Writing", title: "The Power of Storytelling", excerpt: "Why narratives matter, how to craft compelling stories, and the impact of authentic communication in our digital world.", imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-120.jpg", imageAlt: "Writing and storytelling", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "18 Jan 2025"},
{ id: "4", category: "Personal Growth", title: "Lessons from My Creative Journey", excerpt: "Reflections on growth, creativity, and the lessons I've learned while building projects and pursuing meaningful work.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-walking-rocks_23-2148656136.jpg", imageAlt: "Personal growth and journey", authorName: "You", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", date: "15 Jan 2025"},
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -103,22 +102,19 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Navigation", items: [
{ title: "Navigation", items: [
{ label: "Home", href: "#hero" },
{ label: "About", href: "#about" },
{ label: "Blog", href: "#blog" },
],
},
{
title: "Connect", items: [
{ title: "Connect", items: [
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Email", href: "#" },
],
},
{
title: "Legal", items: [
{ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],