diff --git a/src/app/page.tsx b/src/app/page.tsx index 7942ce3..ee740e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { id: "p1", badge: "Giriş", price: "12 AZN", subtitle: "Giriş haqqı", buttons: [{ text: "Əlaqə", href: "#contact" }], features: ["Sınırsız müddət", "Hamam girişi"] }, - { id: "p2", badge: "Kese", price: "15 AZN", subtitle: "Kese xidməti", buttons: [{ text: "Əlaqə", href: "#contact" }], features: ["Peeledovak", "Köpük müalicəsi"] }, + { id: "p2", badge: "Kise", price: "15 AZN", subtitle: "Kise xidməti", buttons: [{ text: "Əlaqə", href: "#contact" }], features: ["Peeledovak", "Köpük müalicəsi"] }, { id: "p3", badge: "Masaj", price: "40 AZN", subtitle: "Masaj (1 saat)", buttons: [{ text: "Əlaqə", href: "#contact" }], features: ["60 dəqiqə", "Tam bədən"] }, { id: "p4", badge: "Masaj", price: "20 AZN", subtitle: "Masaj (30 dəqiqə)", buttons: [{ text: "Əlaqə", href: "#contact" }], features: ["30 dəqiqə", "Tam bədən"] }, { id: "p5", badge: "VIP", price: "50 AZN", subtitle: "VIP Otaq", buttons: [{ text: "Rezerv et", href: "#contact" }], features: ["3 saat", "Özəl otaq"] } @@ -115,8 +115,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "t1", name: "Əli Vəliyev", handle: "@eli", testimonial: "Çox razı qaldım, yenə gələcəyəm!", rating: 5 }, - { id: "t2", name: "Leyla M.", handle: "@leyla", testimonial: "Hamam çox təmiz və rahatdır.", rating: 5 }, - { id: "t3", name: "Orxan İ.", handle: "@orxan", testimonial: "Masaj xidməti əladır.", rating: 5 } + { id: "t2", name: "Orxan İ.", handle: "@orxan", testimonial: "Masaj xidməti əladır.", rating: 5 } ]} showRating={true} title="Müştəri Rəyləri"