Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eca474f0a1 | |||
| 270294bde8 | |||
| f92205e7fb |
@@ -71,9 +71,9 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Hemen Başla", href: "#"},
|
text: "Hemen Başla", href: "/hero"},
|
||||||
{
|
{
|
||||||
text: "Kütüphaneye Göz At", href: "#"},
|
text: "Kütüphaneye Göz At", href: "/features"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-scene-with-people-doing-regular-tasks-anime-style_23-2151002566.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-scene-with-people-doing-regular-tasks-anime-style_23-2151002566.jpg"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "basic", badge: "Başlangıç", price: "29 TL/ay", subtitle: "Casual okurlar için ideal", buttons: [
|
id: "basic", badge: "Başlangıç", price: "29 TL/ay", subtitle: "Casual okurlar için ideal", buttons: [
|
||||||
{
|
{
|
||||||
text: "Abone Ol", href: "#"},
|
text: "Abone Ol", href: "/pricing"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Haftalık yenilenen içerik", "Hafif reklam gösterimi"],
|
"Haftalık yenilenen içerik", "Hafif reklam gösterimi"],
|
||||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "pro", badge: "Premium", price: "59 TL/ay", subtitle: "Gerçek bir fan için", buttons: [
|
id: "pro", badge: "Premium", price: "59 TL/ay", subtitle: "Gerçek bir fan için", buttons: [
|
||||||
{
|
{
|
||||||
text: "Abone Ol", href: "#"},
|
text: "Abone Ol", href: "/pricing"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Sıfır reklam", "Erken erişim bölümleri", "HD kalite"],
|
"Sıfır reklam", "Erken erişim bölümleri", "HD kalite"],
|
||||||
@@ -253,7 +253,7 @@ export default function LandingPage() {
|
|||||||
description="Soruların varsa veya içerik ortağımız olmak istersen bize ulaş."
|
description="Soruların varsa veya içerik ortağımız olmak istersen bize ulaş."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "İletişime Geç", href: "#"},
|
text: "İletişime Geç", href: "/contact"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user