diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 4a67b69..c299d3c 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -43,10 +43,10 @@ export default function BlogPage() { description="Güncel bilgiler." blogs={[ { - id: "b1", category: "Teknoloji", title: "3D Baskı Nedir?", excerpt: "Temel bilgiler.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-rubber-bicycle-part_23-2147892660.jpg", authorName: "Uzman", authorAvatar: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23577.jpg", date: "10.05.2024" + id: "b1", category: "Teknoloji", title: "3D Baskı Nedir?", excerpt: "Temel bilgiler.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-rubber-bicycle-part_23-2147892660.jpg?_wi=2", authorName: "Uzman", authorAvatar: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23577.jpg", date: "10.05.2024" }, { - id: "b2", category: "Mühendislik", title: "Tersine Mühendislik", excerpt: "Avantajları.", imageSrc: "http://img.b2bpic.net/free-photo/add-details-car-body-robotic-equipment-makes-assembly-car-modern-car-assembly-factory_645730-646.jpg", authorName: "Uzman", authorAvatar: "http://img.b2bpic.net/free-photo/mature-business-woman-analyzing-chart-held-infront-her_171337-8318.jpg", date: "12.05.2024" + id: "b2", category: "Mühendislik", title: "Tersine Mühendislik", excerpt: "Avantajları.", imageSrc: "http://img.b2bpic.net/free-photo/add-details-car-body-robotic-equipment-makes-assembly-car-modern-car-assembly-factory_645730-646.jpg?_wi=2", authorName: "Uzman", authorAvatar: "http://img.b2bpic.net/free-photo/mature-business-woman-analyzing-chart-held-infront-her_171337-8318.jpg", date: "12.05.2024" } ]} />