From f7d278695bd1de7e28e1d2e89fde1829cbeaf5fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?=
<76204082+iamsedatozturk@users.noreply.github.com>
Date: Fri, 16 May 2025 09:36:15 +0300
Subject: [PATCH] =?UTF-8?q?ana=20sayfa=20de=C4=9Fi=C5=9Fiklikleri?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
company/src/components/home/Features.tsx | 28 ++++-
company/src/components/home/Hero.tsx | 12 +-
company/src/context/LanguageContext.tsx | 138 +++++++++++++++--------
3 files changed, 118 insertions(+), 60 deletions(-)
diff --git a/company/src/components/home/Features.tsx b/company/src/components/home/Features.tsx
index 94f8a56b..317c30d7 100644
--- a/company/src/components/home/Features.tsx
+++ b/company/src/components/home/Features.tsx
@@ -1,5 +1,5 @@
import React from 'react';
-import { Shield, Zap, Users, BarChart } from 'lucide-react';
+import { Zap, Users, BarChart, Calendar, BookOpen, CreditCard, MessageSquare, Phone, Shield } from 'lucide-react';
import { useLanguage } from '../../context/LanguageContext';
const Features: React.FC = () => {
@@ -7,24 +7,44 @@ const Features: React.FC = () => {
const features = [
{
- icon:
+ {t('hero.service1.desc')}
{t('hero.service2.desc')}
{t('hero.service3.desc')}