Merge version_2 into main #1
207
src/app/page.tsx
207
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Duman Kebap"
|
||||
/>
|
||||
@@ -63,25 +55,15 @@ export default function LandingPage() {
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-dipping-steak-piece-into-sour-sauce_140725-5004.jpg",
|
||||
alt: "Close up of woman dipping steak piece into sour sauce",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-dipping-steak-piece-into-sour-sauce_140725-5004.jpg", alt: "Close up of woman dipping steak piece into sour sauce"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-steak-with-spicy-sauce_140725-951.jpg",
|
||||
alt: "Delicious steak with spicy sauce",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-steak-with-spicy-sauce_140725-951.jpg", alt: "Delicious steak with spicy sauce"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/kebab-served-with-chopped-onion-piece-lemon-red-wine_140725-4164.jpg",
|
||||
alt: "Kebab served with chopped onion, piece of lemon and red wine",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/kebab-served-with-chopped-onion-piece-lemon-red-wine_140725-4164.jpg", alt: "Kebab served with chopped onion, piece of lemon and red wine"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-steak-with-barberry-onions-tray_141793-5110.jpg",
|
||||
alt: "Side view steak with barberry and onions on a tray",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-steak-with-barberry-onions-tray_141793-5110.jpg", alt: "Side view steak with barberry and onions on a tray"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-portrait_1296-433.jpg",
|
||||
alt: "woman portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-portrait_1296-433.jpg", alt: "woman portrait"},
|
||||
]}
|
||||
avatarText="Join our 5,000+ satisfied diners."
|
||||
/>
|
||||
@@ -107,20 +89,11 @@ export default function LandingPage() {
|
||||
description="Discover what makes our kitchen the go-to spot for authentic Turkish cuisine."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Traditional Charcoal Grill",
|
||||
content: "Our meats are grilled on authentic charcoal burners, ensuring that distinct smoky aroma and flavor.",
|
||||
},
|
||||
id: "1", title: "Traditional Charcoal Grill", content: "Our meats are grilled on authentic charcoal burners, ensuring that distinct smoky aroma and flavor."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Farm-to-Table Ingredients",
|
||||
content: "We source all our fresh vegetables, spices, and premium meats from trusted local farmers every morning.",
|
||||
},
|
||||
id: "2", title: "Farm-to-Table Ingredients", content: "We source all our fresh vegetables, spices, and premium meats from trusted local farmers every morning."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Family Secret Recipes",
|
||||
content: "Our marinade recipes have been passed down through three generations to ensure that signature Duman taste.",
|
||||
},
|
||||
id: "3", title: "Family Secret Recipes", content: "Our marinade recipes have been passed down through three generations to ensure that signature Duman taste."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/prepared-pork-fillets-being-cooked-coals-barbecue_23-2147840904.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -135,41 +108,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Lamb Skewers",
|
||||
price: "$22.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-meat-veggies-skewers_23-2148651149.jpg",
|
||||
},
|
||||
id: "m1", name: "Lamb Skewers", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-meat-veggies-skewers_23-2148651149.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Adana Kebab",
|
||||
price: "$19.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-prawns-wooden-board_140725-1360.jpg",
|
||||
},
|
||||
id: "m2", name: "Adana Kebab", price: "$19.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-prawns-wooden-board_140725-1360.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Grilled Wings",
|
||||
price: "$17.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-kebab-with-onions_2829-13766.jpg",
|
||||
},
|
||||
id: "m3", name: "Grilled Wings", price: "$17.00", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-kebab-with-onions_2829-13766.jpg"},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Eggplant Kebab",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-meat-skewers-top-view_23-2148632655.jpg",
|
||||
},
|
||||
id: "m4", name: "Eggplant Kebab", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-meat-skewers-top-view_23-2148632655.jpg"},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Lahmacun Special",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-traditional-pide-with-stuffed-meat-wooden-board_140725-10111.jpg",
|
||||
},
|
||||
id: "m5", name: "Lahmacun Special", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/turkish-traditional-pide-with-stuffed-meat-wooden-board_140725-10111.jpg"},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Kunefe Dessert",
|
||||
price: "$14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creamy-dessert-with-pistachio-coffee_140725-6109.jpg",
|
||||
},
|
||||
id: "m6", name: "Kunefe Dessert", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/creamy-dessert-with-pistachio-coffee_140725-6109.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Indulge in our carefully curated selection of classic Anatolian specialties."
|
||||
@@ -184,25 +133,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "k1",
|
||||
value: "12+",
|
||||
title: "Years of Tradition",
|
||||
description: "Serving quality since 2010",
|
||||
icon: CalendarDays,
|
||||
id: "k1", value: "12+", title: "Years of Tradition", description: "Serving quality since 2010", icon: CalendarDays,
|
||||
},
|
||||
{
|
||||
id: "k2",
|
||||
value: "50k+",
|
||||
title: "Skewers Grilled",
|
||||
description: "Perfected over the years",
|
||||
icon: Flame,
|
||||
id: "k2", value: "50k+", title: "Skewers Grilled", description: "Perfected over the years", icon: Flame,
|
||||
},
|
||||
{
|
||||
id: "k3",
|
||||
value: "4.9",
|
||||
title: "Rating",
|
||||
description: "Based on Google reviews",
|
||||
icon: Star,
|
||||
id: "k3", value: "4.9", title: "Rating", description: "Based on Google reviews", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="Our Passion in Numbers"
|
||||
@@ -217,59 +154,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ayşe Y.",
|
||||
role: "Diner",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg",
|
||||
},
|
||||
id: "t1", name: "Ayşe Y.", role: "Diner", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mehmet K.",
|
||||
role: "Regular",
|
||||
company: "Frequent Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211472.jpg",
|
||||
},
|
||||
id: "t2", name: "Mehmet K.", role: "Regular", company: "Frequent Guest", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211472.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah J.",
|
||||
role: "Food Blogger",
|
||||
company: "Cuisine Explorer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
|
||||
},
|
||||
id: "t3", name: "Sarah J.", role: "Food Blogger", company: "Cuisine Explorer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David M.",
|
||||
role: "Diner",
|
||||
company: "Local Foodie",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285297.jpg",
|
||||
},
|
||||
id: "t4", name: "David M.", role: "Diner", company: "Local Foodie", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285297.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena R.",
|
||||
role: "Diner",
|
||||
company: "Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
},
|
||||
id: "t5", name: "Elena R.", role: "Diner", company: "Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5k+",
|
||||
label: "Happy Clients",
|
||||
},
|
||||
value: "5k+", label: "Happy Clients"},
|
||||
{
|
||||
value: "99%",
|
||||
label: "Freshness Rate",
|
||||
},
|
||||
value: "99%", label: "Freshness Rate"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Authentic",
|
||||
},
|
||||
value: "100%", label: "Authentic"},
|
||||
]}
|
||||
title="Loved by Our Guests"
|
||||
description="Read what our diners have to say about their Duman experience."
|
||||
@@ -281,20 +187,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend booking in advance, especially during the weekends.",
|
||||
},
|
||||
id: "faq1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance, especially during the weekends."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Is the food halal?",
|
||||
content: "All our meats are sourced from certified halal suppliers.",
|
||||
},
|
||||
id: "faq2", title: "Is the food halal?", content: "All our meats are sourced from certified halal suppliers."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I host events?",
|
||||
content: "Yes, our space is perfect for intimate family gatherings and small corporate events.",
|
||||
},
|
||||
id: "faq3", title: "Can I host events?", content: "Yes, our space is perfect for intimate family gatherings and small corporate events."},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Book Your Table", href: "#contact" }
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -305,8 +205,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Table"
|
||||
description="Ready to enjoy the Duman experience? Send us a message or call to book your table."
|
||||
@@ -321,37 +220,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user