Merge version_1 into main #2
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="noise"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Güleryüzle Sunulan Otantik Türk Lezzetleri"
|
||||
description="Lezzetli ev yemekleri, sıcak misafirperverlik ve unutulmaz tatlar The Pia Yemek'te."
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Bugün Bizi Ziyaret Edin", href: "contact" },
|
||||
{ text: "Menüyü Gör", href: "products" }
|
||||
@@ -68,10 +68,11 @@ export default function LandingPage() {
|
||||
{ value: "20+", title: "Yıl Tecrübe" },
|
||||
{ value: "1000+", title: "Mutlu Müşteri" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45680.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45680.jpg"
|
||||
imageAlt="Pia Yemek Restoran İç Mekanı"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,19 +83,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Güler Yüzlü Çalışanlar", author: "Pia Yemek Ekibi", description: "Ekibimiz sıcak, samimi ve her zaman yardımcı. Misafirperverlik sadece hizmetimizde değil, kalp altında da var.", tags: ["Hizmet", "Misafirperverlik"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45680.jpg?_wi=2", imageAlt: "Güler Yüzlü Çalışanlar"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45680.jpg", imageAlt: "Güler Yüzlü Çalışanlar"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Lezzetli Ev Yemekleri", author: "Pia Yemek Ekibi", description: "Geleneksel Türk tarifleriyle yapılan, en taze ve en kaliteli malzemelerden hazırlanan yemekler. Her lokma aile sofralarının anılarını taşır.", tags: ["Yemek", "Geleneksel"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-cutlets-with-salad-bread_140725-58022.jpg?_wi=1", imageAlt: "Lezzetli Ev Yemekleri"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-cutlets-with-salad-bread_140725-58022.jpg", imageAlt: "Lezzetli Ev Yemekleri"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Harika Hizmet ve Misafirperverlik", author: "Pia Yemek Ekibi", description: "Sizin konforunuz bizim önceliklimiz. Hızlı, özenli ve güleryüzlü hizmet ile her ziyaretiniz özel olur.", tags: ["Hizmet", "Deneyim"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45680.jpg?_wi=3", imageAlt: "Harika Hizmet ve Misafirperverlik"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45680.jpg", imageAlt: "Harika Hizmet ve Misafirperverlik"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Herkesin Tavsiye Ettiği Mekan", author: "Pia Yemek Ekibi", description: "Müşterilerimiz bizi sevdikleri için tekrar tekrar geliyorlar ve arkadaşlarına tavsiye ediyorlar. Bizim en güzel referansınız siz oluyorsunuz.", tags: ["Topluluk", "Güven"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-eggplant-rolls-with-tomatoes-greens_140725-135294.jpg?_wi=1", imageAlt: "Herkesin Tavsiye Ettiği Mekan"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-eggplant-rolls-with-tomatoes-greens_140725-135294.jpg", imageAlt: "Herkesin Tavsiye Ettiği Mekan"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -142,16 +143,13 @@ export default function LandingPage() {
|
||||
description="The Pia Yemek'in en popüler ve lezzetli yemekleri"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Pia Yemek", name: "Türk Köfte", price: "Özel Tarifle", rating: 5,
|
||||
reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-cutlets-with-salad-bread_140725-58022.jpg?_wi=2", imageAlt: "Türk Köfte"
|
||||
id: "1", brand: "Pia Yemek", name: "Türk Köfte", price: "Özel Tarifle", rating: 5, reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-cutlets-with-salad-bread_140725-58022.jpg", imageAlt: "Türk Köfte"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Pia Yemek", name: "İmam Bayıldı", price: "Geleneksel", rating: 5,
|
||||
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-eggplant-rolls-with-tomatoes-greens_140725-135294.jpg?_wi=2", imageAlt: "İmam Bayıldı"
|
||||
id: "2", brand: "Pia Yemek", name: "İmam Bayıldı", price: "Geleneksel", rating: 5, reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-eggplant-rolls-with-tomatoes-greens_140725-135294.jpg", imageAlt: "İmam Bayıldı"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Pia Yemek", name: "Humus", price: "Taze Malzeme", rating: 5,
|
||||
reviewCount: "480+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pomegranate-berries-bowl-bowl-pomegranate-shell-with-knife-sackcloth-bordo-surface_141793-15884.jpg", imageAlt: "Humus"
|
||||
id: "3", brand: "Pia Yemek", name: "Humus", price: "Taze Malzeme", rating: 5, reviewCount: "480+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pomegranate-berries-bowl-bowl-pomegranate-shell-with-knife-sackcloth-bordo-surface_141793-15884.jpg", imageAlt: "Humus"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user