Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a85893bfc | |||
| 3dc5c69d2b | |||
| b9d9020116 | |||
| 916473ab35 | |||
| 3db5ef4dcd | |||
| f95e6d5bd7 | |||
| 09b7bd7b64 |
@@ -10,7 +10,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim
|
|||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -95,9 +95,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="atmosphere" data-section="atmosphere">
|
<div id="atmosphere" data-section="atmosphere">
|
||||||
<TextAbout
|
<SplitAbout
|
||||||
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Gerçek Bir Ocakbaşı Deneyimi"
|
title="Gerçek Bir Ocakbaşı Deneyimi"
|
||||||
|
description="Sıcak atmosferimiz ve közde pişmiş eşsiz lezzetlerimizle sizi ağırlamaktan mutluluk duyarız. Yılların tecrübesini her lokmada hissedin."
|
||||||
|
imageSrc="https://images.unsplash.com/photo-1550989460-0adf9ea622e2?q=80&w=800&auto=format&fit=crop"
|
||||||
|
imageAlt="Ocakbaşı atmosferi"
|
||||||
|
bulletPoints={[]}
|
||||||
|
mediaAnimation="none"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Galeriyi Keşfet", href: "#"},
|
text: "Galeriyi Keşfet", href: "#"},
|
||||||
@@ -111,13 +117,13 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: ["Hızlı Servis", "Taze Ürün", "Hijyenik Ortam"],
|
items: ["Hızlı Servis: Siparişleriniz 15 dakikada masada!", "Taze Ürün: Günlük gelen taze malzemeler", "Hijyenik Ortam: Gıda güvenliği önceliğimiz"],
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: ["Efsane Lezzet", "Aile Dostu", "Gece 02:00'ye Kadar"],
|
items: ["Efsane Lezzet: Özel soslu kanatlarımız", "Aile Dostu: Geniş ve konforlu alan", "Gece 02:00'ye Kadar: Geç saat lezzet durağı"],
|
||||||
}}
|
}}
|
||||||
title="Neden Haydar?"
|
title="Neden Haydar?"
|
||||||
description="Klasikleşmiş kalite anlayışımızla sizleri bekliyoruz."
|
description="Klasikleşmiş kalite anlayışımız ve tutkulu ekibimizle sizleri bekliyoruz."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -142,7 +148,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1", title: "Nasıl Ulaşabilirim?", content: "Merkez şubemize ulaşım çok kolay. Google Haritalar linkimiz web sitesinde mevcuttur."},
|
id: "q1", title: "Nasıl Ulaşabilirim?", content: "Merkez şubemize tek tıkla ulaşın: <a href=\"https://maps.google.com/?q=Kanatçı+Haydar+Bahçelievler\" style=\"text-decoration: underline; font-weight: bold;\" target=\"_blank\">Yol Tarifi Alın</a>"},
|
||||||
{
|
{
|
||||||
id: "q2", title: "Otopark Var mı?", content: "Evet, misafirlerimiz için valeli otopark hizmetimiz mevcuttur."},
|
id: "q2", title: "Otopark Var mı?", content: "Evet, misafirlerimiz için valeli otopark hizmetimiz mevcuttur."},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user