4 Commits

Author SHA1 Message Date
741c3f1210 Update src/app/styles/variables.css 2026-04-26 14:57:40 +00:00
7e8aabb66b Update src/app/page.tsx 2026-04-26 14:57:40 +00:00
f2b7f3b8d1 Merge version_2 into main
Merge version_2 into main
2026-04-26 14:56:02 +00:00
27021a6856 Merge version_2 into main
Merge version_2 into main
2026-04-26 14:55:28 +00:00
2 changed files with 31 additions and 16 deletions

View File

@@ -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: "#"},
],
},
]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #c89bff;
--background: #1a1a1a;
--card: #2a2420;
--foreground: #fffcf5;
--primary-cta: #ff8c00;
--primary-cta-text: #f5f4ef;
--secondary-cta: #1a1a1a;
--secondary-cta: #2a2420;
--secondary-cta-text: #2a2928;
--accent: #c89bff;
--background-accent: #c89bff;
--accent: #d4af37;
--background-accent: #2f2b26;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);