Merge version_2 into main #4
@@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { AlertCircle, Flame, Heart, Instagram, Music, Star, UtensilsCrossed, Camera, Sparkles } from 'lucide-react';
|
||||
import { AlertCircle, Flame, Heart, Instagram, Music, Star, UtensilsCrossed, Camera, Sparkles, MessageCircle } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
{ name: "İletişim / Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Rezervasyon / Booking", href: "tel:04628884848"
|
||||
text: "WhatsApp Rezervasyon", href: "https://wa.me/905466666666"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Menüye Göz At", href: "https://app.webdemenu.com/categories" },
|
||||
{ text: "Rezervasyon Yap", href: "tel:04628884848" }
|
||||
{ text: "WhatsApp ile İletişim", href: "https://wa.me/905466666666" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-velvet-cake-stuffed-with-white-butter-cream_114579-2315.jpg"
|
||||
@@ -271,14 +271,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Lokasyon ve İletişim"
|
||||
description="Chef Edward's'a ziyaret etmek için bize ulaşın. Rezervasyon yapabilir veya hakkında sorular sorabileceğiniz iletişim formu aşağıdadır."
|
||||
description="Chef Edward's'a ziyaret etmek için bize ulaşın. WhatsApp veya telefon aracılığıyla rezervasyon yapabilirsiniz."
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-rome-map-infographics_23-2148818639.jpg"
|
||||
imageAlt="Chef Edward's Location Map"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Adınız / Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Adresiniz / Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Telefon / Phone (0462 888 48 48)", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
@@ -293,7 +292,11 @@ export default function LandingPage() {
|
||||
<div id="location-info" data-section="location-info">
|
||||
<FeatureCardTwentySeven
|
||||
title="Adres ve Çalışma Saatleri"
|
||||
description="Chef Edward's'u ziyaret etmek için gerekli tüm bilgiler. Yol tarifi almak veya rezervasyon yapmak için bize ulaşın."
|
||||
description="Chef Edward's'u ziyaret etmek için gerekli tüm bilgiler. Rezervasyon veya sorularınız için bize WhatsApp üzerinden ulaşın."
|
||||
buttons={[
|
||||
{ text: "WhatsApp ile Rezervasyon Yap", href: "https://wa.me/905466666666" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "address", title: "📍 Adres", descriptions: [
|
||||
@@ -321,13 +324,13 @@ export default function LandingPage() {
|
||||
<div id="cta-reservation" data-section="cta-reservation">
|
||||
<FeatureCardTwentySeven
|
||||
title="Yerini Ayırt - Rezervasyon Yap"
|
||||
description="Akşamları doluyor. Lütfen saatinizi garantiye almak için telefon ile veya online rezervasyon yapınız. Böylece en iyi masada en özel aşamınızı yaşayabilirsiniz."
|
||||
description="Akşamları doluyor. Lütfen saatinizi garantiye almak için WhatsApp veya telefon ile rezervasyon yapınız. Böylece en iyi masada en özel aşamınızı yaşayabilirsiniz."
|
||||
tag="Sınırlı Yer"
|
||||
tagIcon={AlertCircle}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Şimdi Ara / Call Now", href: "tel:04628884848" },
|
||||
{ text: "WhatsApp Mesaj / WhatsApp", href: "https://wa.me/905466666666" }
|
||||
{ text: "WhatsApp ile Ara", href: "https://wa.me/905466666666" },
|
||||
{ text: "Telefonla Ara", href: "tel:04628884848" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
@@ -370,10 +373,10 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "İletişim / Contact", items: [
|
||||
{ label: "WhatsApp: 0546 666 6666", href: "https://wa.me/905466666666" },
|
||||
{ label: "Telefon: 0462 888 48 48", href: "tel:04628884848" },
|
||||
{ label: "Adres: Fatih, Devlet Sahil Yolu Cd. No:339, Trabzon", href: "#contact" },
|
||||
{ label: "Email: info@chefedwards.com", href: "mailto:info@chefedwards.com" },
|
||||
{ label: "Rezervasyon / Booking", href: "tel:04628884848" }
|
||||
{ label: "Rezervasyon / Booking", href: "https://wa.me/905466666666" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user