Merge version_1 into main #1
340
src/app/page.tsx
340
src/app/page.tsx
@@ -32,120 +32,77 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "#experience",
|
||||
},
|
||||
name: "Experience", id: "#experience"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "#visit-us",
|
||||
},
|
||||
name: "Visit Us", id: "#visit-us"},
|
||||
]}
|
||||
brandName="The Food Republic"
|
||||
button={{
|
||||
text: "Reserve a Table",
|
||||
href: "#visit-us",
|
||||
}}
|
||||
text: "Reserve a Table", href: "#visit-us"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="The Food Republic"
|
||||
description="Experience the culinary grandeur of Alwar, where every dish is a celebration and every visit, a cherished memory. Blending royal traditions with modern flair."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.5★",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.5★", label: "Google Rating"},
|
||||
{
|
||||
value: "Dual",
|
||||
label: "Ambiance Dining",
|
||||
},
|
||||
value: "Dual", label: "Ambiance Dining"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Signature Items",
|
||||
},
|
||||
value: "50+", label: "Signature Items"},
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#visit-us",
|
||||
},
|
||||
text: "Reserve a Table", href: "#visit-us"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boiled-coffee-cups-sweets_140725-3711.jpg"
|
||||
imageAlt="Luxurious restaurant interior"
|
||||
mediaAnimation="none"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Open Air Seating",
|
||||
icon: Sun,
|
||||
type: "text-icon", text: "Open Air Seating", icon: Sun,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "In-house Bakery",
|
||||
icon: Cake,
|
||||
type: "text-icon", text: "In-house Bakery", icon: Cake,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Live Music Evenings",
|
||||
icon: Music,
|
||||
type: "text-icon", text: "Live Music Evenings", icon: Music,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Private Dining Available",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Private Dining Available", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Valet Parking",
|
||||
icon: Car,
|
||||
type: "text-icon", text: "Valet Parking", icon: Car,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
alt: "Portrait of man in black suit",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", alt: "Portrait of man in black suit"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
|
||||
alt: "Happy business woman in white shirt",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", alt: "Happy business woman in white shirt"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-dinner-together_23-2148454092.jpg",
|
||||
alt: "Group of young people enjoying dinner together",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-dinner-together_23-2148454092.jpg", alt: "Group of young people enjoying dinner together"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg",
|
||||
alt: "Couple having a date together at a luxurious restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg", alt: "Couple having a date together at a luxurious restaurant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-african-american-family-talking-thanksgiving-meal-dining-room_637285-12989.jpg",
|
||||
alt: "Happy African American family talking during Thanksgiving meal in dining room",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-african-american-family-talking-thanksgiving-meal-dining-room_637285-12989.jpg", alt: "Happy African American family talking during Thanksgiving meal in dining room"},
|
||||
]}
|
||||
avatarText="Loved by 10,000+ Guests"
|
||||
/>
|
||||
@@ -160,26 +117,19 @@ export default function LandingPage() {
|
||||
description="At The Food Republic, we pride ourselves on creating an unforgettable dining experience that blends traditional Rajasthani warmth with global culinary excellence. Every ingredient is hand-picked, every recipe perfected, and every guest treated like royalty."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Traditional Flavors",
|
||||
description: "Authentic recipes passed down through generations, reimagined for the modern palate.",
|
||||
icon: BookOpen,
|
||||
title: "Traditional Flavors", description: "Authentic recipes passed down through generations, reimagined for the modern palate.", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Global Fusion",
|
||||
description: "Explore a diverse menu featuring international favorites alongside local delicacies.",
|
||||
icon: Globe,
|
||||
title: "Global Fusion", description: "Explore a diverse menu featuring international favorites alongside local delicacies.", icon: Globe,
|
||||
},
|
||||
{
|
||||
title: "Unmatched Ambiance",
|
||||
description: "Dine in a setting that combines regal elegance with a comfortable, welcoming atmosphere.",
|
||||
icon: Sparkles,
|
||||
title: "Unmatched Ambiance", description: "Dine in a setting that combines regal elegance with a comfortable, welcoming atmosphere.", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-white-suit-gloves-designing-meat-meal-inside-kitchen-food-meal-meat_140725-26014.jpg"
|
||||
imageAlt="Chef preparing food in a gourmet kitchen"
|
||||
mediaBadge={{
|
||||
text: "“The ambiance and food felt like a royal feast!” – Happy Guest",
|
||||
}}
|
||||
text: "“The ambiance and food felt like a royal feast!” – Happy Guest"}}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
@@ -192,68 +142,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "dahi-tikki",
|
||||
name: "Dahi Tikki",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-skewers-grilled-chicken-fillet-with-salt-pepper-plate_141793-4854.jpg",
|
||||
imageAlt: "Crispy Dahi Tikki",
|
||||
},
|
||||
id: "dahi-tikki", name: "Dahi Tikki", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-skewers-grilled-chicken-fillet-with-salt-pepper-plate_141793-4854.jpg", imageAlt: "Crispy Dahi Tikki"},
|
||||
{
|
||||
id: "chilli-garlic-potato",
|
||||
name: "Chilli Garlic Potato",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-french-fries-dark-background_1150-45305.jpg",
|
||||
imageAlt: "Spicy Chilli Garlic Potato",
|
||||
},
|
||||
id: "chilli-garlic-potato", name: "Chilli Garlic Potato", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/tasty-french-fries-dark-background_1150-45305.jpg", imageAlt: "Spicy Chilli Garlic Potato"},
|
||||
{
|
||||
id: "paneer-lababdar",
|
||||
name: "Paneer Lababdar",
|
||||
price: "₹345",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2150857760.jpg",
|
||||
imageAlt: "Rich Paneer Lababdar",
|
||||
},
|
||||
id: "paneer-lababdar", name: "Paneer Lababdar", price: "₹345", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2150857760.jpg", imageAlt: "Rich Paneer Lababdar"},
|
||||
{
|
||||
id: "chinese-sizzler",
|
||||
name: "Chinese Sizzler",
|
||||
price: "₹395",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetable-meal-inside-pan-brown-desk_140725-62079.jpg",
|
||||
imageAlt: "Sizzling Chinese Sizzler",
|
||||
},
|
||||
id: "chinese-sizzler", name: "Chinese Sizzler", price: "₹395", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetable-meal-inside-pan-brown-desk_140725-62079.jpg", imageAlt: "Sizzling Chinese Sizzler"},
|
||||
{
|
||||
id: "tandoori-pizza",
|
||||
name: "Tandoori Pizza",
|
||||
price: "₹315",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3300.jpg",
|
||||
imageAlt: "Delicious Tandoori Pizza",
|
||||
},
|
||||
id: "tandoori-pizza", name: "Tandoori Pizza", price: "₹315", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3300.jpg", imageAlt: "Delicious Tandoori Pizza"},
|
||||
{
|
||||
id: "penne-arrabbiata",
|
||||
name: "Penne Arrabbiata",
|
||||
price: "₹295",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-with-tomatoes-dark-surface-dough-pasta-meal_140725-82192.jpg",
|
||||
imageAlt: "Spicy Penne Arrabbiata",
|
||||
},
|
||||
id: "penne-arrabbiata", name: "Penne Arrabbiata", price: "₹295", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-with-tomatoes-dark-surface-dough-pasta-meal_140725-82192.jpg", imageAlt: "Spicy Penne Arrabbiata"},
|
||||
{
|
||||
id: "lemon-mint-ice-tea",
|
||||
name: "Lemon Mint Ice Tea",
|
||||
price: "₹135",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-cocktails-drinking-glass_1203-9531.jpg",
|
||||
imageAlt: "Refreshing Lemon Mint Ice Tea",
|
||||
},
|
||||
id: "lemon-mint-ice-tea", name: "Lemon Mint Ice Tea", price: "₹135", imageSrc: "http://img.b2bpic.net/free-photo/iced-cocktails-drinking-glass_1203-9531.jpg", imageAlt: "Refreshing Lemon Mint Ice Tea"},
|
||||
{
|
||||
id: "belgian-truffle-pastry",
|
||||
name: "Belgian Truffle Pastry",
|
||||
price: "₹100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-nougats-wooden-board_23-2149617438.jpg",
|
||||
imageAlt: "Decadent Belgian Truffle Pastry",
|
||||
},
|
||||
id: "belgian-truffle-pastry", name: "Belgian Truffle Pastry", price: "₹100", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-nougats-wooden-board_23-2149617438.jpg", imageAlt: "Decadent Belgian Truffle Pastry"},
|
||||
{
|
||||
id: "veg-sandwich",
|
||||
name: "Veg Sandwich",
|
||||
price: "₹139",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-tomato-cucumber-cheese-sausage-greens-cutting-board-wooden-grey-table-side-view_176474-8307.jpg",
|
||||
imageAlt: "Fresh Veg Sandwich",
|
||||
},
|
||||
id: "veg-sandwich", name: "Veg Sandwich", price: "₹139", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-tomato-cucumber-cheese-sausage-greens-cutting-board-wooden-grey-table-side-view_176474-8307.jpg", imageAlt: "Fresh Veg Sandwich"},
|
||||
]}
|
||||
title="Our Exquisite Menu"
|
||||
description="From traditional Rajasthani delicacies to global favorites, our menu is crafted to delight every palate."
|
||||
@@ -267,29 +172,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Dual Ambiance",
|
||||
description: "Choose between our vibrant open-air terrace or the intimate, regal indoor setting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-year-party-dinner-table-decorated_23-2149173247.jpg",
|
||||
imageAlt: "Dual Ambiance seating area",
|
||||
},
|
||||
title: "Dual Ambiance", description: "Choose between our vibrant open-air terrace or the intimate, regal indoor setting.", imageSrc: "http://img.b2bpic.net/free-photo/new-year-party-dinner-table-decorated_23-2149173247.jpg", imageAlt: "Dual Ambiance seating area"},
|
||||
{
|
||||
title: "Impeccable Service",
|
||||
description: "Our attentive staff ensures a seamless and delightful dining journey from arrival to departure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
|
||||
imageAlt: "Waitstaff serving food",
|
||||
},
|
||||
title: "Impeccable Service", description: "Our attentive staff ensures a seamless and delightful dining journey from arrival to departure.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "Waitstaff serving food"},
|
||||
{
|
||||
title: "Vast Cuisine Range",
|
||||
description: "Savor authentic Rajasthani dishes alongside a curated selection of global culinary masterpieces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-grey-background_140725-111094.jpg",
|
||||
imageAlt: "Variety of dishes",
|
||||
},
|
||||
title: "Vast Cuisine Range", description: "Savor authentic Rajasthani dishes alongside a curated selection of global culinary masterpieces.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-grey-background_140725-111094.jpg", imageAlt: "Variety of dishes"},
|
||||
{
|
||||
title: "Live Music Vibes",
|
||||
description: "Enhance your evenings with soulful live music performances, adding a magical touch to your meal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-historical-interior-inside-blue-mosque-istanbul-turkey_628469-129.jpg",
|
||||
imageAlt: "Live music performance",
|
||||
},
|
||||
title: "Live Music Vibes", description: "Enhance your evenings with soulful live music performances, adding a magical touch to your meal.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-historical-interior-inside-blue-mosque-istanbul-turkey_628469-129.jpg", imageAlt: "Live music performance"},
|
||||
]}
|
||||
title="The TFR Experience"
|
||||
description="Beyond the plate, we craft an atmosphere where every detail enriches your visit, making each moment memorable."
|
||||
@@ -303,53 +192,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
role: "Local Guide",
|
||||
testimonial: "The Food Republic is truly a hidden gem in Alwar! The ambiance is stunning, and every dish, especially the Paneer Lababdar, was exquisite. Impeccable service and a memorable evening.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", role: "Local Guide", testimonial: "The Food Republic is truly a hidden gem in Alwar! The ambiance is stunning, and every dish, especially the Paneer Lababdar, was exquisite. Impeccable service and a memorable evening.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rahul Singh",
|
||||
role: "Food Blogger",
|
||||
testimonial: "An absolute culinary delight! From the Dahi Tikki to the Chinese Sizzler, each item was a masterpiece. The live music added a perfect touch. Highly recommended for a regal experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-professional-attire_23-2152009547.jpg",
|
||||
imageAlt: "Rahul Singh",
|
||||
},
|
||||
id: "2", name: "Rahul Singh", role: "Food Blogger", testimonial: "An absolute culinary delight! From the Dahi Tikki to the Chinese Sizzler, each item was a masterpiece. The live music added a perfect touch. Highly recommended for a regal experience.", imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-professional-attire_23-2152009547.jpg", imageAlt: "Rahul Singh"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ananya Gupta",
|
||||
role: "Traveler",
|
||||
testimonial: "Visiting from out of town, TFR exceeded all expectations. The staff was incredibly welcoming, and the dual ambiance offered a unique choice. Don't miss their authentic Rajasthani thali!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/communicating-with-multicultural-colleagues-small-local-cosy-restaurant-with-delicious-food_8353-10023.jpg",
|
||||
imageAlt: "Ananya Gupta",
|
||||
},
|
||||
id: "3", name: "Ananya Gupta", role: "Traveler", testimonial: "Visiting from out of town, TFR exceeded all expectations. The staff was incredibly welcoming, and the dual ambiance offered a unique choice. Don't miss their authentic Rajasthani thali!", imageSrc: "http://img.b2bpic.net/free-photo/communicating-with-multicultural-colleagues-small-local-cosy-restaurant-with-delicious-food_8353-10023.jpg", imageAlt: "Ananya Gupta"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Deepak Kumar",
|
||||
role: "Business Owner",
|
||||
testimonial: "Fantastic experience for a family dinner. The variety on the menu is impressive, catering to all tastes. The children loved the bakery items. A must-visit for anyone in Alwar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-making-order-while-talking-black-waitress-cafe_637285-8068.jpg",
|
||||
imageAlt: "Deepak Kumar",
|
||||
},
|
||||
id: "4", name: "Deepak Kumar", role: "Business Owner", testimonial: "Fantastic experience for a family dinner. The variety on the menu is impressive, catering to all tastes. The children loved the bakery items. A must-visit for anyone in Alwar.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-making-order-while-talking-black-waitress-cafe_637285-8068.jpg", imageAlt: "Deepak Kumar"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Meera Joshi",
|
||||
role: "Culinary Enthusiast",
|
||||
testimonial: "Truly a royal dining experience. The saffron gold accents and deep forest green backdrop create a magnificent setting. Their cocktails are perfectly crafted. A five-star experience!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selfie-happy-beautiful-intercultural-business-friends_1262-20363.jpg",
|
||||
imageAlt: "Meera Joshi",
|
||||
},
|
||||
id: "5", name: "Meera Joshi", role: "Culinary Enthusiast", testimonial: "Truly a royal dining experience. The saffron gold accents and deep forest green backdrop create a magnificent setting. Their cocktails are perfectly crafted. A five-star experience!", imageSrc: "http://img.b2bpic.net/free-photo/selfie-happy-beautiful-intercultural-business-friends_1262-20363.jpg", imageAlt: "Meera Joshi"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sameer Khan",
|
||||
role: "Google Reviewer",
|
||||
testimonial: "The Food Republic captures the essence of Rajasthan's hospitality. The open-air seating under the stars with live music was simply enchanting. Every dish was a flavor explosion. Will be back soon!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multigeneration-family-having-lunch-together-home-focus-is-smiling-woman-brining-food-wine-table_637285-3140.jpg",
|
||||
imageAlt: "Sameer Khan",
|
||||
},
|
||||
id: "6", name: "Sameer Khan", role: "Google Reviewer", testimonial: "The Food Republic captures the essence of Rajasthan's hospitality. The open-air seating under the stars with live music was simply enchanting. Every dish was a flavor explosion. Will be back soon!", imageSrc: "http://img.b2bpic.net/free-photo/multigeneration-family-having-lunch-together-home-focus-is-smiling-woman-brining-food-wine-table_637285-3140.jpg", imageAlt: "Sameer Khan"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from those who've experienced the magic and culinary delights of The Food Republic."
|
||||
@@ -361,41 +214,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/vector-design-chef-logo-luxury-template_361591-3490.jpg",
|
||||
alt: "Culinary Excellence Award",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/dessert-hobby-gluten-bakery-concept_53876-26215.jpg",
|
||||
alt: "Gourmet Magazine Feature",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-psd/travel-adventure-invitation-template_23-2151227141.jpg",
|
||||
alt: "National Travel Guide",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/badge-icon-front-side_187299-39424.jpg",
|
||||
alt: "Five Star Dining",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-cook-white-cook-suit-holding-big-white-sign-green-surface_140725-31184.jpg",
|
||||
alt: "Gourmet Critic's Choice",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gyqm27",
|
||||
alt: "Dining Excellence Award",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/tilt-shift-medieval-fantasy-landscape_23-2150916528.jpg",
|
||||
alt: "Alwar Local Favorite",
|
||||
},
|
||||
"Culinary Excellence Award", "Gourmet Magazine Feature", "National Travel Guide", "Five Star Dining", "Gourmet Critic's Choice", "Dining Excellence Award", "Alwar Local Favorite"
|
||||
]}
|
||||
title="Recognized Excellence"
|
||||
description="Proudly featured and celebrated by culinary connoisseurs and esteemed publications across India, a testament to our quality."
|
||||
@@ -406,8 +225,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Plan Your Visit"
|
||||
title="Reserve Your Table"
|
||||
description="Find us, reach us, and reserve your table for an unforgettable dining experience in Alwar. We look forward to welcoming you.\n\nAddress: 123 Heritage Road, Alwar, Rajasthan\nHours: Mon-Sun, 12 PM - 11 PM"
|
||||
@@ -422,75 +240,45 @@ export default function LandingPage() {
|
||||
logoText="The Food Republic"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Experience",
|
||||
href: "#experience",
|
||||
},
|
||||
label: "Experience", href: "#experience"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Us",
|
||||
items: [
|
||||
title: "Contact Us", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#visit-us",
|
||||
},
|
||||
label: "Reservations", href: "#visit-us"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@thefoodrepublic.com",
|
||||
},
|
||||
label: "Email", href: "mailto:info@thefoodrepublic.com"},
|
||||
{
|
||||
label: "Phone",
|
||||
href: "tel:+911234567890",
|
||||
},
|
||||
label: "Phone", href: "tel:+911234567890"},
|
||||
{
|
||||
label: "Address",
|
||||
href: "https://maps.google.com/?q=123+Heritage+Road,+Alwar",
|
||||
},
|
||||
label: "Address", href: "https://maps.google.com/?q=123+Heritage+Road,+Alwar"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/thefoodrepublic",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/thefoodrepublic"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/thefoodrepublic",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/thefoodrepublic"},
|
||||
{
|
||||
label: "Zomato",
|
||||
href: "https://www.zomato.com/alwar/thefoodrepublic",
|
||||
},
|
||||
label: "Zomato", href: "https://www.zomato.com/alwar/thefoodrepublic"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user