Merge version_1 into main #1
536
src/app/page.tsx
536
src/app/page.tsx
@@ -16,398 +16,172 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Lahore Heritage"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Experience", id: "experience" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Lahore Heritage"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Authentic Punjabi Hospitality"
|
||||
description="Experience the rich heritage of Pakistani cuisine in an atmosphere of refined elegance and warmth."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Khan",
|
||||
handle: "@sarahk",
|
||||
testimonial: "The best biryani I have ever tasted! Truly authentic.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
},
|
||||
{
|
||||
name: "Ali Raza",
|
||||
handle: "@aliraza",
|
||||
testimonial: "Exceptional service and the rooftop atmosphere is magical.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg",
|
||||
},
|
||||
{
|
||||
name: "Fatima Ahmed",
|
||||
handle: "@fatimaa",
|
||||
testimonial: "Family dinners here are a weekly tradition for us now.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg",
|
||||
},
|
||||
{
|
||||
name: "Zaid Malik",
|
||||
handle: "@zaidm",
|
||||
testimonial: "The karahi is unmatched in its authenticity.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mariam Shah",
|
||||
handle: "@mariams",
|
||||
testimonial: "A luxury dining experience with a soul of tradition.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916469.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-setting_74190-3621.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg",
|
||||
alt: "Happy Diner 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-adult-dinner-with-friends_23-2149306386.jpg",
|
||||
alt: "Happy Diner 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg",
|
||||
alt: "Happy Diner 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg",
|
||||
alt: "Happy Diner 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg",
|
||||
alt: "Happy Diner 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 5,000+ happy guests"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Authentic Punjabi Hospitality"
|
||||
description="Experience the rich heritage of Pakistani cuisine in an atmosphere of refined elegance and warmth."
|
||||
testimonials={[
|
||||
{ name: "Sarah Khan", handle: "@sarahk", testimonial: "The best biryani I have ever tasted! Truly authentic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg" },
|
||||
{ name: "Ali Raza", handle: "@aliraza", testimonial: "Exceptional service and the rooftop atmosphere is magical.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg" },
|
||||
{ name: "Fatima Ahmed", handle: "@fatimaa", testimonial: "Family dinners here are a weekly tradition for us now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg" },
|
||||
{ name: "Zaid Malik", handle: "@zaidm", testimonial: "The karahi is unmatched in its authenticity.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg" },
|
||||
{ name: "Mariam Shah", handle: "@mariams", testimonial: "A luxury dining experience with a soul of tradition.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916469.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-setting_74190-3621.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", alt: "Happy Diner 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-young-adult-dinner-with-friends_23-2149306386.jpg", alt: "Happy Diner 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg", alt: "Happy Diner 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", alt: "Happy Diner 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg", alt: "Happy Diner 5" },
|
||||
]}
|
||||
avatarText="Join 5,000+ happy guests"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Flavors"
|
||||
description="Born from the heart of Punjab, our kitchen honors generations of culinary heritage. Every dish is a testament to the spice-rich culture and soulful traditions that define us."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741264.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Flavors"
|
||||
description="Born from the heart of Punjab, our kitchen honors generations of culinary heritage. Every dish is a testament to the spice-rich culture and soulful traditions that define us."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741264.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Signature Biryani",
|
||||
price: "$24",
|
||||
variant: "Spiced Basmati",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-bread-topped-with-sesame_140725-1894.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chicken Karahi",
|
||||
price: "$28",
|
||||
variant: "Authentic Spice",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-rice-bread-vegetables-onion_140725-5134.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Garlic Naan",
|
||||
price: "$6",
|
||||
variant: "Oven Baked",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246087.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kheer Dessert",
|
||||
price: "$12",
|
||||
variant: "Sweet Traditional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lemon-slices-placed-top-small-bowl-mixed-vegetable-salad-marble-table_114579-56672.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Seekh Kebabs",
|
||||
price: "$18",
|
||||
variant: "Charcoal Grilled",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-breakfast-served-with-strawberries-jam-bowl-flour-hazelnuts-eggs-spoons-dark-color-background_140725-158120.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lassi Selection",
|
||||
price: "$8",
|
||||
variant: "Traditional Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-vegetables-sliced-with-sauce-dark-background-sauce-soup-meal-vegetable-food_140725-85858.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="From slow-cooked curries to oven-fresh naans, explore our range of traditional delights."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Signature Biryani", price: "$24", variant: "Spiced Basmati", imageSrc: "http://img.b2bpic.net/free-photo/white-bread-topped-with-sesame_140725-1894.jpg" },
|
||||
{ id: "2", name: "Chicken Karahi", price: "$28", variant: "Authentic Spice", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-rice-bread-vegetables-onion_140725-5134.jpg" },
|
||||
{ id: "3", name: "Garlic Naan", price: "$6", variant: "Oven Baked", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246087.jpg" },
|
||||
{ id: "4", name: "Kheer Dessert", price: "$12", variant: "Sweet Traditional", imageSrc: "http://img.b2bpic.net/free-photo/lemon-slices-placed-top-small-bowl-mixed-vegetable-salad-marble-table_114579-56672.jpg" },
|
||||
{ id: "5", name: "Seekh Kebabs", price: "$18", variant: "Charcoal Grilled", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-breakfast-served-with-strawberries-jam-bowl-flour-hazelnuts-eggs-spoons-dark-color-background_140725-158120.jpg" },
|
||||
{ id: "6", name: "Lassi Selection", price: "$8", variant: "Traditional Drink", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-vegetables-sliced-with-sauce-dark-background-sauce-soup-meal-vegetable-food_140725-85858.jpg" },
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="From slow-cooked curries to oven-fresh naans, explore our range of traditional delights."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Dine-in Service",
|
||||
description: "Classic restaurant experience with world-class hospitality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728025.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-table-arrangement_23-2150279481.jpg",
|
||||
buttonText: "Book Now",
|
||||
},
|
||||
{
|
||||
title: "Takeaway & Delivery",
|
||||
description: "Authentic flavors delivered right to your doorstep.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-serving-wedding-decor_8353-8510.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-table-assortment-with-plant_23-2148914894.jpg",
|
||||
buttonText: "Order Now",
|
||||
},
|
||||
{
|
||||
title: "Catering Services",
|
||||
description: "Special events and gatherings handled with care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575134.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg",
|
||||
buttonText: "Inquire",
|
||||
},
|
||||
]}
|
||||
title="Beyond the Table"
|
||||
description="Enjoy our hospitality through various dining experiences designed for your comfort and convenience."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Dine-in Service", description: "Classic restaurant experience with world-class hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728025.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-table-arrangement_23-2150279481.jpg", buttonText: "Book Now" },
|
||||
{ title: "Takeaway & Delivery", description: "Authentic flavors delivered right to your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-serving-wedding-decor_8353-8510.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-table-assortment-with-plant_23-2148914894.jpg", buttonText: "Order Now" },
|
||||
{ title: "Catering Services", description: "Special events and gatherings handled with care.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575134.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg", buttonText: "Inquire" },
|
||||
]}
|
||||
title="Beyond the Table"
|
||||
description="Enjoy our hospitality through various dining experiences designed for your comfort and convenience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="experience" data-section="experience">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
title: "Seating Capacity",
|
||||
items: [
|
||||
"Indoor Dining",
|
||||
"Rooftop Terrace",
|
||||
"Private Rooms",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Care Available",
|
||||
items: [
|
||||
"Dedicated Team",
|
||||
"Private Events",
|
||||
"Event Planning",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5-Star",
|
||||
title: "Experience",
|
||||
items: [
|
||||
"Atmosphere",
|
||||
"Lighting",
|
||||
"Music",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Dining Atmosphere"
|
||||
description="Whether on our rooftop under the stars or in our intimate family rooms, find the perfect space."
|
||||
/>
|
||||
</div>
|
||||
<div id="experience" data-section="experience">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "m1", value: "150+", title: "Seating Capacity", items: ["Indoor Dining", "Rooftop Terrace", "Private Rooms"] },
|
||||
{ id: "m2", value: "24/7", title: "Care Available", items: ["Dedicated Team", "Private Events", "Event Planning"] },
|
||||
{ id: "m3", value: "5-Star", title: "Experience", items: ["Atmosphere", "Lighting", "Music"] },
|
||||
]}
|
||||
title="Dining Atmosphere"
|
||||
description="Whether on our rooftop under the stars or in our intimate family rooms, find the perfect space."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Khan",
|
||||
handle: "@sarahk",
|
||||
testimonial: "Incredible vibes and food.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-cocktail_23-2150124853.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ali Raza",
|
||||
handle: "@aliraza",
|
||||
testimonial: "The best Pakistani meal in years.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-thinking_23-2148317340.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fatima Ahmed",
|
||||
handle: "@fatimaa",
|
||||
testimonial: "Stunning rooftop dining experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Zaid Malik",
|
||||
handle: "@zaidm",
|
||||
testimonial: "Very friendly staff and delicious naan.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mariam Shah",
|
||||
handle: "@mariams",
|
||||
testimonial: "Perfect place for any occasion.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Guests Love Us"
|
||||
description="Hear what our wonderful guests have to say about their experience with us."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Khan", handle: "@sarahk", testimonial: "Incredible vibes and food.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-cocktail_23-2150124853.jpg" },
|
||||
{ id: "2", name: "Ali Raza", handle: "@aliraza", testimonial: "The best Pakistani meal in years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-thinking_23-2148317340.jpg" },
|
||||
{ id: "3", name: "Fatima Ahmed", handle: "@fatimaa", testimonial: "Stunning rooftop dining experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg" },
|
||||
{ id: "4", name: "Zaid Malik", handle: "@zaidm", testimonial: "Very friendly staff and delicious naan.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg" },
|
||||
{ id: "5", name: "Mariam Shah", handle: "@mariams", testimonial: "Perfect place for any occasion.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Guests Love Us"
|
||||
description="Hear what our wonderful guests have to say about their experience with us."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Yes, we have several traditional vegetable-based dishes.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is the meat Halal?",
|
||||
content: "Yes, all our meat preparations are 100% Halal certified.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do I need a reservation?",
|
||||
content: "It is highly recommended for weekends to avoid wait times.",
|
||||
},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Need more information? We are happy to help."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you offer vegan options?", content: "Yes, we have several traditional vegetable-based dishes." },
|
||||
{ id: "f2", title: "Is the meat Halal?", content: "Yes, all our meat preparations are 100% Halal certified." },
|
||||
{ id: "f3", title: "Do I need a reservation?", content: "It is highly recommended for weekends to avoid wait times." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Need more information? We are happy to help."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Reserve Your Table"
|
||||
description="Book your table directly for an authentic dining experience."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Special requests or seating preferences",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/living-room-interior_181624-29966.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Reserve Your Table"
|
||||
description="Book your table directly for an authentic dining experience."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Special requests or seating preferences" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/living-room-interior_181624-29966.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Lahore Heritage"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Lahore Heritage"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user