diff --git a/src/app/page.tsx b/src/app/page.tsx
index bb0ae22..44d1e6d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,16 +2,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCTA from '@/components/sections/contact/ContactCTA';
-import FaqDouble from '@/components/sections/faq/FaqDouble';
+import ContactText from '@/components/sections/contact/ContactText';
+import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
-import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
+import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
+import { Instagram, Linkedin, Twitter } from 'lucide-react';
export default function LandingPage() {
return (
@@ -31,11 +32,11 @@ export default function LandingPage() {
@@ -51,8 +52,6 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797685.jpg", imageAlt: "Lüks yaşam" },
{ imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-working-radio-station_23-2148815342.jpg", imageAlt: "Minimalist tasarım" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lights-prisms-effect-close-up_23-2148917909.jpg", imageAlt: "Özel hizmet" },
- { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-modern-woman-talking-mobile_23-2148415912.jpg", imageAlt: "Profesyonel yaklaşım" },
- { imageSrc: "http://img.b2bpic.net/free-photo/business-people-drinking-some-beverage_53876-24963.jpg", imageAlt: "Yenilikçi vizyon" },
]}
mediaAnimation="blur-reveal"
/>
@@ -62,7 +61,7 @@ export default function LandingPage() {
@@ -94,9 +93,6 @@ export default function LandingPage() {
{ id: "1", name: "Stratejik Danışmanlık", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31452.jpg" },
{ id: "2", name: "Lüks Marka Kimliği", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292791.jpg" },
{ id: "3", name: "Modern Dijital Çözümler", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-smartphone-looking-businessman_23-2147876764.jpg" },
- { id: "4", name: "Özel Tasarım Projeleri", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826278.jpg" },
- { id: "5", name: "Yönetim Danışmanlığı", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/red-black-gift-boxes-background_23-2148663131.jpg" },
- { id: "6", name: "Kurumsal Dönüşüm", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg" },
]}
title="Premium Hizmetlerimiz"
description="İhtiyaçlarınıza yönelik en seçkin çözümler."
@@ -119,56 +115,51 @@ export default function LandingPage() {
-
-
-
);
-}
+}
\ No newline at end of file