Merge version_1 into main #2
@@ -28,35 +28,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
href: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "reservations",
|
||||
href: "/reservations",
|
||||
},
|
||||
name: "Reservations", id: "/reservations"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "events",
|
||||
href: "/events",
|
||||
},
|
||||
name: "Events", id: "/events"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Patiaala House"
|
||||
/>
|
||||
@@ -64,52 +46,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu-items" data-section="menu-items">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Butter Chicken",
|
||||
price: "₹650",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-delicious-pakistan-meal_23-2148821539.jpg?_wi=2",
|
||||
imageAlt: "creamy butter chicken gravy",
|
||||
},
|
||||
id: "1", name: "Butter Chicken", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-delicious-pakistan-meal_23-2148821539.jpg", imageAlt: "creamy butter chicken gravy"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tandoori Chicken",
|
||||
price: "₹590",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-desk_140725-75646.jpg?_wi=2",
|
||||
imageAlt: "sizzling tandoori chicken platter",
|
||||
},
|
||||
id: "2", name: "Tandoori Chicken", price: "₹590", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-desk_140725-75646.jpg", imageAlt: "sizzling tandoori chicken platter"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Paneer Lababdar",
|
||||
price: "₹550",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-with-rice-beans_140725-6082.jpg?_wi=2",
|
||||
imageAlt: "paneer lababdar cheese curry",
|
||||
},
|
||||
id: "3", name: "Paneer Lababdar", price: "₹550", imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-with-rice-beans_140725-6082.jpg", imageAlt: "paneer lababdar cheese curry"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dal Makhani",
|
||||
price: "₹480",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bean-soup-called-merci-inside-little-plate-with-greens-white-surface-soup-meal-food-vegetable-bean_140725-74413.jpg?_wi=2",
|
||||
imageAlt: "rich dal makhani cream lentil",
|
||||
},
|
||||
id: "4", name: "Dal Makhani", price: "₹480", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bean-soup-called-merci-inside-little-plate-with-greens-white-surface-soup-meal-food-vegetable-bean_140725-74413.jpg", imageAlt: "rich dal makhani cream lentil"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Garlic Naan",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg?_wi=2",
|
||||
imageAlt: "fresh garlic naan bread hot",
|
||||
},
|
||||
id: "5", name: "Garlic Naan", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg", imageAlt: "fresh garlic naan bread hot"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Gulab Jamun",
|
||||
price: "₹220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cakes-with-grapes-inside-plate-white-table-fruit-dessert-cake_140725-81284.jpg?_wi=2",
|
||||
imageAlt: "sweet gulab jamun syrup",
|
||||
},
|
||||
id: "6", name: "Gulab Jamun", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cakes-with-grapes-inside-plate-white-table-fruit-dessert-cake_140725-81284.jpg", imageAlt: "sweet gulab jamun syrup"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore the rich flavors and aromatic spices of our most beloved North Indian creations. Each dish is a culinary journey."
|
||||
@@ -123,59 +76,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Appetizers & Soups",
|
||||
description: "Start your meal with our tantalizing array of starters.",
|
||||
tag: "Starters",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-fajitas-prawns-vegetables-cheese-lavash-green-salad-sour-cream-side-view_141793-2478.jpg?_wi=2",
|
||||
imageAlt: "indian vegetarian curry bowl",
|
||||
buttons: [
|
||||
id: "1", title: "Appetizers & Soups", description: "Start your meal with our tantalizing array of starters.", tag: "Starters", imageSrc: "http://img.b2bpic.net/free-photo/seafood-fajitas-prawns-vegetables-cheese-lavash-green-salad-sour-cream-side-view_141793-2478.jpg", imageAlt: "indian vegetarian curry bowl", buttons: [
|
||||
{
|
||||
text: "View All",
|
||||
href: "#",
|
||||
},
|
||||
text: "View All", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Main Course Extravaganza",
|
||||
description: "Indulge in our selection of hearty main courses.",
|
||||
tag: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg?_wi=2",
|
||||
imageAlt: "authentic butter chicken close up",
|
||||
buttons: [
|
||||
id: "2", title: "Main Course Extravaganza", description: "Indulge in our selection of hearty main courses.", tag: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg", imageAlt: "authentic butter chicken close up", buttons: [
|
||||
{
|
||||
text: "View All",
|
||||
href: "#",
|
||||
},
|
||||
text: "View All", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Breads & Rice",
|
||||
description: "Perfect accompaniments to complement your meal.",
|
||||
tag: "Sides",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg?_wi=3",
|
||||
imageAlt: "fresh garlic naan bread hot",
|
||||
buttons: [
|
||||
id: "3", title: "Breads & Rice", description: "Perfect accompaniments to complement your meal.", tag: "Sides", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg", imageAlt: "fresh garlic naan bread hot", buttons: [
|
||||
{
|
||||
text: "View All",
|
||||
href: "#",
|
||||
},
|
||||
text: "View All", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Desserts & Beverages",
|
||||
description: "Sweet endings and refreshing drinks to complete your dining.",
|
||||
tag: "Sweet Treat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cakes-with-grapes-inside-plate-white-table-fruit-dessert-cake_140725-81284.jpg?_wi=3",
|
||||
imageAlt: "sweet gulab jamun syrup",
|
||||
buttons: [
|
||||
id: "4", title: "Desserts & Beverages", description: "Sweet endings and refreshing drinks to complete your dining.", tag: "Sweet Treat", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cakes-with-grapes-inside-plate-white-table-fruit-dessert-cake_140725-81284.jpg", imageAlt: "sweet gulab jamun syrup", buttons: [
|
||||
{
|
||||
text: "View All",
|
||||
href: "#",
|
||||
},
|
||||
text: "View All", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -191,29 +112,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anjali Sharma",
|
||||
role: "Food Critic",
|
||||
testimonial: "The Butter Chicken at Patiaala House is simply divine – rich, creamy, and perfectly spiced. A true North Indian delight!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-ready-eat_23-2148899024.jpg?_wi=2",
|
||||
imageAlt: "smiling customer portrait happy",
|
||||
},
|
||||
id: "1", name: "Anjali Sharma", role: "Food Critic", testimonial: "The Butter Chicken at Patiaala House is simply divine – rich, creamy, and perfectly spiced. A true North Indian delight!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-ready-eat_23-2148899024.jpg", imageAlt: "smiling customer portrait happy"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rahul Singh",
|
||||
role: "Local Foodie",
|
||||
testimonial: "Every dish, from the Tandoori Chicken to the Dal Makhani, reflects authentic flavors and culinary expertise. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg?_wi=2",
|
||||
imageAlt: "man looking happy confident",
|
||||
},
|
||||
id: "2", name: "Rahul Singh", role: "Local Foodie", testimonial: "Every dish, from the Tandoori Chicken to the Dal Makhani, reflects authentic flavors and culinary expertise. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg", imageAlt: "man looking happy confident"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya Kapoor",
|
||||
role: "Family Guest",
|
||||
testimonial: "Patiaala House is our go-to for family dinners. The food is consistently excellent, and the service is always warm and welcoming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-working-business-field_1262-2956.jpg?_wi=2",
|
||||
imageAlt: "young woman smiling brightly",
|
||||
},
|
||||
id: "3", name: "Priya Kapoor", role: "Family Guest", testimonial: "Patiaala House is our go-to for family dinners. The food is consistently excellent, and the service is always warm and welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-working-business-field_1262-2956.jpg", imageAlt: "young woman smiling brightly"},
|
||||
]}
|
||||
title="What Our Guests Savor"
|
||||
description="Hear from our delighted customers about their unforgettable dining experiences and favorite dishes at Patiaala House."
|
||||
@@ -224,20 +127,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Craving Deliciousness?"
|
||||
title="Explore Our Full Menu or Order Takeaway Now!"
|
||||
description="Browse our extensive selection of North Indian delicacies and have them delivered to your doorstep, or reserve a table to dine with us."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Full Menu", href: "/menu"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -246,54 +144,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "/reservations",
|
||||
},
|
||||
label: "Reservations", href: "/reservations"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Chef's Table",
|
||||
href: "/events",
|
||||
},
|
||||
label: "Chef's Table", href: "/events"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Get in Touch",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Get in Touch", href: "/contact"},
|
||||
{
|
||||
label: "Feedback",
|
||||
href: "#",
|
||||
},
|
||||
label: "Feedback", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
333
src/app/page.tsx
333
src/app/page.tsx
@@ -31,35 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
href: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "reservations",
|
||||
href: "/reservations",
|
||||
},
|
||||
name: "Reservations", id: "/reservations"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "events",
|
||||
href: "/events",
|
||||
},
|
||||
name: "Events", id: "/events"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Patiaala House"
|
||||
/>
|
||||
@@ -68,75 +50,46 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Authentic North Indian Dining in Vikaspuri"
|
||||
description="Experience fine dining with rich flavors & warm hospitality, making every meal memorable."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg?_wi=1",
|
||||
imageAlt: "Signature Butter Chicken",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg", imageAlt: "Signature Butter Chicken"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg?_wi=1",
|
||||
imageAlt: "Fresh Tandoori Chicken",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg", imageAlt: "Fresh Tandoori Chicken"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-fajitas-prawns-vegetables-cheese-lavash-green-salad-sour-cream-side-view_141793-2478.jpg?_wi=1",
|
||||
imageAlt: "Delicious Dal Makhani",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-fajitas-prawns-vegetables-cheese-lavash-green-salad-sour-cream-side-view_141793-2478.jpg", imageAlt: "Delicious Dal Makhani"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg?_wi=1",
|
||||
imageAlt: "Warm Restaurant Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg", imageAlt: "Warm Restaurant Interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg?_wi=1",
|
||||
imageAlt: "Elegant Dining Setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg", imageAlt: "Elegant Dining Setting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg?_wi=1",
|
||||
imageAlt: "Cozy Restaurant Ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg", imageAlt: "Cozy Restaurant Ambiance"},
|
||||
]}
|
||||
tag="Loved by locals in Delhi"
|
||||
tagIcon={Star}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+918875437543",
|
||||
},
|
||||
text: "Call Now", href: "tel:+918875437543"},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "/reservations",
|
||||
},
|
||||
text: "Reserve Table", href: "/reservations"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Menu", href: "/menu"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/isolated-white-wall-people-emotions-young-good-looking-dark-skinned-man-smiling-wearing-checkered-shirt-with-happy-relaxed-face-expression_176420-11092.jpg",
|
||||
alt: "Customer Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/isolated-white-wall-people-emotions-young-good-looking-dark-skinned-man-smiling-wearing-checkered-shirt-with-happy-relaxed-face-expression_176420-11092.jpg", alt: "Customer Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-father-posing-kitchen_23-2148414934.jpg",
|
||||
alt: "Customer Rajesh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-father-posing-kitchen_23-2148414934.jpg", alt: "Customer Rajesh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sad-contemplative-woman-nature_23-2150516206.jpg",
|
||||
alt: "Customer Priya",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sad-contemplative-woman-nature_23-2150516206.jpg", alt: "Customer Priya"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-bearded-man-business-clothes-looking-camera_171337-11392.jpg",
|
||||
alt: "Customer David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-bearded-man-business-clothes-looking-camera_171337-11392.jpg", alt: "Customer David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-green-dress-park_1303-10496.jpg",
|
||||
alt: "Customer Emily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-green-dress-park_1303-10496.jpg", alt: "Customer Emily"},
|
||||
]}
|
||||
avatarText="4.5 rating (1.5K+ reviews)"
|
||||
carouselPosition="right"
|
||||
@@ -151,65 +104,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "butter-chicken",
|
||||
brand: "Classic",
|
||||
name: "Butter Chicken",
|
||||
price: "₹650",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-delicious-pakistan-meal_23-2148821539.jpg?_wi=1",
|
||||
imageAlt: "Creamy Butter Chicken",
|
||||
},
|
||||
id: "butter-chicken", brand: "Classic", name: "Butter Chicken", price: "₹650", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-delicious-pakistan-meal_23-2148821539.jpg", imageAlt: "Creamy Butter Chicken"},
|
||||
{
|
||||
id: "tandoori-chicken",
|
||||
brand: "Grilled",
|
||||
name: "Tandoori Chicken",
|
||||
price: "₹720",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-desk_140725-75646.jpg?_wi=1",
|
||||
imageAlt: "Sizzling Tandoori Chicken",
|
||||
},
|
||||
id: "tandoori-chicken", brand: "Grilled", name: "Tandoori Chicken", price: "₹720", rating: 4,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-desk_140725-75646.jpg", imageAlt: "Sizzling Tandoori Chicken"},
|
||||
{
|
||||
id: "garlic-naan",
|
||||
brand: "Bread",
|
||||
name: "Garlic Naan",
|
||||
price: "₹120",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg?_wi=1",
|
||||
imageAlt: "Fresh Garlic Naan",
|
||||
},
|
||||
id: "garlic-naan", brand: "Bread", name: "Garlic Naan", price: "₹120", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-white-pita-bread_23-2148294995.jpg", imageAlt: "Fresh Garlic Naan"},
|
||||
{
|
||||
id: "dal-makhani",
|
||||
brand: "Vegetarian",
|
||||
name: "Dal Makhani",
|
||||
price: "₹580",
|
||||
rating: 4,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bean-soup-called-merci-inside-little-plate-with-greens-white-surface-soup-meal-food-vegetable-bean_140725-74413.jpg?_wi=1",
|
||||
imageAlt: "Rich Dal Makhani",
|
||||
},
|
||||
id: "dal-makhani", brand: "Vegetarian", name: "Dal Makhani", price: "₹580", rating: 4,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bean-soup-called-merci-inside-little-plate-with-greens-white-surface-soup-meal-food-vegetable-bean_140725-74413.jpg", imageAlt: "Rich Dal Makhani"},
|
||||
{
|
||||
id: "paneer-lababdar",
|
||||
brand: "Vegetarian",
|
||||
name: "Paneer Lababdar",
|
||||
price: "₹600",
|
||||
rating: 5,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-with-rice-beans_140725-6082.jpg?_wi=1",
|
||||
imageAlt: "Delicious Paneer Lababdar",
|
||||
},
|
||||
id: "paneer-lababdar", brand: "Vegetarian", name: "Paneer Lababdar", price: "₹600", rating: 5,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-with-rice-beans_140725-6082.jpg", imageAlt: "Delicious Paneer Lababdar"},
|
||||
{
|
||||
id: "gulab-jamun",
|
||||
brand: "Dessert",
|
||||
name: "Gulab Jamun",
|
||||
price: "₹250",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cakes-with-grapes-inside-plate-white-table-fruit-dessert-cake_140725-81284.jpg?_wi=1",
|
||||
imageAlt: "Sweet Gulab Jamun",
|
||||
},
|
||||
id: "gulab-jamun", brand: "Dessert", name: "Gulab Jamun", price: "₹250", rating: 4,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cakes-with-grapes-inside-plate-white-table-fruit-dessert-cake_140725-81284.jpg", imageAlt: "Sweet Gulab Jamun"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Savor the rich, aromatic flavors that make Patiaala House a cherished local favorite."
|
||||
@@ -223,40 +134,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Taste",
|
||||
description: "Traditional North Indian recipes passed down generations.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Utensils,
|
||||
title: "Authentic Taste", description: "Traditional North Indian recipes passed down generations.", bentoComponent: "reveal-icon", icon: Utensils,
|
||||
},
|
||||
{
|
||||
title: "Cozy Ambiance",
|
||||
description: "Warm and inviting decor perfect for family and friends.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Lightbulb,
|
||||
title: "Cozy Ambiance", description: "Warm and inviting decor perfect for family and friends.", bentoComponent: "reveal-icon", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Family-Friendly",
|
||||
description: "A comfortable setting for all ages with diverse menu options.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
title: "Family-Friendly", description: "A comfortable setting for all ages with diverse menu options.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Premium Ingredients",
|
||||
description: "Only the freshest, highest quality ingredients make it to your plate.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Feather,
|
||||
title: "Premium Ingredients", description: "Only the freshest, highest quality ingredients make it to your plate.", bentoComponent: "reveal-icon", icon: Feather,
|
||||
},
|
||||
{
|
||||
title: "Exceptional Service",
|
||||
description: "Our attentive staff ensures a delightful and seamless dining experience.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
title: "Exceptional Service", description: "Our attentive staff ensures a delightful and seamless dining experience.", bentoComponent: "reveal-icon", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Local Favorite",
|
||||
description: "Proudly serving the West Delhi community for years.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Heart,
|
||||
title: "Local Favorite", description: "Proudly serving the West Delhi community for years.", bentoComponent: "reveal-icon", icon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Patiaala House?"
|
||||
@@ -272,20 +165,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "rating",
|
||||
value: "4.5",
|
||||
description: "Overall Rating",
|
||||
},
|
||||
id: "rating", value: "4.5", description: "Overall Rating"},
|
||||
{
|
||||
id: "reviews",
|
||||
value: "1.5K+",
|
||||
description: "Customer Reviews",
|
||||
},
|
||||
id: "reviews", value: "1.5K+", description: "Customer Reviews"},
|
||||
{
|
||||
id: "years",
|
||||
value: "10+",
|
||||
description: "Years in Service",
|
||||
},
|
||||
id: "years", value: "10+", description: "Years in Service"},
|
||||
]}
|
||||
title="Trusted by Our Community"
|
||||
description="We're proud of the love and trust we've earned from our patrons."
|
||||
@@ -299,53 +183,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul Sharma",
|
||||
handle: "@rahulfoodie",
|
||||
testimonial: "A must-visit for authentic North Indian food! The butter chicken is divine and the ambiance is perfect for families.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-ready-eat_23-2148899024.jpg?_wi=1",
|
||||
imageAlt: "Rahul Sharma",
|
||||
},
|
||||
id: "1", name: "Rahul Sharma", handle: "@rahulfoodie", testimonial: "A must-visit for authentic North Indian food! The butter chicken is divine and the ambiance is perfect for families.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-ready-eat_23-2148899024.jpg", imageAlt: "Rahul Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Singh",
|
||||
handle: "@priyasingh.eats",
|
||||
testimonial: "Lovely ambiance and incredibly friendly staff. Patiaala House is my go-to for a special dinner!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg?_wi=1",
|
||||
imageAlt: "Priya Singh",
|
||||
},
|
||||
id: "2", name: "Priya Singh", handle: "@priyasingh.eats", testimonial: "Lovely ambiance and incredibly friendly staff. Patiaala House is my go-to for a special dinner!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg", imageAlt: "Priya Singh"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Kumar",
|
||||
handle: "@amitk_reviews",
|
||||
testimonial: "Every dish is a culinary delight. Patiaala House never disappoints with its rich flavors and warm hospitality!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-working-business-field_1262-2956.jpg?_wi=1",
|
||||
imageAlt: "Amit Kumar",
|
||||
},
|
||||
id: "3", name: "Amit Kumar", handle: "@amitk_reviews", testimonial: "Every dish is a culinary delight. Patiaala House never disappoints with its rich flavors and warm hospitality!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-working-business-field_1262-2956.jpg", imageAlt: "Amit Kumar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sneha Reddy",
|
||||
handle: "@snehareddy_food",
|
||||
testimonial: "The best tandoori in West Delhi, hands down. Highly recommended for anyone craving true North Indian taste.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-handsome-man-looking-camera-doing-think-gesture-yellow-background_141793-131018.jpg?_wi=1",
|
||||
imageAlt: "Sneha Reddy",
|
||||
},
|
||||
id: "4", name: "Sneha Reddy", handle: "@snehareddy_food", testimonial: "The best tandoori in West Delhi, hands down. Highly recommended for anyone craving true North Indian taste.", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-handsome-man-looking-camera-doing-think-gesture-yellow-background_141793-131018.jpg", imageAlt: "Sneha Reddy"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mohit Gupta",
|
||||
handle: "@mohitg_food",
|
||||
testimonial: "Warm hospitality and rich flavors, a truly upscale experience without the fuss. My family loves coming here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/european-woman-with-bright-makeup-long-wavy-hair-posing_291650-557.jpg?_wi=1",
|
||||
imageAlt: "Mohit Gupta",
|
||||
},
|
||||
id: "5", name: "Mohit Gupta", handle: "@mohitg_food", testimonial: "Warm hospitality and rich flavors, a truly upscale experience without the fuss. My family loves coming here.", imageSrc: "http://img.b2bpic.net/free-photo/european-woman-with-bright-makeup-long-wavy-hair-posing_291650-557.jpg", imageAlt: "Mohit Gupta"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Neha Joshi",
|
||||
handle: "@neha_joshi_eats",
|
||||
testimonial: "We celebrated our anniversary here, and it was perfect. Thank you for the amazing food and service!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-little-daughters_1157-15374.jpg?_wi=1",
|
||||
imageAlt: "Neha Joshi",
|
||||
},
|
||||
id: "6", name: "Neha Joshi", handle: "@neha_joshi_eats", testimonial: "We celebrated our anniversary here, and it was perfect. Thank you for the amazing food and service!", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-little-daughters_1157-15374.jpg", imageAlt: "Neha Joshi"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear directly from our cherished customers about their dining experiences."
|
||||
@@ -356,107 +204,68 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect With Us"
|
||||
title="Ready to Savor the Flavors?"
|
||||
description="Book your table, order online, or reach out for catering inquiries today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+918875437543",
|
||||
},
|
||||
text: "Call Now", href: "tel:+918875437543"},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "/reservations",
|
||||
},
|
||||
text: "Reserve Table", href: "/reservations"},
|
||||
{
|
||||
text: "Inquire Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Inquire Now", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/modern-coffee-shop-interior-with-flat-design_23-2147905684.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/modern-coffee-shop-interior-with-flat-design_23-2147905684.jpg"
|
||||
imageAlt="Restaurant exterior at night"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "/reservations",
|
||||
},
|
||||
label: "Reservations", href: "/reservations"},
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
label: "Order Online", href: "#"},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "/events",
|
||||
},
|
||||
label: "Catering", href: "/events"},
|
||||
{
|
||||
label: "Events",
|
||||
href: "/events",
|
||||
},
|
||||
label: "Events", href: "/events"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/patiaalarestaurant",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/patiaalarestaurant"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/patiaalarestaurant",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/patiaalarestaurant"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/+918875437543",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/+918875437543"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user