Merge version_2 into main #1
211
src/app/page.tsx
211
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Our Craft",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Craft", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Location", id: "contact"},
|
||||
]}
|
||||
brandName="Karadeniz Tadal Pide Salonu"
|
||||
/>
|
||||
@@ -60,35 +50,22 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Pide from the Heart of the Black Sea"
|
||||
description="Experience the crisp, stone-oven perfection of traditional recipes. Soft inside, crunchy outside—crafted with passion and top-quality ingredients."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pide-with-pieces-meat-parsley-lemon-pizza-knife-cutting-board_176474-3170.jpg",
|
||||
imageAlt: "Fresh Pide",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pide-with-pieces-meat-parsley-lemon-pizza-knife-cutting-board_176474-3170.jpg", imageAlt: "Fresh Pide"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-turkish-pide-with-vegetables-meat-cheese-arranged-wooden-cutting-board_140725-10344.jpg",
|
||||
imageAlt: "Traditional Oven",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-turkish-pide-with-vegetables-meat-cheese-arranged-wooden-cutting-board_140725-10344.jpg", imageAlt: "Traditional Oven"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-national-lahmacun-with-vegetables_140725-2232.jpg",
|
||||
imageAlt: "Restaurant Ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-national-lahmacun-with-vegetables_140725-2232.jpg", imageAlt: "Restaurant Ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shaken-black-tea-glass-traditional-azerbaijani-pear-shaped-glass_140725-5060.jpg",
|
||||
imageAlt: "Ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shaken-black-tea-glass-traditional-azerbaijani-pear-shaped-glass_140725-5060.jpg", imageAlt: "Ingredients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-stuffed-pie-served-wooden-board_140725-5274.jpg",
|
||||
imageAlt: "Baked Texture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-stuffed-pie-served-wooden-board_140725-5274.jpg", imageAlt: "Baked Texture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-food-assortment_23-2148516779.jpg",
|
||||
imageAlt: "Our Service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-food-assortment_23-2148516779.jpg", imageAlt: "Our Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,19 +77,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Stone Oven",
|
||||
value: "100% Traditional",
|
||||
},
|
||||
label: "Stone Oven", value: "100% Traditional"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Review Score",
|
||||
value: "4.6/5",
|
||||
},
|
||||
label: "Review Score", value: "4.6/5"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Experience",
|
||||
value: "Authentic",
|
||||
},
|
||||
label: "Experience", value: "Authentic"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -126,41 +97,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Kavurmalı Pide",
|
||||
price: "Best Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-pide-traditional-food-with-beef-vegetables_2829-14110.jpg",
|
||||
},
|
||||
id: "p1", name: "Kavurmalı Pide", price: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/turkish-pide-traditional-food-with-beef-vegetables_2829-14110.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Peynirli Pide",
|
||||
price: "Classic Choice",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-homemade-pizza_181624-35320.jpg",
|
||||
},
|
||||
id: "p2", name: "Peynirli Pide", price: "Classic Choice", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-homemade-pizza_181624-35320.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Lahmacun",
|
||||
price: "Crispy Perfection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-lahmajun-parsley-lemon-sumakh-top-view_140725-11304.jpg",
|
||||
},
|
||||
id: "p3", name: "Lahmacun", price: "Crispy Perfection", imageSrc: "http://img.b2bpic.net/free-photo/meat-lahmajun-parsley-lemon-sumakh-top-view_140725-11304.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Mixed Special Pide",
|
||||
price: "Full Flavor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mix-pide-cheese-sausage-top-view_140725-11320.jpg",
|
||||
},
|
||||
id: "p4", name: "Mixed Special Pide", price: "Full Flavor", imageSrc: "http://img.b2bpic.net/free-photo/mix-pide-cheese-sausage-top-view_140725-11320.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Kavurmalı with Egg",
|
||||
price: "Fantastic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pide-with-meat-tomato-top-view_140725-11336.jpg",
|
||||
},
|
||||
id: "p5", name: "Kavurmalı with Egg", price: "Fantastic", imageSrc: "http://img.b2bpic.net/free-photo/pide-with-meat-tomato-top-view_140725-11336.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Specialty Pide",
|
||||
price: "Local Favorite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-865.jpg",
|
||||
},
|
||||
id: "p6", name: "Specialty Pide", price: "Local Favorite", imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-865.jpg"},
|
||||
]}
|
||||
title="Our Signature Creations"
|
||||
description="Generous portions, locally sourced quality, and baked with love in our stone oven."
|
||||
@@ -175,25 +122,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.6",
|
||||
title: "Overall Rating",
|
||||
description: "Consistently praised by thousands.",
|
||||
icon: Star,
|
||||
id: "m1", value: "4.6", title: "Overall Rating", description: "Consistently praised by thousands.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Fresh",
|
||||
title: "Bread Quality",
|
||||
description: "Crunchy crust, soft interior.",
|
||||
icon: Wheat,
|
||||
id: "m2", value: "Fresh", title: "Bread Quality", description: "Crunchy crust, soft interior.", icon: Wheat,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Fast",
|
||||
title: "Service Speed",
|
||||
description: "Professional and commendable.",
|
||||
icon: Clock,
|
||||
id: "m3", value: "Fast", title: "Service Speed", description: "Professional and commendable.", icon: Clock,
|
||||
},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
@@ -208,40 +143,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Mehmet A.",
|
||||
handle: "@mehmet",
|
||||
testimonial: "Best Pide ever! The kavurmalı is exceptionally delectable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg",
|
||||
},
|
||||
id: "t1", name: "Mehmet A.", handle: "@mehmet", testimonial: "Best Pide ever! The kavurmalı is exceptionally delectable.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ayşe Y.",
|
||||
handle: "@ayse",
|
||||
testimonial: "Fantastic! Crunchy shell, top quality meat, simply delicious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-22794.jpg",
|
||||
},
|
||||
id: "t2", name: "Ayşe Y.", handle: "@ayse", testimonial: "Fantastic! Crunchy shell, top quality meat, simply delicious.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-22794.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "John D.",
|
||||
handle: "@john",
|
||||
testimonial: "A traditional gem. Fast service and extremely clean.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117538.jpg",
|
||||
},
|
||||
id: "t3", name: "John D.", handle: "@john", testimonial: "A traditional gem. Fast service and extremely clean.", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117538.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Selim K.",
|
||||
handle: "@selim",
|
||||
testimonial: "Generous toppings and incredible flavor profiles every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-eats-dolma-with-yogurt-tears-piece-bread_140725-9187.jpg",
|
||||
},
|
||||
id: "t4", name: "Selim K.", handle: "@selim", testimonial: "Generous toppings and incredible flavor profiles every time.", imageSrc: "http://img.b2bpic.net/free-photo/girl-eats-dolma-with-yogurt-tears-piece-bread_140725-9187.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emine S.",
|
||||
handle: "@emine",
|
||||
testimonial: "Love the free tea and salads. A proper salon experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151359001.jpg",
|
||||
},
|
||||
id: "t5", name: "Emine S.", handle: "@emine", testimonial: "Love the free tea and salads. A proper salon experience.", imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151359001.jpg"},
|
||||
]}
|
||||
title="Voices of Our Guests"
|
||||
description="Hear what our regulars have to say about the Best Pide in town."
|
||||
@@ -253,14 +163,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TripAdvisor",
|
||||
"Google Reviews",
|
||||
"Local Guide",
|
||||
"Gourmet Choice",
|
||||
"Heritage Foodie",
|
||||
"Traditional Eats",
|
||||
"City Top-Pick",
|
||||
]}
|
||||
"TripAdvisor", "Google Reviews", "Local Guide", "Gourmet Choice", "Heritage Foodie", "Traditional Eats", "City Top-Pick"]}
|
||||
title="Recognized Excellence"
|
||||
description="Our dedication to tradition has earned us the hearts of our customers."
|
||||
/>
|
||||
@@ -271,23 +174,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are you open on Fridays?",
|
||||
content: "No, we are closed on Fridays. We look forward to serving you on all other days!",
|
||||
},
|
||||
id: "q1", title: "Cuma günleri açık mısınız?", content: "Hayır, Cuma günleri kapalıyız. Sizi diğer tüm günlerde ağırlamayı dört gözle bekliyoruz!"},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer free extras?",
|
||||
content: "Yes, we serve fresh salads and tea completely free of charge with your meal.",
|
||||
},
|
||||
id: "q2", title: "Ücretsiz ikramlarınız var mı?", content: "Evet, yemeğinizin yanında taze salata ve çayı tamamen ücretsiz olarak servis ediyoruz."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is the food made fresh?",
|
||||
content: "Absolutely. Our bread is baked in a stone-veneer oven with great care for every order.",
|
||||
},
|
||||
id: "q3", title: "Yemekleriniz taze mi?", content: "Kesinlikle. Ekmeğimiz her sipariş için özenle taş fırınımızda pişirilmektedir."},
|
||||
]}
|
||||
sideTitle="Your Questions, Answered"
|
||||
sideDescription="Everything you need to know about our Pide salon."
|
||||
sideTitle="Sorularınız, Yanıtlandı"
|
||||
sideDescription="Pide salonumuz hakkında bilmeniz gereken her şey."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -296,11 +190,10 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Experience Traditional Flavor"
|
||||
description="Stop by our salon today for the finest Pide in the region. We are ready to serve you with fresh, oven-baked goodness."
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="Bizi Ziyaret Edin"
|
||||
title="Geleneksel Lezzeti Deneyimleyin"
|
||||
description="Bölgenin en iyi pidesi için bugün salonumuza uğrayın. Sizi taze, fırından yeni çıkmış lezzetlerle ağırlamaya hazırız."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -310,33 +203,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -346,4 +227,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user