Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d21a56fce7 | |||
| 50c1e7c878 | |||
| 71fa01f1f0 |
@@ -233,12 +233,12 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
tag="Get in Touch"
|
tag="İletişim Kurun"
|
||||||
title="Visit Us Today!"
|
title="Bize Ulaşın!"
|
||||||
description="We're excited to welcome you to Mis Cafe Similatör & Playstation. Drop by or send us a message for bookings and inquiries."
|
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="Enter your email for updates"
|
inputPlaceholder="Güncellemeler için e-postanızı girin"
|
||||||
buttonText="Subscribe"
|
buttonText="Abone Ol"
|
||||||
termsText="By clicking Subscribe you're confirming that you agree with our Privacy Policy."
|
termsText="Abone Ol düğmesine tıklayarak Gizlilik Politikamızı kabul etmiş olursunuz."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -247,35 +247,35 @@ export default function LandingPage() {
|
|||||||
logoText="Mis Cafe"
|
logoText="Mis Cafe"
|
||||||
columns={[
|
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"},
|
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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user