Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
193
src/app/page.tsx
193
src/app/page.tsx
@@ -10,6 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Award, Leaf, Zap, Clock } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Anasayfa",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Anasayfa", id: "#hero"},
|
||||
{
|
||||
name: "Neden Biz?",
|
||||
id: "#why",
|
||||
},
|
||||
name: "Neden Biz?", id: "#why"},
|
||||
{
|
||||
name: "Lezzetlerimiz",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Lezzetlerimiz", id: "#menu"},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Hakkımızda", id: "#about"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "İletişim", id: "#contact"},
|
||||
]}
|
||||
brandName="La Serra Pizza"
|
||||
/>
|
||||
@@ -60,35 +51,21 @@ export default function LandingPage() {
|
||||
description="Diyarbakır’da 1997’den beri gerçek pizza deneyimi. 7/24 Açık, Uygun Fiyat, Hızlı Servis."
|
||||
buttons={[
|
||||
{
|
||||
text: "Hemen Ara",
|
||||
href: "tel:+905550000000",
|
||||
},
|
||||
text: "Hemen Ara", href: "tel:+905550000000"},
|
||||
{
|
||||
text: "WhatsApp Sipariş",
|
||||
href: "https://wa.me/905550000000",
|
||||
},
|
||||
text: "WhatsApp Sipariş", href: "https://wa.me/905550000000"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-chef-is-putting-gourmet-freshly-made-pizza-stone-oven_613910-14667.jpg?_wi=1",
|
||||
imageAlt: "La Serra Pizza Experience",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-chef-is-putting-gourmet-freshly-made-pizza-stone-oven_613910-14667.jpg", imageAlt: "La Serra Pizza Experience"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-prepares-pizza_1157-21836.jpg?_wi=1",
|
||||
imageAlt: "Professional pizza prep",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-prepares-pizza_1157-21836.jpg", imageAlt: "Professional pizza prep"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg",
|
||||
imageAlt: "Fresh ingredients display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg", imageAlt: "Fresh ingredients display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643461.jpg?_wi=1",
|
||||
imageAlt: "Classic margherita",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643461.jpg", imageAlt: "Classic margherita"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg?_wi=1",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg", imageAlt: "Restaurant ambiance"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,33 +76,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "25+ Yıl Tecrübe",
|
||||
description: "1997'den beri süregelen ustalık ve lezzet tutkusu.",
|
||||
buttonIcon: "Award",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8fGE1sT5Rd1AXTMG9x29gyebT/uploaded-1775772050367-l0t3xb5z.jpg",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
title: "25+ Yıl Tecrübe", description: "1997'den beri süregelen ustalık ve lezzet tutkusu.", buttonIcon: Award,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8fGE1sT5Rd1AXTMG9x29gyebT/uploaded-1775772050367-l0t3xb5z.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
title: "Taze Malzemeler",
|
||||
description: "Günlük hamur ve taze sebzelerle hazırlanan pizzalar.",
|
||||
buttonIcon: "Leaf",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-chef-is-putting-gourmet-freshly-made-pizza-stone-oven_613910-14667.jpg?_wi=2",
|
||||
imageAlt: "authentic italian wood fired pizza",
|
||||
},
|
||||
title: "Taze Malzemeler", description: "Günlük hamur ve taze sebzelerle hazırlanan pizzalar.", buttonIcon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-chef-is-putting-gourmet-freshly-made-pizza-stone-oven_613910-14667.jpg", imageAlt: "authentic italian wood fired pizza"},
|
||||
{
|
||||
title: "Hızlı Servis",
|
||||
description: "Kayapınar'ın her köşesine sıcak ve hızlı teslimat.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-prepares-pizza_1157-21836.jpg?_wi=2",
|
||||
imageAlt: "fresh artisan pizza ingredients",
|
||||
},
|
||||
title: "Hızlı Servis", description: "Kayapınar'ın her köşesine sıcak ve hızlı teslimat.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-prepares-pizza_1157-21836.jpg", imageAlt: "fresh artisan pizza ingredients"},
|
||||
{
|
||||
title: "7/24 Açık",
|
||||
description: "Gece acıktığınızda bile sıcacık pizzanız kapınızda.",
|
||||
buttonIcon: "Clock",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-bike-holding-pizza-boxes-yellow-desk-worker-service-uniform-job-woman-delivery-work_179666-39183.jpg",
|
||||
imageAlt: "fast home pizza delivery moped",
|
||||
},
|
||||
title: "7/24 Açık", description: "Gece acıktığınızda bile sıcacık pizzanız kapınızda.", buttonIcon: Clock,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-bike-holding-pizza-boxes-yellow-desk-worker-service-uniform-job-woman-delivery-work_179666-39183.jpg", imageAlt: "fast home pizza delivery moped"},
|
||||
]}
|
||||
title="Neden Biz?"
|
||||
description="1997'den bu yana geleneksel İtalyan lezzetini Diyarbakır'a taşıyoruz. Tazelik, hız ve kalite bizim temel ilkelerimiz."
|
||||
@@ -140,41 +101,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Margherita",
|
||||
price: "145 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643461.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Margherita", price: "145 TL", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-concept-with-copy-space_23-2148643461.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pepperoni Special",
|
||||
price: "180 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-pizza-salami-with-tomato-sauce-green-chili-pepper-spices_140725-12584.jpg",
|
||||
},
|
||||
id: "p2", name: "Pepperoni Special", price: "180 TL", imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-pizza-salami-with-tomato-sauce-green-chili-pepper-spices_140725-12584.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Vegetarian Delight",
|
||||
price: "165 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg",
|
||||
},
|
||||
id: "p3", name: "Vegetarian Delight", price: "165 TL", imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "BBQ Chicken",
|
||||
price: "195 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg",
|
||||
},
|
||||
id: "p4", name: "BBQ Chicken", price: "195 TL", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Four Cheese",
|
||||
price: "210 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-wooden-table_23-2148305639.jpg",
|
||||
},
|
||||
id: "p5", name: "Four Cheese", price: "210 TL", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-wooden-table_23-2148305639.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Seafood Feast",
|
||||
price: "240 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-pizza-with-vegetables_23-2149298060.jpg",
|
||||
},
|
||||
id: "p6", name: "Seafood Feast", price: "240 TL", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-pizza-with-vegetables_23-2149298060.jpg"},
|
||||
]}
|
||||
title="Öne Çıkan Lezzetlerimiz"
|
||||
description="İtalyan usulü ince hamur ve zengin malzeme seçeneği ile damak çatlayan bir deneyim."
|
||||
@@ -186,9 +123,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="1997'den Beri Sizinle"
|
||||
description={[
|
||||
"1997 yılından beri Diyarbakır'da pizza kültürünü yaşatıyoruz. Ailenizle, arkadaşlarınızla veya tek başınıza geçirdiğiniz her anı lezzetimizle taçlandırmak için buradayız.",
|
||||
"La Serra Pizza olarak, İtalyan geleneğini yerel damak tadımızla birleştiriyoruz. Gece gündüz demeden, taptaze ve en kaliteli malzemelerle hazırladığımız pizzalarımızı sizinle paylaşmaktan gurur duyuyoruz.",
|
||||
]}
|
||||
"1997 yılından beri Diyarbakır'da pizza kültürünü yaşatıyoruz. Ailenizle, arkadaşlarınızla veya tek başınıza geçirdiğiniz her anı lezzetimizle taçlandırmak için buradayız.", "La Serra Pizza olarak, İtalyan geleneğini yerel damak tadımızla birleştiriyoruz. Gece gündüz demeden, taptaze ve en kaliteli malzemelerle hazırladığımız pizzalarımızı sizinle paylaşmaktan gurur duyuyoruz."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,40 +134,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ayşe K.",
|
||||
role: "Müşteri",
|
||||
testimonial: "Gece saat 3'te bile sipariş verdim, hala çok hızlı ve sıcaktı. Harikalar!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-tablet_23-2149966940.jpg",
|
||||
},
|
||||
id: "1", name: "Ayşe K.", role: "Müşteri", testimonial: "Gece saat 3'te bile sipariş verdim, hala çok hızlı ve sıcaktı. Harikalar!", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-tablet_23-2149966940.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mehmet Y.",
|
||||
role: "Müşteri",
|
||||
testimonial: "1997'den beri kalitelerini hiç bozmadılar. Şehrin en iyi pizzası.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
|
||||
},
|
||||
id: "2", name: "Mehmet Y.", role: "Müşteri", testimonial: "1997'den beri kalitelerini hiç bozmadılar. Şehrin en iyi pizzası.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Selin D.",
|
||||
role: "Müşteri",
|
||||
testimonial: "Arkadaşlarla buluşma noktamız. Her zaman taze, her zaman güleryüzlüler.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-man-enjoying-tasty-food-lunch-sitting-wooden-table-cozy-restaurant-hungry-hipster-wearing-trendy-black-hat-stilling-his-hunger-while-having-meal-cafeteria-alone_273609-1728.jpg",
|
||||
},
|
||||
id: "3", name: "Selin D.", role: "Müşteri", testimonial: "Arkadaşlarla buluşma noktamız. Her zaman taze, her zaman güleryüzlüler.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-man-enjoying-tasty-food-lunch-sitting-wooden-table-cozy-restaurant-hungry-hipster-wearing-trendy-black-hat-stilling-his-hunger-while-having-meal-cafeteria-alone_273609-1728.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emre A.",
|
||||
role: "Müşteri",
|
||||
testimonial: "Fiyat-kalite dengesi gerçekten çok iyi. İtalyan pizzası arayanlara tek adres.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg",
|
||||
},
|
||||
id: "4", name: "Emre A.", role: "Müşteri", testimonial: "Fiyat-kalite dengesi gerçekten çok iyi. İtalyan pizzası arayanlara tek adres.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Burak S.",
|
||||
role: "Müşteri",
|
||||
testimonial: "Kayapınar'da pizza denince akla gelen ilk yer. La Serra vazgeçilmezim.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-pizza_23-2149525551.jpg",
|
||||
},
|
||||
id: "5", name: "Burak S.", role: "Müşteri", testimonial: "Kayapınar'da pizza denince akla gelen ilk yer. La Serra vazgeçilmezim.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-pizza_23-2149525551.jpg"},
|
||||
]}
|
||||
title="Müşterilerimizin Gözünden"
|
||||
description="Diyarbakır'ın vazgeçilmez pizza noktası La Serra hakkında neler dediler?"
|
||||
@@ -243,12 +153,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="İletişim"
|
||||
title="Hemen Sipariş Ver!"
|
||||
description="Gece acıktığında da, arkadaşlarınla buluştuğunda da... La Serra Pizza her zaman açık. Bize ulaşın, en taze pizzanızı kapınıza kadar getirelim."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Numaranızı Yazın"
|
||||
buttonText="WhatsApp'tan Gönder"
|
||||
@@ -261,45 +170,29 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Anasayfa",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Anasayfa", href: "#hero"},
|
||||
{
|
||||
label: "Lezzetlerimiz",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Lezzetlerimiz", href: "#menu"},
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Hakkımızda", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Kayapınar, Diyarbakır",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kayapınar, Diyarbakır", href: "#"},
|
||||
{
|
||||
label: "+90 555 000 0000",
|
||||
href: "tel:+905550000000",
|
||||
},
|
||||
label: "+90 555 000 0000", href: "tel:+905550000000"},
|
||||
{
|
||||
label: "7/24 Açık",
|
||||
href: "#",
|
||||
},
|
||||
label: "7/24 Açık", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/laserrapizza",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/laserrapizza"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/905550000000",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/905550000000"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user