Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32a1d62d17 | |||
| 2b179c0a90 | |||
| 13ca3806d3 | |||
| 43c276bc22 | |||
| 92d4434c76 | |||
| fdbd0e0153 | |||
| 6a2d4c4ebc |
@@ -91,10 +91,11 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Randevu Al", href: "#contact" }]}
|
||||
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."
|
||||
@@ -145,4 +146,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user