Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
157
src/app/page.tsx
157
src/app/page.tsx
@@ -29,50 +29,33 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Ana Sayfa",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Ana Sayfa", id: "hero"},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "about",
|
||||
},
|
||||
name: "Hakkımızda", id: "about"},
|
||||
{
|
||||
name: "Menü",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menü", id: "menu"},
|
||||
{
|
||||
name: "Yorumlar",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Yorumlar", id: "testimonials"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "contact",
|
||||
},
|
||||
name: "İletişim", id: "contact"},
|
||||
]}
|
||||
brandName="La Serra Pizza"
|
||||
button={{
|
||||
text: "Hemen Ara",
|
||||
href: "tel:+905312851507",
|
||||
}}
|
||||
text: "Hemen Ara", href: "tel:+905312851507"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Diyarbakır'ın En Lezzetli, 7/24 Açık Pizza Adresi!"
|
||||
description="Acıktınız mı? La Serra Pizza ile uygun fiyatlı, taze ve enfes pizzalar kapınızda. 24 saat kesintisiz hizmet, hızlı teslimat ve unutulmaz lezzetler sizi bekliyor."
|
||||
buttons={[
|
||||
{
|
||||
text: "Hemen Sipariş Ver",
|
||||
href: "tel:+905312851507",
|
||||
},
|
||||
text: "Hemen Sipariş Ver", href: "tel:+905312851507"},
|
||||
{
|
||||
text: "WhatsApp'tan Sipariş",
|
||||
href: "https://wa.me/905312851507",
|
||||
},
|
||||
text: "WhatsApp'tan Sipariş", href: "https://wa.me/905312851507"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-concept_23-2148643464.jpg"
|
||||
imageAlt="La Serra Pizza taze pizza"
|
||||
@@ -84,10 +67,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="La Serra Pizza Hakkında"
|
||||
description={[
|
||||
"Kayapınar'ın kalbinde, Nazım Hikmet Caddesi üzerinde taze ve kaliteli malzemelerle hazırladığımız pizzalarımızı sizlerle buluşturuyoruz.",
|
||||
"Ailenizle, arkadaşlarınızla veya gece acıktığınızda; biz her an hizmetinizdeyiz. Uygun fiyat politikamız ve güler yüzlü ekibimizle pizza tutkunlarını ağırlamaktan mutluluk duyuyoruz.",
|
||||
"Özel hamurumuz, taze sebzelerimiz ve zengin soslarımızla lezzet şölenine davetlisiniz.",
|
||||
]}
|
||||
"Kayapınar'ın kalbinde, Nazım Hikmet Caddesi üzerinde taze ve kaliteli malzemelerle hazırladığımız pizzalarımızı sizlerle buluşturuyoruz.", "Ailenizle, arkadaşlarınızla veya gece acıktığınızda; biz her an hizmetinizdeyiz. Uygun fiyat politikamız ve güler yüzlü ekibimizle pizza tutkunlarını ağırlamaktan mutluluk duyuyoruz.", "Özel hamurumuz, taze sebzelerimiz ve zengin soslarımızla lezzet şölenine davetlisiniz."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -99,47 +79,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Klasik Margherita",
|
||||
price: "120 TRY",
|
||||
variant: "Mozzarella, Domates Sosu, Taze Fesleğen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-bowl_23-2149234891.jpg",
|
||||
},
|
||||
id: "1", name: "Klasik Margherita", price: "120 TRY", variant: "Mozzarella, Domates Sosu, Taze Fesleğen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-bowl_23-2149234891.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pepperoni Özel",
|
||||
price: "150 TRY",
|
||||
variant: "Bol Pepperoni, Mozzarella, Domates Sosu",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-zucchini-tomato-peppers-mushrooms_123827-22009.jpg",
|
||||
},
|
||||
id: "2", name: "Pepperoni Özel", price: "150 TRY", variant: "Bol Pepperoni, Mozzarella, Domates Sosu", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-zucchini-tomato-peppers-mushrooms_123827-22009.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Karışık Sebzeli",
|
||||
price: "140 TRY",
|
||||
variant: "Mısır, Biber, Zeytin, Mantar, Mozzarella",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-spicy-mushroom-pizza-with-red-tomatoes-bell-peppers-olives-all-sliced-inside-with-oil-dark-background-pizza-dough_140725-23148.jpg",
|
||||
},
|
||||
id: "3", name: "Karışık Sebzeli", price: "140 TRY", variant: "Mısır, Biber, Zeytin, Mantar, Mozzarella", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spicy-mushroom-pizza-with-red-tomatoes-bell-peppers-olives-all-sliced-inside-with-oil-dark-background-pizza-dough_140725-23148.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sujuk Special",
|
||||
price: "160 TRY",
|
||||
variant: "Özel Sucuk, Biber, Mozzarella, Kekik",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-traditional-pizza-italian-recipe_24972-2145.jpg",
|
||||
},
|
||||
id: "4", name: "Sujuk Special", price: "160 TRY", variant: "Özel Sucuk, Biber, Mozzarella, Kekik", imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-traditional-pizza-italian-recipe_24972-2145.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Dört Peynirli",
|
||||
price: "180 TRY",
|
||||
variant: "Mozzarella, Çedar, Gouda, Parmesan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pepperoni-pizza_1122-536.jpg",
|
||||
},
|
||||
id: "5", name: "Dört Peynirli", price: "180 TRY", variant: "Mozzarella, Çedar, Gouda, Parmesan", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pepperoni-pizza_1122-536.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ton Balıklı",
|
||||
price: "190 TRY",
|
||||
variant: "Ton Balığı, Mısır, Soğan, Mozzarella",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-red-tomatoes-olives-mushrooms-all-sliced-inside-with-oil-grey-background-pizza-dough-italian_140725-22892.jpg",
|
||||
},
|
||||
id: "6", name: "Ton Balıklı", price: "190 TRY", variant: "Ton Balığı, Mısır, Soğan, Mozzarella", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-red-tomatoes-olives-mushrooms-all-sliced-inside-with-oil-grey-background-pizza-dough-italian_140725-22892.jpg"},
|
||||
]}
|
||||
title="Menümüz"
|
||||
description="Enfes pizza çeşitlerimiz, taptaze malzemeler ve uygun fiyatlarla."
|
||||
@@ -148,44 +98,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Caner Demir",
|
||||
role: "Öğrenci",
|
||||
testimonial: "Gece acıktığımda 7/24 hizmet vermeleri hayat kurtarıyor! Pizzaları gerçekten çok lezzetli.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-eating-delicious-pizza_23-2150317067.jpg",
|
||||
},
|
||||
id: "1", name: "Caner Demir", role: "Öğrenci", testimonial: "Gece acıktığımda 7/24 hizmet vermeleri hayat kurtarıyor! Pizzaları gerçekten çok lezzetli.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-eating-delicious-pizza_23-2150317067.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ayşe Yılmaz",
|
||||
role: "Ev Hanımı",
|
||||
testimonial: "Ailecek sık sık gidiyoruz, çocuklar bayılıyor. Fiyatları da piyasaya göre çok uygun.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-while-talking-each-other-dining-table_637285-2880.jpg",
|
||||
},
|
||||
id: "2", name: "Ayşe Yılmaz", role: "Ev Hanımı", testimonial: "Ailecek sık sık gidiyoruz, çocuklar bayılıyor. Fiyatları da piyasaya göre çok uygun.", imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-while-talking-each-other-dining-table_637285-2880.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mertcan S.",
|
||||
role: "Mühendis",
|
||||
testimonial: "Kayapınar'daki en iyi fiyat-performans pizzası. Hızlı ve sıcak geliyor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-girl-red-polo-shirt-yellow-cap-holding-stack-pizza-boxes-looking-camera-smiling-cheerfully-showing-thumbs-up_141793-28742.jpg",
|
||||
},
|
||||
id: "3", name: "Mertcan S.", role: "Mühendis", testimonial: "Kayapınar'daki en iyi fiyat-performans pizzası. Hızlı ve sıcak geliyor.", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-girl-red-polo-shirt-yellow-cap-holding-stack-pizza-boxes-looking-camera-smiling-cheerfully-showing-thumbs-up_141793-28742.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Zeynep & Kerem",
|
||||
role: "Çift",
|
||||
testimonial: "Romantik pizza akşamlarımız için tercihimiz. Her zaman taze ve kaliteli.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-eating-delicious-pizza_23-2150901050.jpg",
|
||||
},
|
||||
id: "4", name: "Zeynep & Kerem", role: "Çift", testimonial: "Romantik pizza akşamlarımız için tercihimiz. Her zaman taze ve kaliteli.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-eating-delicious-pizza_23-2150901050.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mehmet Bey",
|
||||
role: "Esnaf",
|
||||
testimonial: "Diyarbakır'da böyle bir hizmet bulmak zor. Hem hesaplı hem de çok lezzetli.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-people-working-together-use-laptop_1157-29074.jpg",
|
||||
},
|
||||
id: "5", name: "Mehmet Bey", role: "Esnaf", testimonial: "Diyarbakır'da böyle bir hizmet bulmak zor. Hem hesaplı hem de çok lezzetli.", imageSrc: "http://img.b2bpic.net/free-photo/young-people-working-together-use-laptop_1157-29074.jpg"},
|
||||
]}
|
||||
title="Sizden Gelenler"
|
||||
description="Mutlu müşterilerimizin lezzet deneyimleri."
|
||||
@@ -196,18 +122,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Fırat Mahallesi, Nazım Hikmet Caddesi No:21000, 21070 Kayapınar/Diyarbakır - Telefon: +90 531 285 15 07"
|
||||
buttons={[
|
||||
{
|
||||
text: "Hemen Ara",
|
||||
href: "tel:+905312851507",
|
||||
},
|
||||
text: "Hemen Ara", href: "tel:+905312851507"},
|
||||
{
|
||||
text: "Konum için Tıkla",
|
||||
href: "https://maps.google.com/?q=Fırat+Mahallesi,+Nazım+Hikmet+Caddesi+No:21000,+21070+Kayapınar/Diyarbakır",
|
||||
},
|
||||
text: "Konum için Tıkla", href: "https://maps.google.com/?q=Fırat+Mahallesi,+Nazım+Hikmet+Caddesi+No:21000,+21070+Kayapınar/Diyarbakır"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -218,41 +139,27 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Ana Sayfa",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Ana Sayfa", href: "#hero"},
|
||||
{
|
||||
label: "Menü",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menü", href: "#menu"},
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "İletişim", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Konum: Kayapınar/Diyarbakır",
|
||||
href: "https://maps.google.com/?q=Fırat+Mahallesi,+Nazım+Hikmet+Caddesi+No:21000,+21070+Kayapınar/Diyarbakır",
|
||||
},
|
||||
label: "Konum: Kayapınar/Diyarbakır", href: "https://maps.google.com/?q=Fırat+Mahallesi,+Nazım+Hikmet+Caddesi+No:21000,+21070+Kayapınar/Diyarbakır"},
|
||||
{
|
||||
label: "Telefon: +90 531 285 15 07",
|
||||
href: "tel:+905312851507",
|
||||
},
|
||||
label: "Telefon: +90 531 285 15 07", href: "tel:+905312851507"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user