Files
1cd9287d-7ac4-44dc-984a-482…/src/app/page.tsx
2026-03-04 11:16:30 +00:00

259 lines
16 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import SplitAbout from '@/components/sections/about/SplitAbout';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Flame, Clock, MapPin, Phone, Users, Utensils, Sparkles, Heart, Briefcase, Palette } from 'lucide-react';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="large"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="The Last Bite"
navItems={[
{ name: "Home", id: "/" },
{ name: "Menu", id: "menu" },
{ name: "Gallery", id: "gallery" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Order", id: "contact" }
]}
button={{ text: "Order Now", href: "contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
title="The Last Bite"
description="Hyderabad's Ultimate Late-Night Dining Destination | Open Till 2 AM | Fiery Flavors, Bold Spices, Unforgettable Taste"
tag="Late-Night Restaurant"
background={{ variant: "sparkles-gradient" }}
tagIcon={Flame}
tagAnimation="slide-up"
buttons={[
{ text: "Explore Menu", href: "menu" },
{ 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 id="menu" data-section="menu">
<SplitAbout
title="Our Menu"
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="Culinary Excellence"
textboxLayout="default"
useInvertedBackground={false}
bulletPoints={[
{
title: "Signature Biryanis", description: "Slow-cooked rice masterpieces infused with fiery spices and aromatic flavors", icon: Utensils
},
{
title: "Tandoori Delights", description: "Charred to perfection with our signature orange-red marinade and bold spice blend", icon: Flame
},
{
title: "Late-Night Specials", description: "Exclusive dishes available only after 10 PM for night owls and party crowds", icon: Clock
},
{
title: "Craft Beverages", description: "Artisanal drinks perfectly paired with our fiery cuisine", icon: Sparkles
}
]}
imageSrc="https://images.unsplash.com/photo-1601050690597-df0568f70950?w=600&h=600&fit=crop"
imageAlt="The Last Bite signature biryani"
imagePosition="right"
mediaAnimation="slide-up"
/>
</div>
<div id="gallery" data-section="gallery">
<ProductCardOne
title="Food Gallery"
description="Feast your eyes on our vibrant culinary creations and late-night dining experience"
tag="Signature Dishes"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="bento-grid"
products={[
{
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: "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: "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: "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: "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: "Fiery Chicken 65", price: "₹250", imageSrc: "https://images.unsplash.com/photo-1585937421612-7430f7e72e5d?w=600&h=400&fit=crop", imageAlt: "Crispy spiced chicken 65"
}
]}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardEight
title="Dining Packages"
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="Special Offers"
textboxLayout="default"
useInvertedBackground={true}
animationType="scale-rotate"
plans={[
{
id: "solo", badge: "Solo Diner", badgeIcon: Users,
price: "₹350", subtitle: "Perfect for late-night singles and explorers", buttons: [{ text: "Order Now", href: "contact" }],
features: [
"Signature biryani or tandoori special", "Complimentary naan & beverages", "Welcome drink included", "Dine-in or takeout available"
]
},
{
id: "couple", badge: "Most Popular", badgeIcon: Heart,
price: "₹750", subtitle: "Romantic late-night dining for two", buttons: [{ text: "Book Now", href: "contact" }],
features: [
"Two main courses of your choice", "Appetizers & appetizer platter", "Premium beverage selection", "Complimentary dessert for two", "Extended seating hours"
]
},
{
id: "group", badge: "Group Feast", badgeIcon: Briefcase,
price: "₹2,500", subtitle: "Perfect for friends gathering and celebrations", buttons: [{ text: "Reserve Now", href: "contact" }],
features: [
"4-5 main courses (mixed selection)", "Appetizers & starters platter", "Breads & rice specialties", "Premium beverages for all", "Dessert selection included", "Private seating arrangement"
]
},
{
id: "party", badge: "Party Special", badgeIcon: Palette,
price: "₹Custom Quote", subtitle: "Tailored celebration packages for your event", buttons: [{ text: "Get Quote", href: "contact" }],
features: [
"Customizable menu selection", "Private party room available", "Live DJ or entertainment", "Special themed decorations", "Dedicated event coordinator", "Extended hours available"
]
}
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="What Our Diners Say"
description="Join thousands of satisfied guests who've made The Last Bite their favorite late-night destination in Hyderabad"
tag="Customer Reviews"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
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", imageAlt: "Arjun Sharma testimonial"
},
{
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", imageAlt: "Priya Desai testimonial"
},
{
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: "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: "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", imageAlt: "Vikram Reddy testimonial"
},
{
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", imageAlt: "Anjali Kapoor testimonial"
}
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Order Now"
title="Ready to Experience The Last Bite?"
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" }}
useInvertedBackground={false}
imageSrc="https://images.unsplash.com/photo-1521017914531-fbd68d154d69?w=600&h=600&fit=crop"
imageAlt="The Last Bite ordering interface"
mediaPosition="right"
mediaAnimation="slide-up"
inputPlaceholder="your@email.com"
buttonText="Send Order Request"
termsText="By placing an order, you agree to our Terms & Conditions. We'll contact you shortly to confirm your reservation or delivery."
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "menu" },
{ label: "Gallery", href: "gallery" },
{ label: "Testimonials", href: "testimonials" },
{ label: "Order", href: "contact" }
]
},
{
title: "Restaurant Info", items: [
{ label: "Location: Hyderabad", href: "https://maps.google.com/?q=hyderabad" },
{ label: "Phone: +91-XXXX-XXXX", href: "tel:+91" },
{ label: "Hours: 5 PM - 2 AM", href: "#" },
{ label: "Dine-in & Delivery Available", href: "#" }
]
},
{
title: "Services", items: [
{ label: "Dine-In", href: "contact" },
{ label: "Delivery", href: "contact" },
{ label: "Group Bookings", href: "contact" },
{ label: "Party Events", href: "contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Order Policy", href: "#" },
{ label: "Contact Us", href: "contact" }
]
}
]}
bottomLeftText="© 2025 The Last Bite. All rights reserved. Hyderabad's Premier Late-Night Restaurant."
bottomRightText="Fiery Flavors | Bold Spices | Open Till 2 AM"
/>
</div>
</ThemeProvider>
);
}