Update src/app/page.tsx
This commit is contained in:
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "2", name: "Serpme Kahvaltı", price: "250 TL", variant: "Gurme", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-beans-container_23-2148523093.jpg"},
|
||||
{
|
||||
id: "3", name: "Taze Kruvasan", price: "60 TL", variant: "Tatlı", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-croissant-with-eggs-fresh-avocadoes-parchment-paper_181624-32953.jpg"},
|
||||
id: "3", name: "Taze Kruvasan", price: "60 TL", variant: "Tatlı", imageSrc: "http://img.b2bpic.net/vertical-shot-croissant-with-eggs-fresh-avocadoes-parchment-paper_181624-32953.jpg"},
|
||||
{
|
||||
id: "4", name: "Detox Smoothie", price: "75 TL", variant: "Soğuk", imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-glass-freshly-squeezed-juice-her-hands-kitchen_169016-49092.jpg"},
|
||||
{
|
||||
@@ -183,16 +183,23 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="İletişime Geçin"
|
||||
description="Sorularınız veya rezervasyon talepleriniz için bize ulaşın."
|
||||
title="Rezervasyon & İletişim"
|
||||
description="Özel günleriniz için masanızı ayırtın veya bize sorularınızı iletin."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Adınız", required: true,
|
||||
name: "name", type: "text", placeholder: "Adınız Soyadınız", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "E-posta", required: true,
|
||||
name: "date", type: "date", placeholder: "Tarih", required: true,
|
||||
},
|
||||
{
|
||||
name: "guests", type: "number", placeholder: "Kişi Sayısı", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Özel Notlarınız", rows: 4
|
||||
}}
|
||||
buttonText="Rezervasyon Oluştur"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-man-door_23-2149434485.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -201,17 +208,25 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Lumberjack Cafe", items: [
|
||||
title: "İletişim", items: [
|
||||
{
|
||||
label: "Adres: Cumhuriyet Mh. 3.Sigorta Cd. No:13, UŞAK", href: "#"},
|
||||
label: "Cumhuriyet Mh. 3.Sigorta Cd. No:13, UŞAK", href: "#"},
|
||||
{
|
||||
label: "Tel: 0276 333 11 11", href: "tel:02763331111"},
|
||||
label: "0276 333 11 11", href: "tel:02763331111"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hızlı Erişim", items: [
|
||||
{
|
||||
label: "Menü", href: "#menu"},
|
||||
{
|
||||
label: "Rezervasyon", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Çalışma Saatleri", items: [
|
||||
{
|
||||
label: "Pazartesi - Pazar: 09:00 - 24:00", href: "#"},
|
||||
label: "Her gün: 09:00 - 24:00", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user