Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-20 11:55:16 +00:00

View File

@@ -67,10 +67,10 @@ export default function LandingPage() {
animationType="slide-up"
blogs={[
{
id: "featured-1", category: "Lifestyle", title: "Finding Purpose in Everyday Moments", excerpt: "Discover how to find meaning and purpose in the small moments that make up our daily lives and shape who we are.", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-with-glasses-cafe_273609-3980.jpg", imageAlt: "Featured article about purpose", authorName: "Sarah Mitchell", authorAvatar: "https://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", date: "15 Jan 2025"
id: "featured-1", category: "Lifestyle", title: "Finding Purpose in Everyday Moments", excerpt: "Discover how to find meaning and purpose in the small moments that make up our daily lives and shape who we are.", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-with-glasses-cafe_273609-3980.jpg?_wi=1", imageAlt: "Featured article about purpose", authorName: "Sarah Mitchell", authorAvatar: "https://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", date: "15 Jan 2025"
},
{
id: "featured-2", category: "Growth", title: "The Art of Continuous Learning", excerpt: "Explore strategies for maintaining curiosity and developing new skills throughout your personal and professional journey.", imageSrc: "https://img.b2bpic.net/free-photo/working-office_1150-120.jpg", imageAlt: "Featured article about learning", authorName: "Sarah Mitchell", authorAvatar: "https://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", date: "12 Jan 2025"
id: "featured-2", category: "Growth", title: "The Art of Continuous Learning", excerpt: "Explore strategies for maintaining curiosity and developing new skills throughout your personal and professional journey.", imageSrc: "https://img.b2bpic.net/free-photo/working-office_1150-120.jpg?_wi=1", imageAlt: "Featured article about learning", authorName: "Sarah Mitchell", authorAvatar: "https://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", date: "12 Jan 2025"
}
]}
/>
@@ -85,10 +85,10 @@ export default function LandingPage() {
animationType="slide-up"
blogs={[
{
id: "post-1", category: "Creativity", title: "Unlocking Your Creative Potential", excerpt: "Learn practical techniques to overcome creative blocks and develop your unique artistic voice.", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-with-glasses-cafe_273609-3980.jpg", imageAlt: "Article about creativity", authorName: "Sarah Mitchell", authorAvatar: "https://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", date: "10 Jan 2025"
id: "post-1", category: "Creativity", title: "Unlocking Your Creative Potential", excerpt: "Learn practical techniques to overcome creative blocks and develop your unique artistic voice.", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-with-glasses-cafe_273609-3980.jpg?_wi=2", imageAlt: "Article about creativity", authorName: "Sarah Mitchell", authorAvatar: "https://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", date: "10 Jan 2025"
},
{
id: "post-2", category: "Mindfulness", title: "Meditation for Busy Minds", excerpt: "A beginner's guide to meditation practices that fit into your hectic schedule and transform your mental clarity.", imageSrc: "https://img.b2bpic.net/free-photo/working-office_1150-120.jpg", imageAlt: "Article about meditation", authorName: "Sarah Mitchell", authorAvatar: "https://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", date: "08 Jan 2025"
id: "post-2", category: "Mindfulness", title: "Meditation for Busy Minds", excerpt: "A beginner's guide to meditation practices that fit into your hectic schedule and transform your mental clarity.", imageSrc: "https://img.b2bpic.net/free-photo/working-office_1150-120.jpg?_wi=2", imageAlt: "Article about meditation", authorName: "Sarah Mitchell", authorAvatar: "https://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", date: "08 Jan 2025"
},
{
id: "post-3", category: "Technology", title: "Digital Wellness in the Modern Age", excerpt: "Navigate technology mindfully and build healthy digital habits that enhance your well-being.", imageSrc: "https://img.b2bpic.net/free-photo/woman-using-digital-devices-cafe_53876-20920.jpg", imageAlt: "Article about digital wellness", authorName: "Sarah Mitchell", authorAvatar: "https://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148074529.jpg", date: "05 Jan 2025"
@@ -126,7 +126,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Your name", required: true }
]}
useInvertedBackground={true}
imageSrc="https://img.b2bpic.net/free-vector/chat-banner-horizontal_1284-14683.jpg"
imageSrc="https://img.b2bpic.net/free-vector/chat-banner-horizontal_1284-14683.jpg?_wi=1"
imageAlt="Newsletter signup"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -191,7 +191,7 @@ export default function LandingPage() {
required: true
}}
useInvertedBackground={false}
imageSrc="https://img.b2bpic.net/free-vector/chat-banner-horizontal_1284-14683.jpg"
imageSrc="https://img.b2bpic.net/free-vector/chat-banner-horizontal_1284-14683.jpg?_wi=2"
imageAlt="Contact form"
mediaAnimation="slide-up"
mediaPosition="left"