Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32a1d62d17 | |||
| 2b179c0a90 | |||
| 13ca3806d3 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user