Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0684e5fe8c | |||
| c8e9b9857f |
284
src/app/page.tsx
284
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "About", id: "about" },
|
||||||
id: "hero",
|
{ name: "Menu", id: "menu" },
|
||||||
},
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{
|
{ name: "Contact", id: "contact" },
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Menu",
|
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Testimonials",
|
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Shahi Bhoj"
|
brandName="Shahi Bhoj"
|
||||||
/>
|
/>
|
||||||
@@ -57,270 +42,109 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
title="Shahi Bhoj: A Royal Culinary Journey in Aurangabad"
|
||||||
}}
|
description="Discover the rich heritage and exquisite flavors of traditional royal cuisine, meticulously prepared for your delight in Aurangabad."
|
||||||
title="A Royal Culinary Journey in Aurangabad"
|
|
||||||
description="Experience authentic, royal-style traditional dining at Shahi Bhoj, where every meal is a tribute to heritage and taste."
|
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "https://img.b2bpic.net/free-photo/young-gardener-pointing-back-while-showing-thumb-down-t-shirt-apron-looking-puzzled-front-view_176474-92686.jpg", alt: "Guest" },
|
||||||
src: "http://img.b2bpic.net/free-photo/young-gardener-pointing-back-while-showing-thumb-down-t-shirt-apron-looking-puzzled-front-view_176474-92686.jpg",
|
{ src: "https://img.b2bpic.net/free-vector/retro-bistro-menu-design_23-2147486594.jpg", alt: "Guest" },
|
||||||
alt: "Customer",
|
{ src: "https://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173271.jpg", alt: "Guest" },
|
||||||
},
|
{ src: "https://img.b2bpic.net/free-photo/happy-african-american-family-enjoying-christmas-lunch-dining-table_637285-13021.jpg", alt: "Guest" },
|
||||||
{
|
{ src: "https://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg", alt: "Guest" },
|
||||||
src: "http://img.b2bpic.net/free-vector/retro-bistro-menu-design_23-2147486594.jpg",
|
|
||||||
alt: "Customer",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173271.jpg",
|
|
||||||
alt: "Customer",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-african-american-family-enjoying-christmas-lunch-dining-table_637285-13021.jpg",
|
|
||||||
alt: "Customer",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
|
|
||||||
alt: "Customer",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Loved by our guests"
|
avatarText="Experience Royal Hospitality"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "View Menu", href: "#menu" },
|
||||||
text: "View Menu",
|
{ text: "Book a Table", href: "#contact" },
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Book a Table",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{ type: "text-icon", text: "100% Authentic Flavors", icon: Utensils },
|
||||||
type: "text-icon",
|
{ type: "text-icon", text: "Royal Ambiance", icon: Crown },
|
||||||
text: "100% Authentic Flavors",
|
{ type: "text-icon", text: "Fresh Ingredients", icon: Leaf },
|
||||||
icon: Utensils,
|
{ type: "text-icon", text: "Heritage Recipes", icon: BookOpen },
|
||||||
},
|
{ type: "text-icon", text: "Warm Hospitality", icon: Heart },
|
||||||
{
|
|
||||||
type: "text-icon",
|
|
||||||
text: "Royal Ambiance",
|
|
||||||
icon: Crown,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text-icon",
|
|
||||||
text: "Fresh Ingredients",
|
|
||||||
icon: Leaf,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text-icon",
|
|
||||||
text: "Heritage Recipes",
|
|
||||||
icon: BookOpen,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text-icon",
|
|
||||||
text: "Warm Hospitality",
|
|
||||||
icon: Heart,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TestimonialAboutCard
|
<TestimonialAboutCard
|
||||||
useInvertedBackground={false}
|
tag="Legacy of Flavor"
|
||||||
tag="Our Heritage"
|
title="Where Tradition Meets Luxury"
|
||||||
title="Authentic Flavors, Royal Traditions"
|
description="Shahi Bhoj is more than just a restaurant; it is a celebration of Aurangabad's rich history through culinary excellence."
|
||||||
description="At Shahi Bhoj, we bring the authentic taste of royal Indian hospitality to the heart of Aurangabad. Every ingredient is sourced with care to ensure a memorable feast."
|
subdescription="Our master chefs use ancient, secret recipes to ensure that every dish served is fit for a king, utilizing only the freshest locally sourced ingredients."
|
||||||
subdescription="From traditional thalis to bespoke delicacies, we craft culinary masterpieces that celebrate culture and community."
|
|
||||||
icon={Utensils}
|
icon={Utensils}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-female-cook-pouring-sugar-powder-dried-pineapple-rings-dark-fruit-cooking-job-pastry-cake-pie-bakery_179666-43884.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/front-view-female-cook-pouring-sugar-powder-dried-pineapple-rings-dark-fruit-cooking-job-pastry-cake-pie-bakery_179666-43884.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
|
title="Royal Delicacies"
|
||||||
|
description="Our menu reflects the diversity and richness of traditional Indian royal cooking."
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
|
||||||
gridVariant="asymmetric-60-wide-40-narrow"
|
gridVariant="asymmetric-60-wide-40-narrow"
|
||||||
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "1", brand: "Signature", name: "Royal Thali", price: "₹399", rating: 5, reviewCount: "120", imageSrc: "https://img.b2bpic.net/free-photo/top-view-colored-pilaf-with-cherry-wheat-pods-copper-tray_176474-3327.jpg" },
|
||||||
id: "1",
|
{ id: "2", brand: "Classic", name: "Paneer Butter Masala", price: "₹280", rating: 5, reviewCount: "98", imageSrc: "https://img.b2bpic.net/free-photo/high-angle-pakistani-food-bowl_23-2148825107.jpg" },
|
||||||
brand: "Signature",
|
{ id: "3", brand: "Sides", name: "Butter Naan Platter", price: "₹150", rating: 4, reviewCount: "85", imageSrc: "https://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034026.jpg" },
|
||||||
name: "Royal Shahi Thali",
|
{ id: "4", brand: "Dessert", name: "Gulab Jamun Delight", price: "₹120", rating: 5, reviewCount: "150", imageSrc: "https://img.b2bpic.net/free-photo/flat-lay-indian-dessert-assortment_23-2149312344.jpg" },
|
||||||
price: "₹399",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "120",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-pilaf-with-cherry-wheat-pods-copper-tray_176474-3327.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
brand: "Classic",
|
|
||||||
name: "Paneer Butter Masala",
|
|
||||||
price: "₹280",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "98",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-food-bowl_23-2148825107.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
brand: "Sides",
|
|
||||||
name: "Butter Naan Platter",
|
|
||||||
price: "₹150",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "85",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034026.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
brand: "Dessert",
|
|
||||||
name: "Royal Gulab Jamun",
|
|
||||||
price: "₹120",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "150",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-dessert-assortment_23-2149312344.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
brand: "Drinks",
|
|
||||||
name: "Fresh Lassi",
|
|
||||||
price: "₹99",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "70",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-icecream-with-berry-platter_114579-13195.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6",
|
|
||||||
brand: "Snacks",
|
|
||||||
name: "Crispy Samosa Platter",
|
|
||||||
price: "₹80",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "65",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fair-trade-fresh-goodies-arrangement_23-2149110864.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Dishes"
|
|
||||||
description="Explore our royal culinary menu, carefully prepared to provide an authentic, unforgettable dining experience."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTen
|
<TestimonialCardTen
|
||||||
|
title="Guest Stories"
|
||||||
|
description="Hear what our guests from Aurangabad and beyond say about their royal dining experience."
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", title: "Authentic Taste", quote: "The flavor profile is truly majestic. Best Thali in Aurangabad.", name: "Arjun Deshmukh", role: "Local Foodie" },
|
||||||
id: "1",
|
{ id: "2", title: "Royal Service", quote: "I felt like royalty during my entire visit. The service and food are impeccable.", name: "Priya Sharma", role: "Frequent Traveler" },
|
||||||
title: "Incredible Experience",
|
{ id: "3", title: "A Hidden Gem", quote: "Wonderful ambiance and even better food. A must-visit destination.", name: "Vikram Rathore", role: "Tourist" },
|
||||||
quote: "The food here reminds me of homemade royal meals. Absolutely outstanding service!",
|
|
||||||
name: "Arjun Deshmukh",
|
|
||||||
role: "Local Resident",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-pointing-back-while-showing-thumb-down-t-shirt-apron-looking-puzzled-front-view_176474-92686.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
title: "Traditional Magic",
|
|
||||||
quote: "Aurangabad is lucky to have such an authentic restaurant. The flavors are impeccable.",
|
|
||||||
name: "Priya Sharma",
|
|
||||||
role: "Food Blogger",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-bistro-menu-design_23-2147486594.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
title: "Perfect for Families",
|
|
||||||
quote: "We celebrated our anniversary here and were treated like royalty. Great staff and ambiance.",
|
|
||||||
name: "Vikram Rathore",
|
|
||||||
role: "Business Executive",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173271.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
title: "Best Thali in Town",
|
|
||||||
quote: "I have visited many places, but Shahi Bhoj remains my absolute favorite for its freshness.",
|
|
||||||
name: "Sunita Kulkarni",
|
|
||||||
role: "Academic",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-family-enjoying-christmas-lunch-dining-table_637285-13021.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
title: "Exquisite Tastes",
|
|
||||||
quote: "Exceeded all expectations. Highly recommended for anyone looking for true flavor.",
|
|
||||||
name: "Deepak Jadhav",
|
|
||||||
role: "Entrepreneur",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Stories from Our Guests"
|
|
||||||
description="See why our customers keep coming back for the royal taste of Shahi Bhoj."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqDouble
|
<FaqDouble
|
||||||
|
title="Common Queries"
|
||||||
|
description="Find answers to frequently asked questions about dining with us."
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
|
faqsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "1", title: "Do you offer home delivery?", content: "Yes, we provide home delivery services across Aurangabad via our delivery partners." },
|
||||||
id: "1",
|
{ id: "2", title: "Are there vegan options available?", content: "We have several traditional vegan delicacies on our menu, prepared with authentic spices." },
|
||||||
title: "Do you accept table bookings?",
|
{ id: "3", title: "Can I book for private parties?", content: "Yes, we offer private banquet facilities for birthdays, anniversaries, and other celebrations." },
|
||||||
content: "Yes, we encourage you to book tables in advance, especially during weekends.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
title: "Is the restaurant family-friendly?",
|
|
||||||
content: "Absolutely! We cater to families with a welcoming atmosphere and a diverse menu.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
title: "Are there vegetarian options?",
|
|
||||||
content: "Yes, we are famous for our wide range of authentic vegetarian traditional delicacies.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
|
||||||
description="Have questions? We have answers to help you enjoy your visit even more."
|
|
||||||
faqsAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
|
tag="Connect With Us"
|
||||||
|
title="Reserve Your Royal Table"
|
||||||
|
description="Ready to experience an unforgettable feast? Reach out to book your table at Shahi Bhoj today."
|
||||||
|
buttons={[{ text: "Book a Table", href: "tel:+911234567890" }]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
tag="Visit Us"
|
|
||||||
title="Plan Your Visit to Shahi Bhoj"
|
|
||||||
description="Reserve a table today and prepare for a royal culinary journey that you won't forget."
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Reserve a Table",
|
|
||||||
href: "tel:+911234567890",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="Shahi Bhoj"
|
logoText="Shahi Bhoj"
|
||||||
copyrightText="© 2025 Shahi Bhoj | Aurangabad's Finest"
|
copyrightText="© 2025 Shahi Bhoj. Proudly serving Aurangabad."
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||||
icon: Instagram,
|
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||||
href: "#",
|
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||||
ariaLabel: "Instagram",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Facebook,
|
|
||||||
href: "#",
|
|
||||||
ariaLabel: "Facebook",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Twitter,
|
|
||||||
href: "#",
|
|
||||||
ariaLabel: "Twitter",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user