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() { @@ -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