|
|
|
@@ -2,115 +2,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
|
|
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
|
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
|
|
|
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
|
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
import { Users, Home, Car, Moon, Sparkles, Heart, Briefcase, Palette } from 'lucide-react';
|
|
|
|
import { Flame, Clock, MapPin, Phone, Users, Utensils, Sparkles, Heart, Briefcase, Palette } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<ThemeProvider
|
|
|
|
<ThemeProvider
|
|
|
|
defaultButtonVariant="shift-hover"
|
|
|
|
defaultButtonVariant="hover-magnetic"
|
|
|
|
defaultTextAnimation="reveal-blur"
|
|
|
|
defaultTextAnimation="entrance-slide"
|
|
|
|
borderRadius="rounded"
|
|
|
|
borderRadius="rounded"
|
|
|
|
contentWidth="smallMedium"
|
|
|
|
contentWidth="mediumLarge"
|
|
|
|
sizing="largeSmall"
|
|
|
|
sizing="large"
|
|
|
|
background="circleGradient"
|
|
|
|
background="circleGradient"
|
|
|
|
cardStyle="glass-depth"
|
|
|
|
cardStyle="gradient-bordered"
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
secondaryButtonStyle="radial-glow"
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
headingFontWeight="semibold"
|
|
|
|
headingFontWeight="bold"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<NavbarStyleCentered
|
|
|
|
<NavbarStyleCentered
|
|
|
|
brandName="GMK Garden"
|
|
|
|
brandName="The Last Bite"
|
|
|
|
navItems={[
|
|
|
|
navItems={[
|
|
|
|
{ name: "Home", id: "home" },
|
|
|
|
{ name: "Home", id: "/" },
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
{ name: "Menu", id: "menu" },
|
|
|
|
{ name: "Gallery", id: "gallery" },
|
|
|
|
{ name: "Gallery", id: "gallery" },
|
|
|
|
{ name: "Packages", id: "pricing" },
|
|
|
|
{ name: "Testimonials", id: "testimonials" },
|
|
|
|
{ name: "Contact", id: "contact" }
|
|
|
|
{ name: "Order", id: "contact" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
button={{ text: "Book Event", href: "contact" }}
|
|
|
|
button={{ text: "Order Now", href: "contact" }}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroSplit
|
|
|
|
<HeroBillboardCarousel
|
|
|
|
title="GMK Garden | జిఎంకె గార్డెన్"
|
|
|
|
title="The Last Bite"
|
|
|
|
description="Hyderabad's Premier Celebration Hub | 4.0★ (1,520 Reviews) | Open till 2 AM"
|
|
|
|
description="Hyderabad's Ultimate Late-Night Dining Destination | Open Till 2 AM | Fiery Flavors, Bold Spices, Unforgettable Taste"
|
|
|
|
tag="Luxury Venue"
|
|
|
|
tag="Late-Night Restaurant"
|
|
|
|
background={{ variant: "glowing-orb" }}
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg"
|
|
|
|
tagIcon={Flame}
|
|
|
|
imageAlt="Grand banquet hall with luxurious lighting"
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
imagePosition="right"
|
|
|
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Book Event", href: "contact" },
|
|
|
|
{ text: "Explore Menu", href: "menu" },
|
|
|
|
{ text: "View Gallery", href: "gallery" }
|
|
|
|
{ text: "Order Now", href: "contact" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
|
|
|
mediaItems={[
|
|
|
|
|
|
|
|
{ imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=800&h=600&fit=crop", imageAlt: "Fiery spiced biryani dish" },
|
|
|
|
|
|
|
|
{ imageSrc: "https://images.unsplash.com/photo-1589985629374-d3c7c1a6a08f?w=800&h=600&fit=crop", imageAlt: "Sizzling tandoori restaurant ambiance" },
|
|
|
|
|
|
|
|
{ imageSrc: "https://images.unsplash.com/photo-1588050595046-365e36aa0de1?w=800&h=600&fit=crop", imageAlt: "Late-night dining experience" },
|
|
|
|
|
|
|
|
{ imageSrc: "https://images.unsplash.com/photo-1567620905732-2d1ec7ab7445?w=800&h=600&fit=crop", imageAlt: "Bold red and orange plated dishes" },
|
|
|
|
|
|
|
|
{ imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561a1a?w=800&h=600&fit=crop", imageAlt: "Vibrant restaurant interior lighting" },
|
|
|
|
|
|
|
|
{ imageSrc: "https://images.unsplash.com/photo-1563379091339-03b21ab54a0f?w=800&h=600&fit=crop", imageAlt: "Gourmet Indian cuisine presentation" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
ariaLabel="The Last Bite - Late-Night Restaurant Food Carousel"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<div id="menu" data-section="menu">
|
|
|
|
<SplitAbout
|
|
|
|
<SplitAbout
|
|
|
|
title="Your Dream Venue in Hyderabad"
|
|
|
|
title="Our Menu"
|
|
|
|
description="GMK Garden combines luxury, convenience, and world-class hospitality to bring your events to life. With 4.0-star rating from 1,520 delighted guests, we're Hyderabad's most trusted celebration destination."
|
|
|
|
description="From fiery curries to bold tandoori specialties, every dish at The Last Bite is crafted to ignite your senses. Our signature orange-red infused recipes are a celebration of authentic Hyderabadi flavors with a modern twist."
|
|
|
|
tag="Why Choose Us"
|
|
|
|
tag="Culinary Excellence"
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
bulletPoints={[
|
|
|
|
bulletPoints={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Capacity 500+", description: "Spacious venues for intimate gatherings to grand celebrations", icon: Users
|
|
|
|
title: "Signature Biryanis", description: "Slow-cooked rice masterpieces infused with fiery spices and aromatic flavors", icon: Utensils
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "AC Halls & Lawns", description: "Indoor and outdoor spaces perfectly suited for any event", icon: Home
|
|
|
|
title: "Tandoori Delights", description: "Charred to perfection with our signature orange-red marinade and bold spice blend", icon: Flame
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Parking for 200 Cars", description: "Convenient, secure parking facilities for all your guests", icon: Car
|
|
|
|
title: "Late-Night Specials", description: "Exclusive dishes available only after 10 PM for night owls and party crowds", icon: Clock
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Late Night (Till 2 AM)", description: "Celebrate longer with our extended operating hours", icon: Moon
|
|
|
|
title: "Craft Beverages", description: "Artisanal drinks perfectly paired with our fiery cuisine", icon: Sparkles
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg"
|
|
|
|
imageSrc="https://images.unsplash.com/photo-1601050690597-df0568f70950?w=600&h=600&fit=crop"
|
|
|
|
imageAlt="Luxurious GMK Garden venue exterior"
|
|
|
|
imageAlt="The Last Bite signature biryani"
|
|
|
|
imagePosition="right"
|
|
|
|
imagePosition="right"
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="gallery" data-section="gallery">
|
|
|
|
<div id="gallery" data-section="gallery">
|
|
|
|
<ProductCardOne
|
|
|
|
<ProductCardOne
|
|
|
|
title="Venue Gallery"
|
|
|
|
title="Food Gallery"
|
|
|
|
description="Explore our stunning spaces designed for unforgettable moments"
|
|
|
|
description="Feast your eyes on our vibrant culinary creations and late-night dining experience"
|
|
|
|
tag="Photo Gallery"
|
|
|
|
tag="Signature Dishes"
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="slide-up"
|
|
|
|
gridVariant="bento-grid"
|
|
|
|
gridVariant="bento-grid"
|
|
|
|
products={[
|
|
|
|
products={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "1", name: "Grand Banquet Hall", price: "Weddings", imageSrc: "http://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg", imageAlt: "Decorated banquet hall for wedding"
|
|
|
|
id: "1", name: "Fiery Hyderabadi Biryani", price: "₹320", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=600&h=400&fit=crop", imageAlt: "Signature orange-red biryani"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "2", name: "Birthday Celebrations", price: "Parties", imageSrc: "http://img.b2bpic.net/free-photo/stylish-rich-table-with-sweets-fruits-guests_8353-9122.jpg", imageAlt: "Birthday party setup with decorations"
|
|
|
|
id: "2", name: "Tandoori Sizzler Platter", price: "₹450", imageSrc: "https://images.unsplash.com/photo-1609599810694-b5c4ff21b705?w=600&h=400&fit=crop", imageAlt: "Sizzling tandoori platter"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "3", name: "Corporate Events", price: "Conferences", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-with-cashier-store_482257-79308.jpg", imageAlt: "Professional corporate event setup"
|
|
|
|
id: "3", name: "Spiced Garlic Naan", price: "₹80", imageSrc: "https://images.unsplash.com/photo-1601050690597-df0568f70950?w=600&h=400&fit=crop", imageAlt: "Freshly baked spiced naan"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "4", name: "Hall Interior", price: "Architecture", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-french-windows-navy-coloured-ceiling_140725-8448.jpg", imageAlt: "Beautifully designed hall interior with lighting"
|
|
|
|
id: "4", name: "Late-Night Kebab Combo", price: "₹380", imageSrc: "https://images.unsplash.com/photo-1588050595046-365e36aa0de1?w=600&h=400&fit=crop", imageAlt: "Kebab combo platter"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "5", name: "Garden Setup", price: "Outdoor", imageSrc: "http://img.b2bpic.net/free-photo/white-wedding-venue-with-swimming-pool_637285-5697.jpg", imageAlt: "Landscaped outdoor garden venue"
|
|
|
|
id: "5", name: "Paneer Tikka Masala", price: "₹280", imageSrc: "https://images.unsplash.com/photo-1567620905732-2d1ec7ab7445?w=600&h=400&fit=crop", imageAlt: "Creamy paneer tikka masala"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "6", name: "DJ Stage & Production", price: "Entertainment", imageSrc: "http://img.b2bpic.net/free-photo/dj-playing-electronic-music-its-sound-board_1268-20198.jpg", imageAlt: "Professional DJ stage with sound equipment"
|
|
|
|
id: "6", name: "Fiery Chicken 65", price: "₹250", imageSrc: "https://images.unsplash.com/photo-1585937421612-7430f7e72e5d?w=600&h=400&fit=crop", imageAlt: "Crispy spiced chicken 65"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
@@ -118,39 +126,39 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
|
|
<PricingCardEight
|
|
|
|
<PricingCardEight
|
|
|
|
title="Event Packages"
|
|
|
|
title="Dining Packages"
|
|
|
|
description="Choose the perfect package for your celebration. All packages include premium venue access, customizable catering, and professional event coordination."
|
|
|
|
description="Choose the perfect meal plan to satisfy your late-night cravings. All packages include complimentary welcome drink, freshly prepared dishes, and exceptional service until 2 AM."
|
|
|
|
tag="Pricing"
|
|
|
|
tag="Special Offers"
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={true}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
animationType="scale-rotate"
|
|
|
|
animationType="scale-rotate"
|
|
|
|
plans={[
|
|
|
|
plans={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "birthday", badge: "Popular", badgeIcon: Sparkles,
|
|
|
|
id: "solo", badge: "Solo Diner", badgeIcon: Users,
|
|
|
|
price: "₹50,000", subtitle: "Perfect for intimate birthday celebrations", buttons: [{ text: "Inquire Now", href: "contact" }],
|
|
|
|
price: "₹350", subtitle: "Perfect for late-night singles and explorers", buttons: [{ text: "Order Now", href: "contact" }],
|
|
|
|
features: [
|
|
|
|
features: [
|
|
|
|
"AC Hall (up to 150 guests)", "Basic catering setup", "Decorations assistance", "Sound system included", "Complimentary parking"
|
|
|
|
"Signature biryani or tandoori special", "Complimentary naan & beverages", "Welcome drink included", "Dine-in or takeout available"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "wedding", badge: "Most Popular", badgeIcon: Heart,
|
|
|
|
id: "couple", badge: "Most Popular", badgeIcon: Heart,
|
|
|
|
price: "₹2,50,000", subtitle: "Complete wedding experience", buttons: [{ text: "Book Now", href: "contact" }],
|
|
|
|
price: "₹750", subtitle: "Romantic late-night dining for two", buttons: [{ text: "Book Now", href: "contact" }],
|
|
|
|
features: [
|
|
|
|
features: [
|
|
|
|
"Multiple halls & lawns", "Premium catering (unlimited)", "Professional decor team", "DJ & sound production", "Extended operating hours", "Wedding specialist coordination"
|
|
|
|
"Two main courses of your choice", "Appetizers & appetizer platter", "Premium beverage selection", "Complimentary dessert for two", "Extended seating hours"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "corporate", badge: "Professional", badgeIcon: Briefcase,
|
|
|
|
id: "group", badge: "Group Feast", badgeIcon: Briefcase,
|
|
|
|
price: "₹1,00,000", subtitle: "Corporate events & conferences", buttons: [{ text: "Inquire Now", href: "contact" }],
|
|
|
|
price: "₹2,500", subtitle: "Perfect for friends gathering and celebrations", buttons: [{ text: "Reserve Now", href: "contact" }],
|
|
|
|
features: [
|
|
|
|
features: [
|
|
|
|
"Executive banquet hall", "Conference setup", "Catering arrangements", "A/V equipment rental", "Professional atmosphere", "Business coordination support"
|
|
|
|
"4-5 main courses (mixed selection)", "Appetizers & starters platter", "Breads & rice specialties", "Premium beverages for all", "Dessert selection included", "Private seating arrangement"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "custom", badge: "Custom", badgeIcon: Palette,
|
|
|
|
id: "party", badge: "Party Special", badgeIcon: Palette,
|
|
|
|
price: "Quote on Request", subtitle: "Tailored for your unique vision", buttons: [{ text: "Get Quote", href: "contact" }],
|
|
|
|
price: "₹Custom Quote", subtitle: "Tailored celebration packages for your event", buttons: [{ text: "Get Quote", href: "contact" }],
|
|
|
|
features: [
|
|
|
|
features: [
|
|
|
|
"Fully customizable package", "Personalized coordination", "Flexible hours available", "Special requests accommodated", "Premium services", "Dedicated event manager"
|
|
|
|
"Customizable menu selection", "Private party room available", "Live DJ or entertainment", "Special themed decorations", "Dedicated event coordinator", "Extended hours available"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
@@ -159,29 +167,29 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<TestimonialCardTen
|
|
|
|
<TestimonialCardTen
|
|
|
|
title="Trusted by Hyderabad"
|
|
|
|
title="What Our Diners Say"
|
|
|
|
description="Join thousands of happy clients who've celebrated their most cherished moments at GMK Garden"
|
|
|
|
description="Join thousands of satisfied guests who've made The Last Bite their favorite late-night destination in Hyderabad"
|
|
|
|
tag="Testimonials"
|
|
|
|
tag="Customer Reviews"
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
testimonials={[
|
|
|
|
testimonials={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "1", title: "Perfect Wedding Venue", quote: "Our 300-guest wedding was absolutely flawless! The venue, catering, and coordination were exceptional. GMK Garden exceeded all our expectations. Highly recommended for any celebration!", name: "Priya & Arjun", role: "Bride & Groom", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Priya & Arjun's wedding photo"
|
|
|
|
id: "1", title: "Best Late-Night Biryani in Hyderabad!", quote: "The fiery biryani at The Last Bite is absolutely incredible! The orange-red spices are perfectly balanced, and the fact that they're open until 2 AM makes it my go-to spot after midnight cravings hit. Highly recommended!", name: "Arjun Sharma", role: "Food Blogger", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=1", imageAlt: "Arjun Sharma testimonial"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "2", title: "Outstanding Event Management", quote: "We hosted our corporate gala here and it was incredibly professional. The team handled every detail with expertise. The ambiance and service were top-notch. Best venue in Hyderabad!", name: "Rajesh Kumar", role: "Corporate Event Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Rajesh Kumar's corporate event photo"
|
|
|
|
id: "2", title: "Perfect for Our Late-Night Hangouts", quote: "Me and my friends discovered The Last Bite last month and we've been going back every weekend. The tandoori platters are to die for, the ambiance is vibrant, and the service is exceptional even at 1 AM. This is THE spot!", name: "Priya Desai", role: "College Student", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop&_wi=1", imageAlt: "Priya Desai testimonial"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "3", title: "Birthday Bash Success", quote: "My son's 21st birthday party was the talk of the town! The décor, food, and overall experience were fantastic. The staff was so helpful and accommodating. Thank you GMK Garden!", name: "Sneha Mehta", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sneha Mehta's celebration photo"
|
|
|
|
id: "3", title: "Authentic Flavors, Bold Spices", quote: "What sets The Last Bite apart is the authenticity and boldness in their flavors. The fiery spice blend is not just for show—it's perfectly executed. Every dish is a masterpiece. This is fine dining meets late-night casual!", name: "Rajesh Patel", role: "Restaurant Critic", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop", imageAlt: "Rajesh Patel testimonial"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "4", title: "Best Venue Ever", quote: "We couldn't have asked for a better venue for our engagement party. The team went above and beyond to make it special. The late-night hours were perfect for our guests. Absolutely loved it!", name: "Vikram Singh", role: "Groom", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Vikram Singh's engagement photo"
|
|
|
|
id: "4", title: "Amazing Food & Unforgettable Experience", quote: "Celebrated my promotion at The Last Bite and it was perfect! The ambiance with those gorgeous orange-red lights, the fiery dishes, and the energy at midnight made it truly memorable. The staff went above and beyond!", name: "Neha Singh", role: "Marketing Executive", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop", imageAlt: "Neha Singh testimonial"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "5", title: "Exceptional Venue & Hospitality", quote: "From booking to execution, everything was seamless. The parking, catering options, and garden ambiance were all exceptional. 4.0 stars is well-deserved!", name: "Anjali Desai", role: "Event Planner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Anjali Desai's event planning photo"
|
|
|
|
id: "5", title: "Open Till 2 AM - LEGEND STATUS", quote: "Finally, a restaurant that understands the night owl crowd! The Last Bite is my new favorite. Whether it's midnight cravings or a 1 AM celebration, they deliver exceptional food and service every single time. Absolute gem!", name: "Vikram Reddy", role: "Night Shift Professional", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=2", imageAlt: "Vikram Reddy testimonial"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "6", title: "Perfect for Late-Night Celebrations", quote: "The fact that they're open till 2 AM is fantastic for our DJ night. The setup, lighting, and entertainment options made our party unforgettable. Highly recommend!", name: "Aditya Nair", role: "Party Organizer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Aditya Nair's party photo"
|
|
|
|
id: "6", title: "Best Tandoori Experience Ever", quote: "The tandoori specialties at The Last Bite are simply outstanding. The charring, the marinade, the presentation—everything is perfection. Combined with the vibrant restaurant atmosphere, it's an experience I keep coming back for!", name: "Anjali Kapoor", role: "Hospitality Manager", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop&_wi=2", imageAlt: "Anjali Kapoor testimonial"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
@@ -189,18 +197,18 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactSplit
|
|
|
|
<ContactSplit
|
|
|
|
tag="Contact Us"
|
|
|
|
tag="Order Now"
|
|
|
|
title="Ready to Celebrate?"
|
|
|
|
title="Ready to Experience The Last Bite?"
|
|
|
|
description="Get in touch with our team to discuss your event. Whether it's a wedding, birthday, corporate event, or custom celebration, we're here to make it unforgettable."
|
|
|
|
description="Place your order for delivery or dine-in reservations. We're open till 2 AM to satisfy your late-night cravings. Reach out to our team for special requests, group bookings, or party arrangements."
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-vector/web-contact-form-template_23-2147608998.jpg"
|
|
|
|
imageSrc="https://images.unsplash.com/photo-1521017914531-fbd68d154d69?w=600&h=600&fit=crop"
|
|
|
|
imageAlt="Contact form interface"
|
|
|
|
imageAlt="The Last Bite ordering interface"
|
|
|
|
mediaPosition="right"
|
|
|
|
mediaPosition="right"
|
|
|
|
mediaAnimation="opacity"
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
inputPlaceholder="your@email.com"
|
|
|
|
inputPlaceholder="your@email.com"
|
|
|
|
buttonText="Send Inquiry"
|
|
|
|
buttonText="Send Order Request"
|
|
|
|
termsText="By submitting, you agree to our Terms & Conditions and will be contacted by our team shortly."
|
|
|
|
termsText="By placing an order, you agree to our Terms & Conditions. We'll contact you shortly to confirm your reservation or delivery."
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -209,40 +217,40 @@ export default function LandingPage() {
|
|
|
|
columns={[
|
|
|
|
columns={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Navigate", items: [
|
|
|
|
title: "Navigate", items: [
|
|
|
|
{ label: "Home", href: "#home" },
|
|
|
|
{ label: "Home", href: "/" },
|
|
|
|
{ label: "About", href: "#about" },
|
|
|
|
{ label: "Menu", href: "menu" },
|
|
|
|
{ label: "Gallery", href: "#gallery" },
|
|
|
|
{ label: "Gallery", href: "gallery" },
|
|
|
|
{ label: "Packages", href: "#pricing" },
|
|
|
|
{ label: "Testimonials", href: "testimonials" },
|
|
|
|
{ label: "Contact", href: "#contact" }
|
|
|
|
{ label: "Order", href: "contact" }
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Venue Info", items: [
|
|
|
|
title: "Restaurant Info", items: [
|
|
|
|
{ label: "Location", href: "https://maps.google.com/?q=9-3-58/A/1/22,+outside+motidarwaza,+Moti+Darwaza+Rd,+Baghdad+Colony,+Langar+Houz,+Hyderabad,+Telangana+500008" },
|
|
|
|
{ label: "Location: Hyderabad", href: "https://maps.google.com/?q=hyderabad" },
|
|
|
|
{ label: "Phone: 099128 62964", href: "tel:09912862964" },
|
|
|
|
{ label: "Phone: +91-XXXX-XXXX", href: "tel:+91" },
|
|
|
|
{ label: "Hours: 10 AM - 2 AM", href: "#" },
|
|
|
|
{ label: "Hours: 5 PM - 2 AM", href: "#" },
|
|
|
|
{ label: "Capacity: 500+ Guests", href: "#" }
|
|
|
|
{ label: "Dine-in & Delivery Available", href: "#" }
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Services", items: [
|
|
|
|
title: "Services", items: [
|
|
|
|
{ label: "Weddings", href: "#pricing" },
|
|
|
|
{ label: "Dine-In", href: "contact" },
|
|
|
|
{ label: "Corporate Events", href: "#pricing" },
|
|
|
|
{ label: "Delivery", href: "contact" },
|
|
|
|
{ label: "Birthdays", href: "#pricing" },
|
|
|
|
{ label: "Group Bookings", href: "contact" },
|
|
|
|
{ label: "Custom Events", href: "#contact" }
|
|
|
|
{ label: "Party Events", href: "contact" }
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Legal", items: [
|
|
|
|
title: "Legal", items: [
|
|
|
|
{ label: "Privacy Policy", href: "#" },
|
|
|
|
{ label: "Privacy Policy", href: "#" },
|
|
|
|
{ label: "Terms & Conditions", href: "#" },
|
|
|
|
{ label: "Terms & Conditions", href: "#" },
|
|
|
|
{ label: "Booking Policy", href: "#" },
|
|
|
|
{ label: "Order Policy", href: "#" },
|
|
|
|
{ label: "Contact Privacy", href: "#" }
|
|
|
|
{ label: "Contact Us", href: "contact" }
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
bottomLeftText="© 2025 GMK Garden (జిఎంకె గార్డెన్). All rights reserved."
|
|
|
|
bottomLeftText="© 2025 The Last Bite. All rights reserved. Hyderabad's Premier Late-Night Restaurant."
|
|
|
|
bottomRightText="Premium Event Venue | Hyderabad"
|
|
|
|
bottomRightText="Fiery Flavors | Bold Spices | Open Till 2 AM"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
|