Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-28 14:54:42 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="1980's Military Hotel"
/>
@@ -59,69 +49,44 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "plain",
}}
variant: "plain"}}
title="Authentic 1980's Military Hotel"
description="Experience the legacy of authentic, homely flavors and traditional recipes, served with a nostalgic retro vibe."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-woman-eating-waffles-with-whipped-cream-fruits_329181-2951.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/young-woman-eating-waffles-with-whipped-cream-fruits_329181-2951.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/female-friends-christmas-dinner_23-2147716199.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/female-friends-christmas-dinner_23-2147716199.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-asian-woman-with-book-hands-sitting-cafe-drinking-coffee-eating_1258-199207.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/beautiful-young-asian-woman-with-book-hands-sitting-cafe-drinking-coffee-eating_1258-199207.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096447.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096447.jpg", alt: "Customer 5"},
]}
buttons={[
{
text: "View Menu",
href: "#products",
},
text: "View Menu", href: "#products"},
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
buttonAnimation="slide-up"
avatarText="Join 500+ happy diners"
marqueeItems={[
{
type: "text-icon",
text: "Authentic Spices",
icon: Flame,
type: "text-icon", text: "Authentic Spices", icon: Flame,
},
{
type: "text-icon",
text: "Family Recipe",
icon: Utensils,
type: "text-icon", text: "Family Recipe", icon: Utensils,
},
{
type: "text-icon",
text: "Retro Vibe",
icon: Music,
type: "text-icon", text: "Retro Vibe", icon: Music,
},
{
type: "text-icon",
text: "Home Delivery",
icon: Truck,
type: "text-icon", text: "Home Delivery", icon: Truck,
},
{
type: "text-icon",
text: "Fresh Quality",
icon: Leaf,
type: "text-icon", text: "Fresh Quality", icon: Leaf,
},
]}
/>
@@ -132,9 +97,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="A Tradition of Taste"
description={[
"For years, our kitchen has been a home away from home. We take pride in serving authentic dishes crafted with love and fresh ingredients.",
"Step into our retro-vibe space and relish the classic flavors that define Hyderabad's culinary heritage.",
]}
"For years, our kitchen has been a home away from home. We take pride in serving authentic dishes crafted with love and fresh ingredients.", "Step into our retro-vibe space and relish the classic flavors that define Hyderabad's culinary heritage."]}
/>
</div>
@@ -145,29 +108,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Traditional Recipes",
descriptions: [
"Crafted with decades-old secrets using fresh, local ingredients.",
],
imageSrc: "http://img.b2bpic.net/free-photo/red-bell-pepper-pieces_23-2148173912.jpg",
},
id: "f1", title: "Traditional Recipes", descriptions: [
"Crafted with decades-old secrets using fresh, local ingredients."],
imageSrc: "http://img.b2bpic.net/free-photo/red-bell-pepper-pieces_23-2148173912.jpg"},
{
id: "f2",
title: "Classic Rice Bowls",
descriptions: [
"Flavorful, aromatic rice dishes that define home comfort.",
],
imageSrc: "http://img.b2bpic.net/free-photo/pilaf-bowl-spices-white-background-top-view_185193-162377.jpg",
},
id: "f2", title: "Classic Rice Bowls", descriptions: [
"Flavorful, aromatic rice dishes that define home comfort."],
imageSrc: "http://img.b2bpic.net/free-photo/pilaf-bowl-spices-white-background-top-view_185193-162377.jpg"},
{
id: "f3",
title: "Flexible Dining",
descriptions: [
"Dine-in, pickup, or delivery we ensure a safe experience.",
],
imageSrc: "http://img.b2bpic.net/free-photo/hands-working-digital-device-network-graphic-overlay_53876-120088.jpg",
},
id: "f3", title: "Flexible Dining", descriptions: [
"Dine-in, pickup, or delivery we ensure a safe experience."],
imageSrc: "http://img.b2bpic.net/free-photo/hands-working-digital-device-network-graphic-overlay_53876-120088.jpg"},
]}
title="Why People Love Us"
description="We blend quality, authenticity, and comfort to provide an unforgettable dining experience."
@@ -176,52 +127,23 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardFour
animationType="slide-up"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Mutton Chops",
price: "₹350",
variant: "Non-Veg",
imageSrc: "http://img.b2bpic.net/free-photo/meat-stew-with-potatoes-spices-broth_114579-4595.jpg",
},
id: "p1", name: "Mutton Chops", price: "₹350", variant: "Non-Veg", imageSrc: "http://img.b2bpic.net/free-photo/meat-stew-with-potatoes-spices-broth_114579-4595.jpg"},
{
id: "p2",
name: "Chitti Chicken Biryani",
price: "₹280",
variant: "Non-Veg",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-pakistan-meal_23-2148821529.jpg",
},
id: "p2", name: "Chitti Chicken Biryani", price: "₹280", variant: "Non-Veg", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-pakistan-meal_23-2148821529.jpg"},
{
id: "p3",
name: "Chitti Prawn Roast",
price: "₹320",
variant: "Non-Veg",
imageSrc: "http://img.b2bpic.net/free-photo/clams-fried-curry-powder-black-plate_1150-23773.jpg",
},
id: "p3", name: "Chitti Prawn Roast", price: "₹320", variant: "Non-Veg", imageSrc: "http://img.b2bpic.net/free-photo/clams-fried-curry-powder-black-plate_1150-23773.jpg"},
{
id: "p4",
name: "Orange Goli Soda",
price: "₹60",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/orange-with-cup-drink-blue_114579-29069.jpg",
},
id: "p4", name: "Orange Goli Soda", price: "₹60", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/orange-with-cup-drink-blue_114579-29069.jpg"},
{
id: "p5",
name: "Non-Veg Thali",
price: "₹250",
variant: "Combos",
imageSrc: "http://img.b2bpic.net/free-photo/dishes-spices-around-pot-with-pasta-lime_23-2147894853.jpg",
},
id: "p5", name: "Non-Veg Thali", price: "₹250", variant: "Combos", imageSrc: "http://img.b2bpic.net/free-photo/dishes-spices-around-pot-with-pasta-lime_23-2147894853.jpg"},
{
id: "p6",
name: "Egg Fried Rice",
price: "₹180",
variant: "Rice",
imageSrc: "http://img.b2bpic.net/free-photo/asian-fried-rice-with-sunny-side-up-egg_84443-85777.jpg",
},
id: "p6", name: "Egg Fried Rice", price: "₹180", variant: "Rice", imageSrc: "http://img.b2bpic.net/free-photo/asian-fried-rice-with-sunny-side-up-egg_84443-85777.jpg"},
]}
title="Popular Favorites"
description="Discover our signature dishes cherished by our patrons."
@@ -236,25 +158,15 @@ export default function LandingPage() {
author="Saikumar Naik"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-cape-with-delivery-bowl-his-hands-while-talking-phone-light-pink-background_140725-40615.jpg",
alt: "Saikumar Naik",
},
src: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-cape-with-delivery-bowl-his-hands-while-talking-phone-light-pink-background_140725-40615.jpg", alt: "Saikumar Naik"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427596.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427596.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1322.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1322.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/image-smiling-beautiful-woman-sits-kitchen-holds-smartphone-tomato-looks-happy-orders_1258-198254.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/image-smiling-beautiful-woman-sits-kitchen-holds-smartphone-tomato-looks-happy-orders_1258-198254.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/happy-redhead-woman-eating-some-street-food_23-2148952874.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/happy-redhead-woman-eating-some-street-food_23-2148952874.jpg", alt: "Customer 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -267,20 +179,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Are you open on weekends?",
content: "Yes, we are open daily from 6:00 AM to 11:00 PM.",
},
id: "q1", title: "Are you open on weekends?", content: "Yes, we are open daily from 6:00 AM to 11:00 PM."},
{
id: "q2",
title: "Do you offer delivery?",
content: "Yes, we offer no-contact home delivery services via leading food apps.",
},
id: "q2", title: "Do you offer delivery?", content: "Yes, we offer no-contact home delivery services via leading food apps."},
{
id: "q3",
title: "Is parking available?",
content: "Yes, we have easy parking facilities available near the restaurant.",
},
id: "q3", title: "Is parking available?", content: "Yes, we have easy parking facilities available near the restaurant."},
]}
title="Frequently Asked Questions"
description="Have questions about our military hotel? Here are some answers."
@@ -295,22 +198,14 @@ export default function LandingPage() {
description="Visit us at Khajaguda - Nanakramguda Rd. We'd love to serve you!"
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
required: true,
name: "name", type: "text", placeholder: "Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Your message",
rows: 4,
name: "message", placeholder: "Your message", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/long-corridor-with-yellow-walls-ceiling-white-doors_140725-8329.jpg"
@@ -321,13 +216,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="1980's Military Hotel"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Contact Us",
href: "#contact",
}}
text: "Contact Us", href: "#contact"}}
/>
</div>
</ReactLenis>