diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9e33516..5ae2729 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1407,4 +1407,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e269b1..1e3ac47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,6 +82,12 @@ export default function HomePage() { background={{ variant: "sparkles-gradient" }} tag="Sektöre Yön Veren Çözüm Ortağı" tagIcon={Zap} + avatars={[ + { src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "Müşteri 1" }, + { src: "http://img.b2bpic.net/free-photo/portrait-asian-woman-business-owner-using-digital-tablet-checking-amount-stock-product-inventory-shelf-distribution-warehouse-factorylogistic-business-shipping-delivery-service_609648-2011.jpg", alt: "Müşteri 2" }, + { src: "http://img.b2bpic.net/free-photo/man-working-warehouse-driving-forklift_1303-26625.jpg", alt: "Müşteri 3" }, + ]} + avatarText="Trusted by 500+ companies" buttons={[ { text: "Ücretsiz Teklif Al", href: "contact" }, { text: "Hizmetlerimizi Keşfedin", href: "services" }, @@ -293,4 +299,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}