Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user