Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -41,9 +41,9 @@ export default function ServicesPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "1", title: "SLA 3D Baskı", description: "Yüksek hassasiyetli prototip üretimi.", tag: "Üretim", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-rubber-bicycle-part_23-2147892660.jpg" },
|
||||
{ id: "1", title: "SLA 3D Baskı", description: "Yüksek hassasiyetli prototip üretimi.", tag: "Üretim", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-rubber-bicycle-part_23-2147892660.jpg?_wi=1" },
|
||||
{ id: "2", title: "Lazer Tarama", description: "Dijital ölçümleme ve kalite kontrol.", tag: "Analiz", imageSrc: "http://img.b2bpic.net/free-photo/production-electronic-components-high-tech-factory_1385-3207.jpg" },
|
||||
{ id: "3", title: "CAD Tasarım", description: "Tersine mühendislik süreçleri.", tag: "Tasarım", imageSrc: "http://img.b2bpic.net/free-photo/add-details-car-body-robotic-equipment-makes-assembly-car-modern-car-assembly-factory_645730-646.jpg" }
|
||||
{ id: "3", title: "CAD Tasarım", description: "Tersine mühendislik süreçleri.", tag: "Tasarım", imageSrc: "http://img.b2bpic.net/free-photo/add-details-car-body-robotic-equipment-makes-assembly-car-modern-car-assembly-factory_645730-646.jpg?_wi=1" }
|
||||
]}
|
||||
title="Hizmetlerimiz"
|
||||
description="Profesyonel endüstriyel çözümlerimiz."
|
||||
|
||||
Reference in New Issue
Block a user