diff --git a/src/app/page.tsx b/src/app/page.tsx
index 94ff0e7..89bf821 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,16 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCTA from '@/components/sections/contact/ContactCTA';
+import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
-import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
+import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
export default function LandingPage() {
return (
@@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -49,24 +45,13 @@ export default function LandingPage() {
logoText="GÖKNOVA"
description="Gökyüzünden Gelen Dijital Güç. Drone çekimi, sinematik içerikler, yazılım ve dijital çözümler."
buttons={[
- {
- text: "Hizmetlerimiz", href: "#services"},
- {
- text: "İletişime Geç", href: "#contact"},
+ { text: "Hizmetlerimiz", href: "#services" },
+ { text: "İletişime Geç", href: "#contact" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cool-illustration-with-geometric-shapes-bronze-laser-lights_181624-57639.jpg", imageAlt: "Cinematic drone view"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-car-driving-asphalt-road-surrounded-by-golden-trees-autumn_181624-51908.jpg", imageAlt: "Cinematic drone view"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-midtown-skyline-with-skyscrapers-urban-cityscape-night_649448-2529.jpg", imageAlt: "Cinematic drone view"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-orange-lights-background_1017-2785.jpg", imageAlt: "Cinematic drone view"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/aerial-photography-chinese-city_1127-3041.jpg", imageAlt: "Cinematic drone view"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/pier-beach-by-ocean-sunset-zanzibar-africa_181624-8739.jpg", imageAlt: "Cinematic drone view"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cool-illustration-with-geometric-shapes-bronze-laser-lights_181624-57639.jpg", imageAlt: "Cinematic drone view" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-car-driving-asphalt-road-surrounded-by-golden-trees-autumn_181624-51908.jpg", imageAlt: "Cinematic drone view" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-midtown-skyline-with-skyscrapers-urban-cityscape-night_649448-2529.jpg", imageAlt: "Cinematic drone view" },
]}
/>
@@ -75,8 +60,7 @@ export default function LandingPage() {
@@ -87,24 +71,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Drone Çekimi", description: "Sinematik hava çekimleri.", phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/aerial-overhead-shot-urban-modern-business-architecture_181624-1563.jpg"},
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/3d-drone-flying-ocean-with-sunset-sky_1048-8182.jpg"},
- },
- {
- title: "Reel Üretimi", description: "Trend odaklı içerikler.", phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4006.jpg"},
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/hight-rise-condominium-office-buildings_1127-3044.jpg"},
- },
- {
- title: "Yazılım Çözümleri", description: "Modern web ve uygulamalar.", phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg?_wi=1"},
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg"},
- },
+ { title: "Drone Çekimi", description: "Sinematik hava çekimleri.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-overhead-shot-urban-modern-business-architecture_181624-1563.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-drone-flying-ocean-with-sunset-sky_1048-8182.jpg" } },
+ { title: "Reel Üretimi", description: "Trend odaklı içerikler.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4006.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hight-rise-condominium-office-buildings_1127-3044.jpg" } },
+ { title: "Yazılım Çözümleri", description: "Modern web ve uygulamalar.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg" } },
]}
showStepNumbers={false}
title="Dijital Çözümlerimiz"
@@ -118,24 +87,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "p1", tag: "STARTER", price: "Geliş", period: "Başlangıç", description: "4 Reels, 8 Story, Drone Çekimi.", button: {
- text: "Seç", href: "#contact"},
- featuresTitle: "İçerik Detayları", features: [
- "4 Reels", "8 Story", "Profesyonel Edit"],
- },
- {
- id: "p2", tag: "PLUS", price: "Geliş", period: "Popüler", description: "8 Reels, 15 Story, Web Sitesi.", button: {
- text: "Seç", href: "#contact"},
- featuresTitle: "İçerik Detayları", features: [
- "8 Reels", "15 Story", "Web Sitesi"],
- },
- {
- id: "p3", tag: "PREMIUM", price: "Geliş", period: "Zirve", description: "12 Reels, 25 Story, SEO.", button: {
- text: "Seç", href: "#contact"},
- featuresTitle: "İçerik Detayları", features: [
- "12 Reels", "25 Story", "SEO Altyapı"],
- },
+ { id: "p1", tag: "STARTER", price: "Geliş", period: "Başlangıç", description: "4 Reels, 8 Story, Drone Çekimi.", button: { text: "Seç", href: "#contact" }, featuresTitle: "İçerik Detayları", features: ["4 Reels", "8 Story", "Profesyonel Edit"] },
+ { id: "p2", tag: "PLUS", price: "Geliş", period: "Popüler", description: "8 Reels, 15 Story, Web Sitesi.", button: { text: "Seç", href: "#contact" }, featuresTitle: "İçerik Detayları", features: ["8 Reels", "15 Story", "Web Sitesi"] },
]}
title="Paketlerimiz"
description="İhtiyacınıza uygun profesyonel çözümler."
@@ -144,23 +97,14 @@ export default function LandingPage() {
-
-
);
-}
+}
\ No newline at end of file