Merge version_2 into main #2
248
src/app/page.tsx
248
src/app/page.tsx
@@ -34,21 +34,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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="Mr. Kabab"
|
||||
/>
|
||||
@@ -60,13 +52,9 @@ export default function LandingPage() {
|
||||
description="Authentic grilled flavors, served with passion. Experience the finest kebabs in town, prepared fresh every day."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ceiling-lamp-close_1203-789.jpg?_wi=1"
|
||||
imageAlt="Mr. Kabab Signature Platter"
|
||||
@@ -81,17 +69,11 @@ export default function LandingPage() {
|
||||
description="Born from traditional recipes and a love for high-quality spices, Mr. Kabab brings the authentic grillhouse experience to your table. We prioritize freshness, quality, and community."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Sourced daily for maximum flavor.",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "Sourced daily for maximum flavor."},
|
||||
{
|
||||
title: "Authentic Spices",
|
||||
description: "Blended by experts for true taste.",
|
||||
},
|
||||
title: "Authentic Spices", description: "Blended by experts for true taste."},
|
||||
{
|
||||
title: "Grillhouse Experience",
|
||||
description: "Prepared fresh over open fire.",
|
||||
},
|
||||
title: "Grillhouse Experience", description: "Prepared fresh over open fire."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/precision-originality-shine-as-expert-adds-cut-vegetables-meal_482257-121147.jpg?_wi=1"
|
||||
imageAlt="Our Kitchen"
|
||||
@@ -107,41 +89,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Beef Kebab",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-chopped-tomato-cucumber-herbs_114579-70158.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Classic Beef Kebab", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-chopped-tomato-cucumber-herbs_114579-70158.jpg?_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Spicy Lamb Skewers",
|
||||
price: "$20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-bulgur-onion-with-sumac-wooden-table_140725-9887.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Spicy Lamb Skewers", price: "$20", imageSrc: "http://img.b2bpic.net/meat-bulgur-onion-with-sumac-wooden-table_140725-9887.jpg?_wi=1"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lemon Herb Chicken",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-lamb-ribs-kebab-with-herbs-onion-lavash_140725-11984.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Lemon Herb Chicken", price: "$16", imageSrc: "http://img.b2bpic.net/side-view-lamb-ribs-kebab-with-herbs-onion-lavash_140725-11984.jpg?_wi=1"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mixed Grill Platter",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6170.jpg",
|
||||
},
|
||||
id: "4", name: "Mixed Grill Platter", price: "$28", imageSrc: "http://img.b2bpic.net/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6170.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vegetarian Grill",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-delicious-kebab-condiment-grinder_23-2148685518.jpg",
|
||||
},
|
||||
id: "5", name: "Vegetarian Grill", price: "$15", imageSrc: "http://img.b2bpic.net/top-view-plate-with-delicious-kebab-condiment-grinder_23-2148685518.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Kofta Special",
|
||||
price: "$19",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-platter-with-variety-ingredients_114579-70084.jpg",
|
||||
},
|
||||
id: "6", name: "Kofta Special", price: "$19", imageSrc: "http://img.b2bpic.net/salad-platter-with-variety-ingredients_114579-70084.jpg"},
|
||||
]}
|
||||
title="Our Signature Kebabs"
|
||||
description="A collection of our most loved grilled creations, perfected through years of tradition."
|
||||
@@ -155,17 +113,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No Artificial Flavorings",
|
||||
"No Processed Fillers",
|
||||
"No Rushed Service",
|
||||
],
|
||||
"No Artificial Flavorings", "No Processed Fillers", "No Rushed Service"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Fresh, Never Frozen Meats",
|
||||
"Secret Family Spice Blends",
|
||||
"Locally Sourced Produce",
|
||||
],
|
||||
"Fresh, Never Frozen Meats", "Secret Family Spice Blends", "Locally Sourced Produce"],
|
||||
}}
|
||||
title="Why Choose Us"
|
||||
description="What makes Mr. Kabab the preferred destination for grill lovers."
|
||||
@@ -179,23 +131,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed K.",
|
||||
role: "Head Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-waitress-serving-coffee-couple-who-is-eating-cake-cafe_637285-9100.jpg",
|
||||
},
|
||||
id: "1", name: "Ahmed K.", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/happy-waitress-serving-coffee-couple-who-is-eating-cake-cafe_637285-9100.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah M.",
|
||||
role: "Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-give-high-five-each-other_53876-13488.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah M.", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-give-high-five-each-other_53876-13488.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Omar F.",
|
||||
role: "Grill Master",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232159.jpg",
|
||||
},
|
||||
id: "3", name: "Omar F.", role: "Grill Master", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232159.jpg"},
|
||||
]}
|
||||
title="Meet Our Grill Masters"
|
||||
description="The passionate team behind every delicious dish we serve."
|
||||
@@ -209,23 +149,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Award,
|
||||
title: "Years of Experience",
|
||||
value: "12+",
|
||||
},
|
||||
id: "1", icon: Award,
|
||||
title: "Years of Experience", value: "12+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Happy Customers",
|
||||
value: "50k+",
|
||||
},
|
||||
id: "2", icon: Users,
|
||||
title: "Happy Customers", value: "50k+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Coffee,
|
||||
title: "Dishes Served",
|
||||
value: "200k+",
|
||||
},
|
||||
id: "3", icon: Coffee,
|
||||
title: "Dishes Served", value: "200k+"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Quality and consistency delivered since day one."
|
||||
@@ -238,60 +169,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Layla S.",
|
||||
date: "Oct 2024",
|
||||
title: "Best Kebabs!",
|
||||
quote: "The meat was perfectly seasoned and tender. Will definitely come back.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-sitting-with-her-friends-dining-table-eating-dessert_637285-3239.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceiling-lamp-close_1203-789.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating restaurant",
|
||||
},
|
||||
id: "1", name: "Layla S.", date: "Oct 2024", title: "Best Kebabs!", quote: "The meat was perfectly seasoned and tender. Will definitely come back.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-sitting-with-her-friends-dining-table-eating-dessert_637285-3239.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ceiling-lamp-close_1203-789.jpg?_wi=2", imageAlt: "happy customer eating restaurant"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
date: "Sep 2024",
|
||||
title: "Incredible Flavor",
|
||||
quote: "I've tried many kebab places, but this is truly the most authentic experience.",
|
||||
tag: "New Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/precision-originality-shine-as-expert-adds-cut-vegetables-meal_482257-121147.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating restaurant",
|
||||
},
|
||||
id: "2", name: "Mark D.", date: "Sep 2024", title: "Incredible Flavor", quote: "I've tried many kebab places, but this is truly the most authentic experience.", tag: "New Guest", avatarSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", imageSrc: "http://img.b2bpic.net/free-photo/precision-originality-shine-as-expert-adds-cut-vegetables-meal_482257-121147.jpg?_wi=2", imageAlt: "happy customer eating restaurant"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
date: "Aug 2024",
|
||||
title: "Fresh and Tasty",
|
||||
quote: "Love the selection of fresh salads and the variety of meats. Great quality.",
|
||||
tag: "Frequent Visitor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-wiping-glass-looking-camera_259150-59256.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-chopped-tomato-cucumber-herbs_114579-70158.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating restaurant",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James B.",
|
||||
date: "Aug 2024",
|
||||
title: "Amazing Service",
|
||||
quote: "The staff are so friendly, and the food arrives super fast.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-bulgur-onion-with-sumac-wooden-table_140725-9887.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating restaurant",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sara H.",
|
||||
date: "Jul 2024",
|
||||
title: "Authentic Taste",
|
||||
quote: "Tastes exactly like the kebabs I had while traveling. A real hidden gem.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-lamb-ribs-kebab-with-herbs-onion-lavash_140725-11984.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating restaurant",
|
||||
},
|
||||
id: "3", name: "Elena R.", date: "Aug 2024", title: "Fresh and Tasty", quote: "Love the selection of fresh salads and the variety of meats. Great quality.", tag: "Frequent Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/man-wiping-glass-looking-camera_259150-59256.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-chopped-tomato-cucumber-herbs_114579-70158.jpg?_wi=2", imageAlt: "happy customer eating restaurant"},
|
||||
]}
|
||||
title="Guest Feedback"
|
||||
description="See why our guests return again and again."
|
||||
@@ -304,20 +186,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer reservations?",
|
||||
content: "Yes, we accept reservations via phone or our website.",
|
||||
},
|
||||
id: "1", title: "Do you offer reservations?", content: "Yes, we accept reservations via phone or our website."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you have vegetarian options?",
|
||||
content: "Absolutely! Our menu features grilled veggie platters and salads.",
|
||||
},
|
||||
id: "2", title: "Do you have vegetarian options?", content: "Absolutely! Our menu features grilled veggie platters and salads."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer catering services?",
|
||||
content: "Yes, contact us to discuss your event size and needs.",
|
||||
},
|
||||
id: "3", title: "What are your opening hours?", content: "We are open daily from 11:00 AM to 11:00 PM."},
|
||||
{
|
||||
id: "4", title: "Do you offer catering services?", content: "Yes, contact us to discuss your event size and needs."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about your dining experience."
|
||||
@@ -329,20 +204,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Talk"
|
||||
title="Visit Us or Order Online"
|
||||
description="Whether you want a quick bite or a family dinner, we're ready to serve you. Check our hours or book your table now."
|
||||
title="Get In Touch"
|
||||
description="Have questions about our menu or want to book an event? Reach out to our team today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call: (555) 123-4567", href: "tel:+15551234567"},
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#",
|
||||
},
|
||||
text: "Email: hello@mrkabab.com", href: "mailto:hello@mrkabab.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -353,39 +223,29 @@ export default function LandingPage() {
|
||||
logoText="Mr. Kabab"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Explore", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Our Menu", href: "#menu" },
|
||||
{ label: "Our Team", href: "#team" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Mr. Kabab. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user