From aed57776c6851bb5651264886948079dbb938c7d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:35:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 94 ++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df3073d..809bebd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,14 @@ export default function LandingPage() { @@ -106,12 +106,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { id: "1", title: "Essential Care", price: "₺350", period: "session", features: ["Consultation", "Precision Cut"], button: { text: "Book", href: "#contact" } }, - { id: "2", title: "Color & Care", price: "₺950", period: "session", features: ["Color", "Condition"], button: { text: "Book", href: "#contact" } }, - { id: "3", title: "Luxury", price: "₺1,500", period: "session", features: ["Keratin", "Style"], button: { text: "Book", href: "#contact" } } + { id: "1", title: "Temel Bakım", price: "350₺", period: "seans", features: ["Konsültasyon", "Hassas Kesim"], button: { text: "Randevu Al", href: "#contact" } }, + { id: "2", title: "Renk & Bakım", price: "950₺", period: "seans", features: ["Renk", "Bakım"], button: { text: "Randevu Al", href: "#contact" } }, + { id: "3", title: "Lüks", price: "1.500₺", period: "seans", features: ["Keratin", "Stil"], button: { text: "Randevu Al", href: "#contact" } } ]} - title="Appointment Packages" - description="Select the perfect package for your hair goals." + title="Randevu Paketleri" + description="Saç hedefleriniz için en uygun paketi seçin." /> @@ -120,12 +120,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", title: "Great", quote: "Love it!", name: "Zeynep A.", role: "Client" }, - { id: "2", title: "Amazing", quote: "Best salon.", name: "Merve K.", role: "Client" }, - { id: "3", title: "Skilled", quote: "Very impressed.", name: "David K.", role: "Client" } + { id: "1", title: "Harika", quote: "Çok sevdim!", name: "Zeynep A.", role: "Müşteri" }, + { id: "2", title: "Muhteşem", quote: "En iyi salon.", name: "Merve K.", role: "Müşteri" }, + { id: "3", title: "Uzman", quote: "Çok etkilendim.", name: "David K.", role: "Müşteri" } ]} - title="What Clients Say" - description="Join our community." + title="Müşterilerimiz Ne Diyor" + description="Topluluğumuza katılın." /> @@ -134,22 +134,22 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { id: "f1", title: "Appointment?", content: "Yes, required." }, - { id: "f2", title: "Location?", content: "Kadıköy." }, - { id: "f3", title: "Hours?", content: "Mon-Sat." } + { id: "f1", title: "Randevu gerekli mi?", content: "Evet, randevu almanız gerekmektedir." }, + { id: "f2", title: "Neredesiniz?", content: "Kadıköy merkezdeyiz." }, + { id: "f3", title: "Çalışma saatleri?", content: "Pazartesi-Cumartesi arası açığız." } ]} faqsAnimation="blur-reveal" - title="Common Questions" - description="Everything you need to know." + title="Sıkça Sorulan Sorular" + description="Bilmeniz gereken her şey." />
@@ -165,4 +165,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1