From bc3efaeeae692f4c62a9b86756d018e96b366b84 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:27:22 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From 4ee8b3253e604d199255ad530679a6bb31d2e911 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:27:24 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +} -- 2.49.1