Merge version_2 into main #4
381
src/app/page.tsx
381
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Warehouse"
|
||||
/>
|
||||
@@ -57,113 +49,63 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Where Good Food Meets Great Nights"
|
||||
description="Experience the vibrant ambiance, exquisite flavors, and unparalleled hospitality at Warehouse Restobar, Coimbatore's top-rated destination for premium dining and unforgettable evenings."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Google Reviews",
|
||||
handle: "4.7★ Rating",
|
||||
testimonial: "Highly acclaimed by 1,700+ guests",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg",
|
||||
imageAlt: "Attractive young woman with cutlery in a restaurant",
|
||||
},
|
||||
name: "Google Reviews", handle: "4.7★ Rating", testimonial: "Highly acclaimed by 1,700+ guests", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg", imageAlt: "Attractive young woman with cutlery in a restaurant"},
|
||||
{
|
||||
name: "Operating Hours",
|
||||
handle: "Open Daily",
|
||||
testimonial: "Serving delightful experiences until 12 AM",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dark-red-dahlia-flower-with-intricate-petals_84443-94365.jpg?_wi=1",
|
||||
imageAlt: "Attractive young woman with cutlery in a restaurant",
|
||||
},
|
||||
name: "Operating Hours", handle: "Open Daily", testimonial: "Serving delightful experiences until 12 AM", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dark-red-dahlia-flower-with-intricate-petals_84443-94365.jpg?_wi=1", imageAlt: "Attractive young woman with cutlery in a restaurant"},
|
||||
{
|
||||
name: "Customer Reviews",
|
||||
handle: "Top Rated",
|
||||
testimonial: "Our guests consistently praise our vibrant ambiance and service. A truly memorable experience!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-brown-restaurant_400718-10.jpg?_wi=1",
|
||||
imageAlt: "Attractive young woman with cutlery in a restaurant",
|
||||
},
|
||||
name: "Customer Reviews", handle: "Top Rated", testimonial: "Our guests consistently praise our vibrant ambiance and service. A truly memorable experience!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-brown-restaurant_400718-10.jpg?_wi=1", imageAlt: "Attractive young woman with cutlery in a restaurant"},
|
||||
{
|
||||
name: "Event Feedback",
|
||||
handle: "Private Bookings",
|
||||
testimonial: "The perfect venue for special occasions and private gatherings. The team ensured a seamless and delightful experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businesswoman-coat-sitting-outside-cafe-reading-magazine_1303-19470.jpg",
|
||||
imageAlt: "Elderly businesswoman in a coat sitting outside cafe and reading magazine",
|
||||
},
|
||||
name: "Event Feedback", handle: "Private Bookings", testimonial: "The perfect venue for special occasions and private gatherings. The team ensured a seamless and delightful experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businesswoman-coat-sitting-outside-cafe-reading-magazine_1303-19470.jpg", imageAlt: "Elderly businesswoman in a coat sitting outside cafe and reading magazine"},
|
||||
{
|
||||
name: "Food Critics",
|
||||
handle: "Exquisite Menu",
|
||||
testimonial: "Warehouse Restobar offers a culinary journey with flavors that truly impress, from starters to desserts.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg",
|
||||
imageAlt: "Positive gorgeous young female feels happy in coffee shop",
|
||||
},
|
||||
name: "Food Critics", handle: "Exquisite Menu", testimonial: "Warehouse Restobar offers a culinary journey with flavors that truly impress, from starters to desserts.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg", imageAlt: "Positive gorgeous young female feels happy in coffee shop"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Explore Menu", href: "#menu"},
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-brown-restaurant_400718-10.jpg?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EzePF9IMT5HVfszFvHl3iGeN7u/uploaded-1781185994269-xan1hv7l.jpg"
|
||||
imageAlt="Bartender crafting cocktails at Warehouse Restobar"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-beer-eating-olives_23-2147680959.jpg",
|
||||
alt: "Woman with beer eating olives",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-beer-eating-olives_23-2147680959.jpg", alt: "Woman with beer eating olives"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5456.jpg",
|
||||
alt: "Confident young indian man in black shirt sitting at cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5456.jpg", alt: "Confident young indian man in black shirt sitting at cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-man-sitting-bar-counter_23-2147861962.jpg",
|
||||
alt: "Side view of a man sitting at bar counter",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-man-sitting-bar-counter_23-2147861962.jpg", alt: "Side view of a man sitting at bar counter"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65502.jpg",
|
||||
alt: "Man standing with arms crossed in bar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65502.jpg", alt: "Man standing with arms crossed in bar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-holding-glass-drink-using-mobile-phone_23-2147861927.jpg",
|
||||
alt: "Young man holding glass of drink using mobile phone",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-holding-glass-drink-using-mobile-phone_23-2147861927.jpg", alt: "Young man holding glass of drink using mobile phone"},
|
||||
]}
|
||||
avatarText="Join 1,700+ happy guests."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Live Music Daily",
|
||||
icon: Music,
|
||||
type: "text-icon", text: "Live Music Daily", icon: Music,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Signature Cocktails",
|
||||
icon: Crown,
|
||||
type: "text-icon", text: "Signature Cocktails", icon: Crown,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exquisite Dining",
|
||||
icon: BookOpen,
|
||||
type: "text-icon", text: "Exquisite Dining", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Private Events",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Private Events", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "DJ Nights Weekends",
|
||||
icon: Headphones,
|
||||
type: "text-icon", text: "DJ Nights Weekends", icon: Headphones,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -177,89 +119,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Dragon Babycorn (V)",
|
||||
price: "₹329.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetable-salad-bowl-dark-red-table-with-free-place_140725-102878.jpg?_wi=1",
|
||||
imageAlt: "Dragon Babycorn",
|
||||
},
|
||||
id: "p1", name: "Dragon Babycorn (V)", price: "₹329.00", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetable-salad-bowl-dark-red-table-with-free-place_140725-102878.jpg?_wi=1", imageAlt: "Dragon Babycorn"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Idly Fritters (V)",
|
||||
price: "₹279.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-clam-with-garlic-butter-served-with-garlic-bread-dark-background_1150-45279.jpg",
|
||||
imageAlt: "Idly Fritters",
|
||||
},
|
||||
id: "p2", name: "Idly Fritters (V)", price: "₹279.00", imageSrc: "http://img.b2bpic.net/free-photo/baked-clam-with-garlic-butter-served-with-garlic-bread-dark-background_1150-45279.jpg", imageAlt: "Idly Fritters"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Asian Bbq Chicken (NV)",
|
||||
price: "₹429.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-side-dish-with-cucumber-lettuce-bell-pepper-soy-sauce_141793-441.jpg",
|
||||
imageAlt: "Asian Bbq Chicken",
|
||||
},
|
||||
id: "p3", name: "Asian Bbq Chicken (NV)", price: "₹429.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chicken-side-dish-with-cucumber-lettuce-bell-pepper-soy-sauce_141793-441.jpg", imageAlt: "Asian Bbq Chicken"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Champ Taajdar (NV)",
|
||||
price: "₹779.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kebab-pomegranate-sauce-table_140725-4776.jpg",
|
||||
imageAlt: "Champ Taajdar",
|
||||
},
|
||||
id: "p4", name: "Champ Taajdar (NV)", price: "₹779.00", imageSrc: "http://img.b2bpic.net/free-photo/kebab-pomegranate-sauce-table_140725-4776.jpg", imageAlt: "Champ Taajdar"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Classic Margaritta Pizza [Regular] (V)",
|
||||
price: "₹429.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-pizza_23-2147611627.jpg",
|
||||
imageAlt: "Classic Margaritta Pizza",
|
||||
},
|
||||
id: "p5", name: "Classic Margaritta Pizza [Regular] (V)", price: "₹429.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-pizza_23-2147611627.jpg", imageAlt: "Classic Margaritta Pizza"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Alfredo Veg Pasta (V)",
|
||||
price: "₹379.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-healthy-green-salad-close-up_23-2148440332.jpg",
|
||||
imageAlt: "Alfredo Veg Pasta",
|
||||
},
|
||||
id: "p6", name: "Alfredo Veg Pasta (V)", price: "₹379.00", imageSrc: "http://img.b2bpic.net/free-photo/high-view-healthy-green-salad-close-up_23-2148440332.jpg", imageAlt: "Alfredo Veg Pasta"},
|
||||
{
|
||||
id: "p7",
|
||||
name: "Chatti Choru (NV)",
|
||||
price: "₹799.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-healthy-chicken-with-rice-plate_23-2148097292.jpg",
|
||||
imageAlt: "Chatti Choru",
|
||||
},
|
||||
id: "p7", name: "Chatti Choru (NV)", price: "₹799.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-healthy-chicken-with-rice-plate_23-2148097292.jpg", imageAlt: "Chatti Choru"},
|
||||
{
|
||||
id: "p8",
|
||||
name: "Paneer Steak (V)",
|
||||
price: "₹479.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mix-cold-appetizers-mangal-salad-walnuts-kuku-green-salad-buns-top-view_141793-3770.jpg",
|
||||
imageAlt: "Paneer Steak",
|
||||
},
|
||||
id: "p8", name: "Paneer Steak (V)", price: "₹479.00", imageSrc: "http://img.b2bpic.net/free-photo/mix-cold-appetizers-mangal-salad-walnuts-kuku-green-salad-buns-top-view_141793-3770.jpg", imageAlt: "Paneer Steak"},
|
||||
{
|
||||
id: "p9",
|
||||
name: "Nasi Goreng (NV)",
|
||||
price: "₹499.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-grilled-shrimps-plate_181624-22460.jpg",
|
||||
imageAlt: "Nasi Goreng",
|
||||
},
|
||||
id: "p9", name: "Nasi Goreng (NV)", price: "₹499.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-grilled-shrimps-plate_181624-22460.jpg", imageAlt: "Nasi Goreng"},
|
||||
{
|
||||
id: "p10",
|
||||
name: "Chicken Tikka Lababdar Naan (NV)",
|
||||
price: "₹499.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-lule-kebab-with-dill-served-with-salad_140725-10484.jpg",
|
||||
imageAlt: "Chicken Tikka Lababdar Naan",
|
||||
},
|
||||
id: "p10", name: "Chicken Tikka Lababdar Naan (NV)", price: "₹499.00", imageSrc: "http://img.b2bpic.net/free-photo/chicken-lule-kebab-with-dill-served-with-salad_140725-10484.jpg", imageAlt: "Chicken Tikka Lababdar Naan"},
|
||||
{
|
||||
id: "p11",
|
||||
name: "Brownie (V)",
|
||||
price: "₹409.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-table_1339-5775.jpg",
|
||||
imageAlt: "Brownie",
|
||||
},
|
||||
id: "p11", name: "Brownie (V)", price: "₹409.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-table_1339-5775.jpg", imageAlt: "Brownie"},
|
||||
{
|
||||
id: "p12",
|
||||
name: "Dark B Shake (V)",
|
||||
price: "₹249.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-milkshake-with-cream_23-2148371194.jpg",
|
||||
imageAlt: "Dark B Shake",
|
||||
},
|
||||
id: "p12", name: "Dark B Shake (V)", price: "₹249.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-milkshake-with-cream_23-2148371194.jpg", imageAlt: "Dark B Shake"},
|
||||
]}
|
||||
title="Our Exquisite Menu"
|
||||
description="Savor a diverse culinary journey with our handcrafted dishes, from authentic South Indian to global delicacies, accompanied by refreshing drinks and decadent desserts."
|
||||
@@ -273,17 +155,11 @@ export default function LandingPage() {
|
||||
description="Warehouse Restobar is more than just a place to eat; it's an experience built on passion for exceptional food, vibrant ambiance, and unforgettable nights. Located in Coimbatore, we blend culinary excellence with engaging entertainment."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.7★",
|
||||
title: "Google Rating",
|
||||
},
|
||||
value: "4.7★", title: "Google Rating"},
|
||||
{
|
||||
value: "1,700+",
|
||||
title: "Happy Reviews",
|
||||
},
|
||||
value: "1,700+", title: "Happy Reviews"},
|
||||
{
|
||||
value: "Coimbatore",
|
||||
title: "Prime Location",
|
||||
},
|
||||
value: "Coimbatore", title: "Prime Location"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg"
|
||||
imageAlt="Interior of Warehouse Restobar with dim lighting"
|
||||
@@ -299,46 +175,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "DJ Nights",
|
||||
description: "Turn up the volume with our resident DJs spinning the latest tracks every weekend, transforming your evening into an energetic party.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-dj-equipment-electronics_23-2149658374.jpg",
|
||||
imageAlt: "DJ playing music at a club",
|
||||
},
|
||||
title: "DJ Nights", description: "Turn up the volume with our resident DJs spinning the latest tracks every weekend, transforming your evening into an energetic party.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-dj-equipment-electronics_23-2149658374.jpg", imageAlt: "DJ playing music at a club"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/touching-soul-three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14625.jpg",
|
||||
imageAlt: "Crowd dancing at a DJ night",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dark-red-dahlia-flower-with-intricate-petals_84443-94365.jpg?_wi=2",
|
||||
imageAlt: "dj playing music at a club night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/touching-soul-three-friends-enjoy-by-singing-acoustic-guitar-songs-rooftop_146671-14625.jpg", imageAlt: "Crowd dancing at a DJ night"},
|
||||
},
|
||||
{
|
||||
title: "Live Music",
|
||||
description: "Immerse yourself in melodic evenings with talented local artists performing live, creating the perfect backdrop for relaxed conversations and fine dining.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charismatic-rock-singer-is-posing-with-his-guitar-while-singing-dark-studio_613910-1778.jpg",
|
||||
imageAlt: "Singer performing live at a bar",
|
||||
},
|
||||
title: "Live Music", description: "Immerse yourself in melodic evenings with talented local artists performing live, creating the perfect backdrop for relaxed conversations and fine dining.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charismatic-rock-singer-is-posing-with-his-guitar-while-singing-dark-studio_613910-1778.jpg", imageAlt: "Singer performing live at a bar"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/music-band-guitarist-performing-repetition-recording-studio_53876-138054.jpg",
|
||||
imageAlt: "Band performing on stage",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-brown-restaurant_400718-10.jpg?_wi=3",
|
||||
imageAlt: "dj playing music at a club night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/music-band-guitarist-performing-repetition-recording-studio_53876-138054.jpg", imageAlt: "Band performing on stage"},
|
||||
},
|
||||
{
|
||||
title: "Private Dining",
|
||||
description: "Host your intimate gatherings or corporate events in our elegant private dining spaces, offering bespoke menus and personalized service for a seamless experience.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg",
|
||||
imageAlt: "Private dining room setup",
|
||||
},
|
||||
title: "Private Dining", description: "Host your intimate gatherings or corporate events in our elegant private dining spaces, offering bespoke menus and personalized service for a seamless experience.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "Private dining room setup"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-terrace-lyon_268835-3862.jpg",
|
||||
imageAlt: "Elegant table setting for private event",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetable-salad-bowl-dark-red-table-with-free-place_140725-102878.jpg?_wi=2",
|
||||
imageAlt: "dj playing music at a club night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-terrace-lyon_268835-3862.jpg", imageAlt: "Elegant table setting for private event"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -354,47 +206,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anjali Sharma",
|
||||
handle: "@anjalisharma",
|
||||
testimonial: "The ambiance is fantastic, and the Dragon Babycorn is a must-try! Truly a premium experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1724.jpg",
|
||||
},
|
||||
id: "t1", name: "Anjali Sharma", handle: "@anjalisharma", testimonial: "The ambiance is fantastic, and the Dragon Babycorn is a must-try! Truly a premium experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1724.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rahul Patel",
|
||||
handle: "@rahulpatel",
|
||||
testimonial: "Came for the live music, stayed for the incredible cocktails and Chicken Tikka Lababdar. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg",
|
||||
},
|
||||
id: "t2", name: "Rahul Patel", handle: "@rahulpatel", testimonial: "Came for the live music, stayed for the incredible cocktails and Chicken Tikka Lababdar. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Priya Singh",
|
||||
handle: "@priyasingh",
|
||||
testimonial: "Perfect spot for a night out with friends. The service was impeccable, and the pizzas were amazing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148294016.jpg",
|
||||
},
|
||||
id: "t3", name: "Priya Singh", handle: "@priyasingh", testimonial: "Perfect spot for a night out with friends. The service was impeccable, and the pizzas were amazing.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148294016.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Vikram Kumar",
|
||||
handle: "@vikramkumar",
|
||||
testimonial: "Warehouse Restobar consistently delivers. Their South Indian mains are authentic and delicious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feeling-successful-satisfied-smiling-with-mouth-wide-open-making-okay-sign-with-hand_1194-413786.jpg",
|
||||
},
|
||||
id: "t4", name: "Vikram Kumar", handle: "@vikramkumar", testimonial: "Warehouse Restobar consistently delivers. Their South Indian mains are authentic and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/feeling-successful-satisfied-smiling-with-mouth-wide-open-making-okay-sign-with-hand_1194-413786.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Meena Devi",
|
||||
handle: "@meenadev",
|
||||
testimonial: "Celebrated my birthday here, and it was perfect! The staff went above and beyond.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-stunning-woman_197531-19791.jpg",
|
||||
},
|
||||
id: "t5", name: "Meena Devi", handle: "@meenadev", testimonial: "Celebrated my birthday here, and it was perfect! The staff went above and beyond.", imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-stunning-woman_197531-19791.jpg"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Arjun Reddy",
|
||||
handle: "@arjunreddy",
|
||||
testimonial: "Great food, great drinks, great music. What more could you ask for? A true Coimbatore gem.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beginning-weekend_329181-18374.jpg",
|
||||
},
|
||||
id: "t6", name: "Arjun Reddy", handle: "@arjunreddy", testimonial: "Great food, great drinks, great music. What more could you ask for? A true Coimbatore gem.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beginning-weekend_329181-18374.jpg"},
|
||||
]}
|
||||
title="Our Guests Love Us"
|
||||
description="Hear directly from our patrons about their delightful experiences, superb food, and the vibrant atmosphere that makes Warehouse Restobar a favorite."
|
||||
@@ -406,14 +228,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google Reviews",
|
||||
"Coimbatore Foodies",
|
||||
"Local Guides",
|
||||
"Zomato",
|
||||
"DineOut",
|
||||
"TripAdvisor",
|
||||
"Local Patrons",
|
||||
]}
|
||||
"Google Reviews", "Coimbatore Foodies", "Local Guides", "Zomato", "DineOut", "TripAdvisor", "Local Patrons"]}
|
||||
title="Trusted by Thousands"
|
||||
description="With over 1,700 positive reviews and a stellar 4.7-star rating on Google, Warehouse Restobar is the preferred choice for a memorable dining and entertainment experience."
|
||||
showCard={true}
|
||||
@@ -426,25 +241,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend making a reservation, especially for weekend evenings and private dining. You can reserve a table via phone or our contact form.",
|
||||
},
|
||||
id: "f1", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially for weekend evenings and private dining. You can reserve a table via phone or our contact form."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your operating hours?",
|
||||
content: "Warehouse Restobar is open daily from 12 PM (noon) until 12 Midnight. We look forward to welcoming you!",
|
||||
},
|
||||
id: "f2", title: "What are your operating hours?", content: "Warehouse Restobar is open daily from 12 PM (noon) until 12 Midnight. We look forward to welcoming you!"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you have options for private events?",
|
||||
content: "Absolutely! We offer dedicated private dining spaces perfect for celebrations, corporate gatherings, or any special occasion. Please contact us for custom packages.",
|
||||
},
|
||||
id: "f3", title: "Do you have options for private events?", content: "Absolutely! We offer dedicated private dining spaces perfect for celebrations, corporate gatherings, or any special occasion. Please contact us for custom packages."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Are there vegetarian options available?",
|
||||
content: "Yes, our extensive menu includes a wide variety of delicious vegetarian starters, main courses, pizzas, and pastas to cater to all preferences.",
|
||||
},
|
||||
id: "f4", title: "Are there vegetarian options available?", content: "Yes, our extensive menu includes a wide variety of delicious vegetarian starters, main courses, pizzas, and pastas to cater to all preferences."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190923.jpg"
|
||||
imageAlt="Modern restaurant interior with warm lighting"
|
||||
@@ -460,80 +263,52 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="<h3>Visit Us or Reach Out</h3>\n<p><strong>Address:</strong> Door No. 20A, 277/1A, Sitra Rd, Sharp Nagar, Nehru Nagar West, Kalapatti, Coimbatore — 641048</p>\n<p><strong>Phone:</strong> 093619 17700</p>\n<p><strong>Hours:</strong> Open Daily until 12 Midnight</p>\n<p>For reservations or special requests, please call us or fill out the form below (implied form not part of this component's schema).</p>\n<p>Follow us on Instagram for updates and events!</p>"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919361917700",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919361917700"},
|
||||
{
|
||||
text: "Visit Our Instagram",
|
||||
href: "https://www.instagram.com/warehouse_restobar/",
|
||||
target: "_blank",
|
||||
},
|
||||
text: "Visit Our Instagram", href: "https://www.instagram.com/warehouse_restobar/"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoSrc="http://img.b2bpic.net/free-photo/close-up-dark-red-dahlia-flower-with-intricate-petals_84443-94365.jpg"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EzePF9IMT5HVfszFvHl3iGeN7u/uploaded-1781185994269-li55i67r.jpg"
|
||||
logoAlt="Warehouse Restobar Logo"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/warehouse_restobar/",
|
||||
target: "_blank",
|
||||
},
|
||||
label: "Instagram", href: "https://www.instagram.com/warehouse_restobar/"},
|
||||
{
|
||||
label: "Google Reviews",
|
||||
href: "https://www.google.com/search?q=Warehouse+Restobar",
|
||||
target: "_blank",
|
||||
},
|
||||
label: "Google Reviews", href: "https://www.google.com/search?q=Warehouse+Restobar"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -543,4 +318,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user