Update src/app/page.tsx
This commit is contained in:
324
src/app/page.tsx
324
src/app/page.tsx
@@ -33,123 +33,78 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-arrangement_23-2149072567.jpg"
|
||||
logoAlt="MêZ Islamabad Logo"
|
||||
brandName="MêZ Islamabad"
|
||||
button={{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book a Table", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience Authentic Turkish Flavors at MêZ Islamabad"
|
||||
description="Immerse yourself in a culinary journey through Turkey with our exquisite dishes, rich heritage, and warm hospitality. Rated 4.2 stars by over 950 happy customers."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.2",
|
||||
label: "Stars",
|
||||
},
|
||||
value: "4.2", label: "Stars"},
|
||||
{
|
||||
value: "950+",
|
||||
label: "Reviews",
|
||||
},
|
||||
value: "950+", label: "Reviews"},
|
||||
{
|
||||
value: "8000+",
|
||||
label: "Happy Guests",
|
||||
},
|
||||
value: "8000+", label: "Happy Guests"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lahmacun-slices-with-meat-oily-stuff-herbs-it-red-tablecloth_114579-2950.jpg"
|
||||
imageAlt="Authentic Turkish dish spread"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg",
|
||||
alt: "Happy customer smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg", alt: "Happy customer smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-reunion-celebrating-winter_23-2149628493.jpg",
|
||||
alt: "Satisfied diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/family-reunion-celebrating-winter_23-2149628493.jpg", alt: "Satisfied diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg",
|
||||
alt: "Smiling woman in restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", alt: "Smiling woman in restaurant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-talking-with-his-girlfriend-valentine-s-day-dinner_23-2148435801.jpg",
|
||||
alt: "Restaurant guest enjoying meal",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-talking-with-his-girlfriend-valentine-s-day-dinner_23-2148435801.jpg", alt: "Restaurant guest enjoying meal"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3192.jpg",
|
||||
alt: "Customer review photo",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3192.jpg", alt: "Customer review photo"},
|
||||
]}
|
||||
avatarText="Join our 8000+ happy guests!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Turkish Flavors",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Authentic Turkish Flavors", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exceptional Service",
|
||||
icon: Smile,
|
||||
type: "text-icon", text: "Exceptional Service", icon: Smile,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fresh Ingredients Daily",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Fresh Ingredients Daily", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Award-Winning Dishes",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Award-Winning Dishes", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Warm Ambiance",
|
||||
icon: Home,
|
||||
type: "text-icon", text: "Warm Ambiance", icon: Home,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -162,17 +117,11 @@ export default function LandingPage() {
|
||||
description="MêZ Islamabad brings the vibrant tastes of Turkish cuisine to your table. From traditional recipes passed down through generations to our commitment to fresh, quality ingredients, every dish tells a story. We pride ourselves on creating a memorable dining experience that transports you to the heart of Turkey."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years of Excellence",
|
||||
},
|
||||
value: "10+", title: "Years of Excellence"},
|
||||
{
|
||||
value: "100+",
|
||||
title: "Authentic Dishes",
|
||||
},
|
||||
value: "100+", title: "Authentic Dishes"},
|
||||
{
|
||||
value: "50000+",
|
||||
title: "Satisfied Guests",
|
||||
},
|
||||
value: "50000+", title: "Satisfied Guests"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ramadan-concept-with-tea_23-2147796705.jpg"
|
||||
imageAlt="MêZ Islamabad restaurant interior"
|
||||
@@ -187,35 +136,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Sizzling Adana Kebabs",
|
||||
description: "Juicy, flavorful, and a true Turkish classic, grilled to perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-basturma-kebab-with-tomato-hot-pepper-grill-with-onion-sumac_141793-4074.jpg",
|
||||
imageAlt: "Sizzling Adana Kebab",
|
||||
},
|
||||
title: "Sizzling Adana Kebabs", description: "Juicy, flavorful, and a true Turkish classic, grilled to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-basturma-kebab-with-tomato-hot-pepper-grill-with-onion-sumac_141793-4074.jpg", imageAlt: "Sizzling Adana Kebab"},
|
||||
{
|
||||
title: "Hand-Stretched Pides",
|
||||
description: "Freshly baked in our stone oven, with a variety of savory toppings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pide-with-stuffed-meat-cheese-pieces-fried-meat-wooden-bowl_140725-5376.jpg",
|
||||
imageAlt: "Assorted Turkish Pides",
|
||||
},
|
||||
title: "Hand-Stretched Pides", description: "Freshly baked in our stone oven, with a variety of savory toppings.", imageSrc: "http://img.b2bpic.net/free-photo/pide-with-stuffed-meat-cheese-pieces-fried-meat-wooden-bowl_140725-5376.jpg", imageAlt: "Assorted Turkish Pides"},
|
||||
{
|
||||
title: "Traditional Baklava",
|
||||
description: "Layers of phyllo, nuts, and syrup – a delightful sweet ending to your meal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-kadaif-table_140725-9282.jpg",
|
||||
imageAlt: "Traditional Turkish Baklava",
|
||||
},
|
||||
title: "Traditional Baklava", description: "Layers of phyllo, nuts, and syrup – a delightful sweet ending to your meal.", imageSrc: "http://img.b2bpic.net/free-photo/turkish-kadaif-table_140725-9282.jpg", imageAlt: "Traditional Turkish Baklava"},
|
||||
{
|
||||
title: "Warm Turkish Hospitality",
|
||||
description: "Experience service with a smile in a cozy ambiance that transports you to Turkey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg",
|
||||
imageAlt: "Friendly waiter serving food",
|
||||
},
|
||||
title: "Warm Turkish Hospitality", description: "Experience service with a smile in a cozy ambiance that transports you to Turkey.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg", imageAlt: "Friendly waiter serving food"},
|
||||
{
|
||||
title: "Happy Hour Specials",
|
||||
description: "Enjoy exclusive discounts on selected dishes and beverages during our happy hours.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/menu-board-french-restaurant_1147-450.jpg",
|
||||
imageAlt: "Happy hour promotion",
|
||||
},
|
||||
title: "Happy Hour Specials", description: "Enjoy exclusive discounts on selected dishes and beverages during our happy hours.", imageSrc: "http://img.b2bpic.net/free-photo/menu-board-french-restaurant_1147-450.jpg", imageAlt: "Happy hour promotion"},
|
||||
]}
|
||||
title="Our Culinary Highlights"
|
||||
description="Discover MêZ signatures, from succulent kebabs to delightful desserts, crafted with passion and authentic Turkish techniques."
|
||||
@@ -230,47 +159,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Lentil Soup",
|
||||
price: "Rs 850/-",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pumpkin-bisque-bread-lentil-bowl-with-copy-space_23-2148369644.jpg",
|
||||
imageAlt: "Turkish Lentil Soup",
|
||||
},
|
||||
id: "p1", name: "Lentil Soup", price: "Rs 850/-", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pumpkin-bisque-bread-lentil-bowl-with-copy-space_23-2148369644.jpg", imageAlt: "Turkish Lentil Soup"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Hummus with Meat",
|
||||
price: "Rs 1299/-",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hummus-plate-still-life_23-2149595652.jpg",
|
||||
imageAlt: "Hummus with Lamb or Chicken",
|
||||
},
|
||||
id: "p2", name: "Hummus with Meat", price: "Rs 1299/-", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hummus-plate-still-life_23-2149595652.jpg", imageAlt: "Hummus with Lamb or Chicken"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Full Mixed Pide",
|
||||
price: "Rs 1550/-",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pastry-with-meat-delicious-dough-meal-sliced-white-light-surface_140725-44148.jpg",
|
||||
imageAlt: "Full Mixed Pide",
|
||||
},
|
||||
id: "p3", name: "Full Mixed Pide", price: "Rs 1550/-", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pastry-with-meat-delicious-dough-meal-sliced-white-light-surface_140725-44148.jpg", imageAlt: "Full Mixed Pide"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Platter Adana Kebab (Lamb)",
|
||||
price: "Rs 1950/-",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-french-fries_140725-9683.jpg",
|
||||
imageAlt: "Platter Adana Kebab",
|
||||
},
|
||||
id: "p4", name: "Platter Adana Kebab (Lamb)", price: "Rs 1950/-", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-french-fries_140725-9683.jpg", imageAlt: "Platter Adana Kebab"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Iskender Kebab Beef",
|
||||
price: "Rs 2499/-",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-sauce-with-vegetables_140725-20.jpg",
|
||||
imageAlt: "Iskender Kebab with Beef",
|
||||
},
|
||||
id: "p5", name: "Iskender Kebab Beef", price: "Rs 2499/-", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-sauce-with-vegetables_140725-20.jpg", imageAlt: "Iskender Kebab with Beef"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Kunafa",
|
||||
price: "Rs 1199/-",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-pastries-with-tea-white-table-sweet-pies-pastry-cake_140725-125337.jpg",
|
||||
imageAlt: "Traditional Turkish Kunafa",
|
||||
},
|
||||
id: "p6", name: "Kunafa", price: "Rs 1199/-", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-pastries-with-tea-white-table-sweet-pies-pastry-cake_140725-125337.jpg", imageAlt: "Traditional Turkish Kunafa"},
|
||||
]}
|
||||
title="Our Exquisite Menu"
|
||||
description="Savor the rich and diverse flavors of Turkey. From hearty soups and fresh salads to grilled meats and authentic main courses, every dish is prepared with the finest ingredients and traditional recipes."
|
||||
@@ -281,31 +180,20 @@ export default function LandingPage() {
|
||||
<MetricCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Star,
|
||||
title: "Customer Rating",
|
||||
value: "4.2 / 5",
|
||||
},
|
||||
id: "m1", icon: Star,
|
||||
title: "Customer Rating", value: "4.2 / 5"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Years Serving",
|
||||
value: "10+",
|
||||
},
|
||||
id: "m2", icon: Award,
|
||||
title: "Years Serving", value: "10+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Utensils,
|
||||
title: "Dishes Crafted",
|
||||
value: "50k+",
|
||||
},
|
||||
id: "m3", icon: Utensils,
|
||||
title: "Dishes Crafted", value: "50k+"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: Heart,
|
||||
title: "Happy Families",
|
||||
value: "950+",
|
||||
},
|
||||
id: "m4", icon: Heart,
|
||||
title: "Happy Families", value: "950+"},
|
||||
]}
|
||||
title="MêZ By The Numbers"
|
||||
description="Our passion for authentic Turkish cuisine and dedication to hospitality has led us to these milestones."
|
||||
@@ -319,45 +207,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Regular Customer",
|
||||
testimonial: "MêZ Islamabad is our go-to for authentic Turkish food! The Adana Kebab is simply divine, and the service always makes us feel welcome.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg",
|
||||
imageAlt: "Sarah J. customer review",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Regular Customer", testimonial: "MêZ Islamabad is our go-to for authentic Turkish food! The Adana Kebab is simply divine, and the service always makes us feel welcome.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg", imageAlt: "Sarah J. customer review"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ahmed K.",
|
||||
role: "Food Enthusiast",
|
||||
testimonial: "The flavors at MêZ are unparalleled. Every dish, from the Pide to the Baklava, tastes like it came straight from Istanbul. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-bearded-man-red-tie-shirt-looking-camera-smiling-cherfully-showing-thumbs-up-standing-orange-background_141793-110893.jpg",
|
||||
imageAlt: "Ahmed K. customer review",
|
||||
},
|
||||
id: "t2", name: "Ahmed K.", role: "Food Enthusiast", testimonial: "The flavors at MêZ are unparalleled. Every dish, from the Pide to the Baklava, tastes like it came straight from Istanbul. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-bearded-man-red-tie-shirt-looking-camera-smiling-cherfully-showing-thumbs-up-standing-orange-background_141793-110893.jpg", imageAlt: "Ahmed K. customer review"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Fatima R.",
|
||||
role: "Local Guide",
|
||||
testimonial: "A true culinary gem in Islamabad! The ambiance is lovely, and the Lamb Shank is a must-try. Fantastic experience every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg",
|
||||
imageAlt: "Fatima R. customer review",
|
||||
},
|
||||
id: "t3", name: "Fatima R.", role: "Local Guide", testimonial: "A true culinary gem in Islamabad! The ambiance is lovely, and the Lamb Shank is a must-try. Fantastic experience every time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg", imageAlt: "Fatima R. customer review"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Usman S.",
|
||||
role: "Frequent Diner",
|
||||
testimonial: "I've tried many Turkish restaurants, but MêZ stands out. Their Iskender Kebab is perfectly balanced, and the staff are incredibly attentive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-half-view-vinaigrette-salad-oval-plate-tasty-written-notebook_140725-99784.jpg",
|
||||
imageAlt: "Usman S. customer review",
|
||||
},
|
||||
id: "t4", name: "Usman S.", role: "Frequent Diner", testimonial: "I've tried many Turkish restaurants, but MêZ stands out. Their Iskender Kebab is perfectly balanced, and the staff are incredibly attentive.", imageSrc: "http://img.b2bpic.net/free-photo/top-half-view-vinaigrette-salad-oval-plate-tasty-written-notebook_140725-99784.jpg", imageAlt: "Usman S. customer review"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Aisha Z.",
|
||||
role: "Happy Family",
|
||||
testimonial: "The family platter was excellent value and absolutely delicious. My kids loved the Pide. MêZ is now our family's favorite spot!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082320.jpg",
|
||||
imageAlt: "Aisha Z. customer review",
|
||||
},
|
||||
id: "t5", name: "Aisha Z.", role: "Happy Family", testimonial: "The family platter was excellent value and absolutely delicious. My kids loved the Pide. MêZ is now our family's favorite spot!", imageSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082320.jpg", imageAlt: "Aisha Z. customer review"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Read reviews from our cherished customers who have experienced the authentic taste and warm ambiance of MêZ Islamabad."
|
||||
@@ -370,30 +228,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do you take reservations?",
|
||||
content: "Yes, we highly recommend making a reservation, especially for weekend dinners. You can call us at 0342 0002982 or book online via our social media.",
|
||||
},
|
||||
id: "faq1", title: "Do you take reservations?", content: "Yes, we highly recommend making a reservation, especially for weekend dinners. You can call us at 0342 0002982 or book online via our social media."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open daily from 1 PM to 12 AM, Saturday through Friday.",
|
||||
},
|
||||
id: "faq2", title: "What are your operating hours?", content: "We are open daily from 1 PM to 12 AM, Saturday through Friday."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer vegetarian or vegan options?",
|
||||
content: "Yes, we have a selection of vegetarian dishes, and some can be adapted for vegan preferences. Please inform your server when ordering.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer vegetarian or vegan options?", content: "Yes, we have a selection of vegetarian dishes, and some can be adapted for vegan preferences. Please inform your server when ordering."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Is there parking available?",
|
||||
content: "Yes, ample parking is available in F-6 Markaz, where our restaurant is located.",
|
||||
},
|
||||
id: "faq4", title: "Is there parking available?", content: "Yes, ample parking is available in F-6 Markaz, where our restaurant is located."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Do you offer delivery or takeout?",
|
||||
content: "Yes, both delivery and takeout services are available. Please check our Instagram for the latest details on ordering.",
|
||||
},
|
||||
id: "faq5", title: "Do you offer delivery or takeout?", content: "Yes, both delivery and takeout services are available. Please check our Instagram for the latest details on ordering."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chicken-saj-sauce-served-with-potatoes_140725-10496.jpg"
|
||||
imageAlt="Turkish chef preparing food"
|
||||
@@ -409,18 +252,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to embark on a Turkish culinary adventure? Visit MêZ Islamabad today or call us to make a reservation. We look forward to serving you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:03420002982",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:03420002982"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/search/MêZ+Islamabad+Turkish+Restaurant",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/search/MêZ+Islamabad+Turkish+Restaurant"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -433,57 +271,35 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#",
|
||||
},
|
||||
label: "Home", href: "#"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faqs",
|
||||
},
|
||||
label: "FAQs", href: "#faqs"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Phone: 0342 0002982",
|
||||
href: "tel:03420002982",
|
||||
},
|
||||
label: "Phone: 0342 0002982", href: "tel:03420002982"},
|
||||
{
|
||||
label: "Address: F-6 Markaz, Islamabad",
|
||||
href: "https://www.google.com/maps/search/MêZ+Islamabad+Turkish+Restaurant",
|
||||
},
|
||||
label: "Address: F-6 Markaz, Islamabad", href: "https://www.google.com/maps/search/MêZ+Islamabad+Turkish+Restaurant"},
|
||||
{
|
||||
label: "Open Daily: 1 PM - 12 AM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open Daily: 1 PM - 12 AM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/mez.islamabad/?hl=en",
|
||||
},
|
||||
label: "Instagram", href: "https://www.instagram.com/mez.islamabad/?hl=en"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user