2 Commits

Author SHA1 Message Date
2b179c0a90 Update src/app/page.tsx 2026-03-29 12:51:30 +00:00
13ca3806d3 Merge version_2 into main
Merge version_2 into main
2026-03-29 12:47:17 +00:00

View File

@@ -95,7 +95,7 @@ export default function LandingPage() {
plans={[
{ id: "1", name: "Erkek Bakım", price: "500 TL", features: ["Saç Kesimi", "Sakal Tıraşı", "Yıkama"], buttons: [{ text: "Randevu Al", href: "#contact" }] },
{ id: "2", name: "Kuaför Bakım", price: "1200 TL", features: ["Saç Kesimi", "Fön", "Keratin"], buttons: [{ text: "Randevu Al", href: "#contact" }] },
{ id: "3", name: "Damat Paketi", price: "2500 TL", features: ["Saç", "Sakal", "Cilt Bakımı", "Maske"], buttons: [{ text: "Randevu Al", href: "#contact" }] }
{ id: "3", name: "Damat Paketi", badge: "Most Popular", price: "2500 TL", features: ["Saç", "Sakal", "Cilt Bakımı", "Maske"], buttons: [{ text: "Randevu Al", href: "#contact" }] }
]}
title="Fiyat Listemiz"
description="Şeffaf ve uygun fiyatlarla kaliteye ulaşın."
@@ -146,4 +146,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}