Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-03 20:44:17 +00:00

View File

@@ -233,12 +233,12 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Get in Touch"
title="Visit Us Today!"
description="We're excited to welcome you to Mis Cafe Similatör & Playstation. Drop by or send us a message for bookings and inquiries."
inputPlaceholder="Enter your email for updates"
buttonText="Subscribe"
termsText="By clicking Subscribe you're confirming that you agree with our Privacy Policy."
tag="İletişim Kurun"
title="Bize Ulaşın!"
description="Mis Cafe Similatör & Playstation'a hoş geldiniz. Rezervasyon ve sorularınız için bize mesaj gönderin veya uğrayın."
inputPlaceholder="Güncellemeler için e-postanızı girin"
buttonText="Abone Ol"
termsText="Abone Ol düğmesine tıklayarak Gizlilik Politikamızı kabul etmiş olursunuz."
/>
</div>
@@ -247,35 +247,35 @@ export default function LandingPage() {
logoText="Mis Cafe"
columns={[
{
title: "Explore", items: [
title: "Keşfet", items: [
{
label: "Home", href: "#home"},
label: "Ana Sayfa", href: "#home"},
{
label: "Menu", href: "#menu"},
label: "Menü", href: "#menu"},
{
label: "Playstation", href: "#pricing"},
],
},
{
title: "Connect", items: [
title: "Bağlan", items: [
{
label: "About Us", href: "#about"},
label: "Hakkımızda", href: "#about"},
{
label: "Contact", href: "#contact"},
label: "İletişim", href: "#contact"},
{
label: "FAQ", href: "#faq"},
label: "SSS", href: "#faq"},
],
},
{
title: "Legal", items: [
title: "Yasal", items: [
{
label: "Privacy Policy", href: "#"},
label: "Gizlilik Politikası", href: "#"},
{
label: "Terms of Service", href: "#"},
label: "Hizmet Şartları", href: "#"},
],
},
]}
copyrightText="© 2024 Mis Cafe Similatör & Playstation. All rights reserved."
copyrightText="© 2024 Mis Cafe Similatör & Playstation. Tüm hakları saklıdır."
/>
</div>
</ReactLenis>