Update src/app/page.tsx

This commit is contained in:
2026-05-24 21:04:18 +00:00
parent 270294bde8
commit eca474f0a1

View File

@@ -71,9 +71,9 @@ export default function LandingPage() {
]}
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"
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: [
{
text: "Abone Ol", href: "#"},
text: "Abone Ol", href: "/pricing"},
],
features: [
"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: [
{
text: "Abone Ol", href: "#"},
text: "Abone Ol", href: "/pricing"},
],
features: [
"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ş."
buttons={[
{
text: "İletişime Geç", href: "#"},
text: "İletişime Geç", href: "/contact"},
]}
/>
</div>
@@ -270,4 +270,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}