Merge version_1 into main #2
254
src/app/page.tsx
254
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Maa Annpurna Hotel"
|
||||
/>
|
||||
@@ -55,103 +47,58 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Flavors at Maa Annpurna Hotel"
|
||||
description="Experience the true essence of traditional cooking with our handcrafted dishes, served with warmth and hospitality."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rahul P.",
|
||||
handle: "@rahulp",
|
||||
testimonial: "The best authentic taste in the region. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-lentil-merci-soup-bowl-hand-with-spoon-bowl_141793-2988.jpg",
|
||||
},
|
||||
name: "Rahul P.", handle: "@rahulp", testimonial: "The best authentic taste in the region. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-lentil-merci-soup-bowl-hand-with-spoon-bowl_141793-2988.jpg"},
|
||||
{
|
||||
name: "Anita S.",
|
||||
handle: "@anitas",
|
||||
testimonial: "Such a warm atmosphere and delicious food.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-eating-delicious-pizza_23-2150280263.jpg",
|
||||
},
|
||||
name: "Anita S.", handle: "@anitas", testimonial: "Such a warm atmosphere and delicious food.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-eating-delicious-pizza_23-2150280263.jpg"},
|
||||
{
|
||||
name: "Vikram Singh",
|
||||
handle: "@vikram",
|
||||
testimonial: "A true hidden gem with incredible depth of flavor.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg",
|
||||
},
|
||||
name: "Vikram Singh", handle: "@vikram", testimonial: "A true hidden gem with incredible depth of flavor.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg"},
|
||||
{
|
||||
name: "Pooja Mehta",
|
||||
handle: "@poojam",
|
||||
testimonial: "The service is exceptional, feels like home.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-spice-powder-near-rice-dishes_23-2147894738.jpg",
|
||||
},
|
||||
name: "Pooja Mehta", handle: "@poojam", testimonial: "The service is exceptional, feels like home.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-spice-powder-near-rice-dishes_23-2147894738.jpg"},
|
||||
{
|
||||
name: "Rohan Das",
|
||||
handle: "@rohand",
|
||||
testimonial: "Consistently delicious. My favorite spot in town.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-coppery-pans-with-marinated-chicken-garnished-with-tomatoes-herbs_141793-510.jpg",
|
||||
},
|
||||
name: "Rohan Das", handle: "@rohand", testimonial: "Consistently delicious. My favorite spot in town.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-coppery-pans-with-marinated-chicken-garnished-with-tomatoes-herbs_141793-510.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018796.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018796.jpg"
|
||||
imageAlt="traditional indian thali restaurant setting"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg",
|
||||
alt: "Rahul P.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", alt: "Rahul P."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lime-near-dishes-spices_23-2147894845.jpg",
|
||||
alt: "Anita S.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/lime-near-dishes-spices_23-2147894845.jpg", alt: "Anita S."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bowl-with-spice-powder-near-rice-dishes_23-2147894738.jpg",
|
||||
alt: "Vikram Singh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bowl-with-spice-powder-near-rice-dishes_23-2147894738.jpg", alt: "Vikram Singh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-coppery-pans-with-marinated-chicken-garnished-with-tomatoes-herbs_141793-510.jpg",
|
||||
alt: "Pooja Mehta",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-coppery-pans-with-marinated-chicken-garnished-with-tomatoes-herbs_141793-510.jpg", alt: "Pooja Mehta"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-lentil-merci-soup-bowl-hand-with-spoon-bowl_141793-2988.jpg",
|
||||
alt: "Rohan Das",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-lentil-merci-soup-bowl-hand-with-spoon-bowl_141793-2988.jpg", alt: "Rohan Das"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
type: "text", text: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Recipes",
|
||||
},
|
||||
type: "text", text: "Traditional Recipes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Warm Hospitality",
|
||||
},
|
||||
type: "text", text: "Warm Hospitality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Spices",
|
||||
},
|
||||
type: "text", text: "Authentic Spices"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Homemade Taste",
|
||||
},
|
||||
type: "text", text: "Homemade Taste"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,17 +111,11 @@ export default function LandingPage() {
|
||||
description="At Maa Annpurna Hotel, we believe that food is not just nourishment, but a journey through tradition. Our kitchen is dedicated to using time-honored recipes to bring you the best flavors."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "We source the finest local produce daily.",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "We source the finest local produce daily."},
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "Centuries-old recipes passed down through generations.",
|
||||
},
|
||||
title: "Authentic Recipes", description: "Centuries-old recipes passed down through generations."},
|
||||
{
|
||||
title: "Warm Hospitality",
|
||||
description: "Experience service that feels like home.",
|
||||
},
|
||||
title: "Warm Hospitality", description: "Experience service that feels like home."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164705.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -188,24 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Traditional Flavors",
|
||||
description: "Rich, aromatic dishes cooked to perfection.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-greens-seasonings-white-space_140725-97954.jpg",
|
||||
},
|
||||
title: "Traditional Flavors", description: "Rich, aromatic dishes cooked to perfection.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-greens-seasonings-white-space_140725-97954.jpg"},
|
||||
items: [
|
||||
{
|
||||
text: "Pure Spices",
|
||||
icon: CheckCircle,
|
||||
text: "Pure Spices", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
text: "Homemade Taste",
|
||||
icon: CheckCircle,
|
||||
text: "Homemade Taste", icon: CheckCircle,
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018796.jpg?_wi=2",
|
||||
imageAlt: "fresh ingredients vegetable preparation",
|
||||
},
|
||||
]}
|
||||
title="What We Offer"
|
||||
@@ -221,41 +155,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Special Thali",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pita_23-2148734733.jpg",
|
||||
},
|
||||
id: "1", name: "Special Thali", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pita_23-2148734733.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Paneer Butter Masala",
|
||||
price: "$10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-rice-inside-plate-dark-surface-dinner-food-cuisine-meal-dish-restaurant-kitchen-bread-taste_140725-158743.jpg",
|
||||
},
|
||||
id: "2", name: "Paneer Butter Masala", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-rice-inside-plate-dark-surface-dinner-food-cuisine-meal-dish-restaurant-kitchen-bread-taste_140725-158743.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dal Makhani",
|
||||
price: "$9.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-arrangement-teapot-cup_23-2148316964.jpg",
|
||||
},
|
||||
id: "3", name: "Dal Makhani", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/rustic-arrangement-teapot-cup_23-2148316964.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vegetable Biryani",
|
||||
price: "$11.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-classic-tomato-soup-brown-bowl-beans-spoon-mixed-color-table-footage_140725-92036.jpg",
|
||||
},
|
||||
id: "4", name: "Vegetable Biryani", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-classic-tomato-soup-brown-bowl-beans-spoon-mixed-color-table-footage_140725-92036.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Gulab Jamun",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-soup-bowl-rice-wooden-surface_181624-16780.jpg",
|
||||
},
|
||||
id: "5", name: "Gulab Jamun", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/chicken-soup-bowl-rice-wooden-surface_181624-16780.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Masala Chai",
|
||||
price: "$3.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-tangyuan-bowl_23-2149247241.jpg",
|
||||
},
|
||||
id: "6", name: "Masala Chai", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-tangyuan-bowl_23-2149247241.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore our curated selection of traditional Indian delicacies."
|
||||
@@ -264,44 +174,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Amit Kumar",
|
||||
role: "Foodie",
|
||||
testimonial: "Authentic taste, really loved it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269160.jpg",
|
||||
},
|
||||
id: "1", name: "Amit Kumar", role: "Foodie", testimonial: "Authentic taste, really loved it.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269160.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sunita Devi",
|
||||
role: "Local Regular",
|
||||
testimonial: "Just like food prepared at home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-talking-while-man-is-serving-food-dining-table_637285-10334.jpg",
|
||||
},
|
||||
id: "2", name: "Sunita Devi", role: "Local Regular", testimonial: "Just like food prepared at home.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-talking-while-man-is-serving-food-dining-table_637285-10334.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram Singh",
|
||||
role: "Traveler",
|
||||
testimonial: "Must stop for any traveler in the area.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517448.jpg",
|
||||
},
|
||||
id: "3", name: "Vikram Singh", role: "Traveler", testimonial: "Must stop for any traveler in the area.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517448.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pooja Mehta",
|
||||
role: "Visitor",
|
||||
testimonial: "Amazing hospitality and great ambience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244991.jpg",
|
||||
},
|
||||
id: "4", name: "Pooja Mehta", role: "Visitor", testimonial: "Amazing hospitality and great ambience.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244991.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rohan Das",
|
||||
role: "Food Blogger",
|
||||
testimonial: "Hidden gem with incredible flavors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
id: "5", name: "Rohan Das", role: "Food Blogger", testimonial: "Hidden gem with incredible flavors.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"},
|
||||
]}
|
||||
title="Voices of Delight"
|
||||
description="What our guests say about their dining experience at Maa Annpurna."
|
||||
@@ -310,28 +196,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer dine-in?",
|
||||
content: "Yes, we welcome guests for dine-in during all operating hours.",
|
||||
},
|
||||
id: "1", title: "Do you offer dine-in?", content: "Yes, we welcome guests for dine-in during all operating hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, we provide convenient parking for all our guests.",
|
||||
},
|
||||
id: "2", title: "Is parking available?", content: "Yes, we provide convenient parking for all our guests."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you accept large groups?",
|
||||
content: "We can accommodate large groups with prior reservation.",
|
||||
},
|
||||
id: "3", title: "Do you accept large groups?", content: "We can accommodate large groups with prior reservation."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common queries about our hotel and restaurant."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -339,16 +216,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Plan Your Visit Today"
|
||||
description="Ready to experience traditional flavors? Visit Maa Annpurna Hotel or reach out for reservations."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+91XXXXXXXXXX",
|
||||
},
|
||||
text: "Call Now", href: "tel:+91XXXXXXXXXX"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -359,29 +233,19 @@ export default function LandingPage() {
|
||||
logoText="Maa Annpurna Hotel"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user