diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 847e630..3f6b10a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,13 +8,15 @@ import ReactLenis from "lenis/react"; export default function AboutPage() { const navItems = [{ name: "Anasayfa", id: "/" }, { name: "Hakkımızda", id: "/about" }, { name: "Hizmetler", id: "/services" }, { name: "İletişim", id: "/contact" }]; return ( - - -
-

Hakkımızda

-

GOYO, işletmelerin dijitalleşmesini yapay zeka ile hızlandırmak için kurulmuş bir teknoloji şirketidir.

-
- -
+ + + +
+

Hakkımızda

+

GOYO, işletmelerin dijitalleşmesini yapay zeka ile hızlandırmak için kurulmuş bir teknoloji şirketidir.

+
+ +
+
); } \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ce819e6..a8c2f49 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,22 +2,23 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterCard from "@/components/sections/footer/FooterCard"; import ReactLenis from "lenis/react"; export default function ContactPage() { const navItems = [{ name: "Anasayfa", id: "/" }, { name: "Hakkımızda", id: "/about" }, { name: "Hizmetler", id: "/services" }, { name: "İletişim", id: "/contact" }]; return ( - - - - - + + + + + + + ); } \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9fba913..88c1063 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,8 +19,8 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: 'GOYO | Türkiye\'nin İşletmelerine Yapay Zeka Gücü', - description: 'GOYO ile işletmenizin yorumlarını yönetin, telefonlarınızı otomatikleştirin ve randevularınızı akıllı hale getirin. 7/24 kesintisiz teknoloji.', + title: 'GOYO - İşletmeniz İçin Yapay Zeka', + description: 'GOYO ile işletmenizi akıllı hale getirin. Google yorum yönetimi, telefon otomasyonu ve WhatsApp randevu sistemleri.', }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 1eea460..c244be1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,36 +2,36 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import HeroSplit from "@/components/sections/hero/HeroSplit"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; +import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import { Sparkles, Zap, BrainCircuit, MessageSquare, TrendingUp, Check, Bot } from "lucide-react"; -import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; -import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import { Zap, Bot, BrainCircuit } from "lucide-react"; +import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; +import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; +import FaqBase from "@/components/sections/faq/FaqBase"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterCard from "@/components/sections/footer/FooterCard"; export default function GoyoHomePage() { const navItems = [ - { name: "Ürünler", id: "products" }, - { name: "Hakkımızda", id: "about" }, - { name: "İletişim", id: "contact" }, + { name: "Anasayfa", id: "/" }, + { name: "Hakkımızda", id: "/about" }, + { name: "Hizmetler", id: "/services" }, + { name: "İletişim", id: "/contact" }, ]; return ( - - - - - - - console.log(data)} + description="İşletmeniz için doğru araçları seçin." + useInvertedBackground={false} /> - ); -} +} \ No newline at end of file diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c97e230..1d4ceda 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -8,13 +8,15 @@ import ReactLenis from "lenis/react"; export default function ServicesPage() { const navItems = [{ name: "Anasayfa", id: "/" }, { name: "Hakkımızda", id: "/about" }, { name: "Hizmetler", id: "/services" }, { name: "İletişim", id: "/contact" }]; return ( - - -
-

Hizmetlerimiz

-

İşletmeniz için tasarlanmış akıllı otomasyon çözümleri.

-
- -
+ + + +
+

Hizmetlerimiz

+

İşletmeniz için tasarlanmış akıllı otomasyon çözümleri.

+
+ +
+
); } \ No newline at end of file