From cec744fc8054e6efa595f54ee3a684b6750b2f3c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 11:35:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71286a0..55eb4aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,13 +180,13 @@ export default function LandingPage() { animationType="slide-up" blogs={[ { - id: "1", category: "Design Trends", title: "The Future of Minimalist Design", excerpt: "Exploring how simplicity and intentionality shape modern digital experiences and user engagement.", imageSrc: "http://img.b2bpic.net/free-photo/inspired-youth_53876-176745.jpg", imageAlt: "Future of minimalist design", authorName: "Alex Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", date: "Jan 15, 2025" + id: "1", category: "Design Trends", title: "The Future of Minimalist Design", excerpt: "Exploring how simplicity and intentionality shape modern digital experiences and user engagement.", imageSrc: "http://img.b2bpic.net/free-photo/inspired-youth_53876-176745.jpg?_wi=1", imageAlt: "Future of minimalist design", authorName: "Alex Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", date: "Jan 15, 2025" }, { id: "2", category: "Brand Strategy", title: "Building Authentic Brand Experiences", excerpt: "How strategic design thinking creates meaningful connections between brands and their audiences.", imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-121.jpg", imageAlt: "Brand strategy and storytelling", authorName: "Emma Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", date: "Jan 10, 2025" }, { - id: "3", category: "Creative Process", title: "Unlocking Creative Potential Through Collaboration", excerpt: "Insights from our team on fostering innovation and excellence in collaborative design projects.", imageSrc: "http://img.b2bpic.net/free-photo/inspired-youth_53876-176745.jpg", imageAlt: "Creative collaboration and innovation", authorName: "Michael Chen", authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", date: "Jan 5, 2025" + id: "3", category: "Creative Process", title: "Unlocking Creative Potential Through Collaboration", excerpt: "Insights from our team on fostering innovation and excellence in collaborative design projects.", imageSrc: "http://img.b2bpic.net/free-photo/inspired-youth_53876-176745.jpg?_wi=2", imageAlt: "Creative collaboration and innovation", authorName: "Michael Chen", authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", date: "Jan 5, 2025" } ]} />