Update src/app/blog/page.tsx

This commit is contained in:
2026-04-01 19:44:30 +00:00
parent 61e3b05d89
commit ca3e8d4ce7

View File

@@ -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"
}
]}
/>