From 25110a86a1731d51178a922de2b9b68bef82ac68 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:26:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d218eb..22d35c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "circleGradient" }} imageSrc="http://img.b2bpic.net/free-photo/desk-arrangement-with-coffee-high-angle_23-2149073075.jpg" - imageAlt="personal blog writer journaling quiet moment" + imageAlt="Writer journaling thoughtfully" imagePosition="right" mediaAnimation="blur-reveal" buttons={[ @@ -85,15 +85,15 @@ export default function LandingPage() { blogs={[ { id: "1", category: ["Books", "Reflection"], - title: "Books I Love", excerpt: "Today was a very tiring day. Exploring the worlds and ideas found in the pages I cherish most.", imageSrc: "http://img.b2bpic.net/free-psd/arts-handcraft-invitation-template_23-2149962605.jpg", imageAlt: "open book reading literature page", authorName: "Sobirov", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13343.jpg", date: "Recent" + title: "Books I Love", excerpt: "Today was a very tiring day. Exploring the worlds and ideas found in the pages I cherish most.", imageSrc: "http://img.b2bpic.net/free-psd/arts-handcraft-invitation-template_23-2149962605.jpg", imageAlt: "Stack of beloved books", authorName: "Sobirov", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13343.jpg", date: "Recent" }, { id: "2", category: ["Entertainment", "Reviews"], - title: "This is a Really Great Movie", excerpt: "A film that captivated me completely. Sharing thoughts on cinema that moved my heart.", imageSrc: "http://img.b2bpic.net/free-photo/heart-formed-pocorn_23-2148470215.jpg", imageAlt: "cinema movie night film aesthetic", authorName: "Sobirov", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13343.jpg", date: "Recent" + title: "This is a Really Great Movie", excerpt: "A film that captivated me completely. Sharing thoughts on cinema that moved my heart.", imageSrc: "http://img.b2bpic.net/free-photo/heart-formed-pocorn_23-2148470215.jpg", imageAlt: "Movie theater cinema", authorName: "Sobirov", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13343.jpg", date: "Recent" }, { id: "3", category: ["Nature", "Landscape"], - title: "Nature's Beauty", excerpt: "A moment of tranquility captured in landscape. The world speaks to us in silent beauty.", imageSrc: "http://img.b2bpic.net/free-photo/adventurous-romantic-hiker-couple-sitting-rocks-looking-mountains_181624-40345.jpg", imageAlt: "landscape mountains nature scenic valley", authorName: "Sobirov", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13343.jpg", date: "Recent" + title: "Nature's Beauty", excerpt: "A moment of tranquility captured in landscape. The world speaks to us in silent beauty.", imageSrc: "http://img.b2bpic.net/free-photo/adventurous-romantic-hiker-couple-sitting-rocks-looking-mountains_181624-40345.jpg", imageAlt: "Scenic landscape view", authorName: "Sobirov", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13343.jpg", date: "Recent" } ]} buttons={[ @@ -117,19 +117,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Personal Reflection", role: "Moment", testimonial: "Right? Don't think it's something special, I just liked the poem 😅. Sometimes the simplest thoughts carry the most meaning.", icon: Quote, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13343.jpg", imageAlt: "person portrait professional headshot smiling" + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13343.jpg" }, { id: "2", name: "Life Lesson", role: "Learning", testimonial: "I couldn't arrange these well, but that's okay. Perfectionism is the enemy of progress. Growth happens in the mess.", icon: BookOpen, - imageSrc: "http://img.b2bpic.net/free-photo/five-friends-taking-selfie-outdoor-party_23-2149366191.jpg", imageAlt: "group photo classmates school friends" + imageSrc: "http://img.b2bpic.net/free-photo/five-friends-taking-selfie-outdoor-party_23-2149366191.jpg" }, { id: "3", name: "Late Night Thought", role: "01:10 — Just too much adrenaline 😆🔭", testimonial: "With my classmates on the last school days. Cherish the moments that seem ordinary now but will become treasured memories.", icon: Stars, - imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-black-arch-bridge-body-water-connecting-cities-shores-lake_181624-3146.jpg", imageAlt: "night sky telescope stars astronomy" + imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-black-arch-bridge-body-water-connecting-cities-shores-lake_181624-3146.jpg" }, { id: "4", name: "Wisdom", role: "Truth", testimonial: "Basically it can be hard, but it will give a clear benefit. Every challenge is an opportunity for growth and transformation.", icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/summer-image-young-beautiful-woman-straw-hat-trendy-outfit-posing-modern-stylish-tropical-resorts-show-peace-view-from-back-vacation-summer-accessories_273443-2556.jpg", imageAlt: "vacation travel tropical landscape destination" + imageSrc: "http://img.b2bpic.net/free-photo/summer-image-young-beautiful-woman-straw-hat-trendy-outfit-posing-modern-stylish-tropical-resorts-show-peace-view-from-back-vacation-summer-accessories_273443-2556.jpg" } ]} /> -- 2.49.1