Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-10 06:14:20 +00:00

View File

@@ -30,16 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home", id: "hero"},
{
name: "About", id: "about"},
{
name: "Features", id: "features"},
{
name: "Menu", id: "products"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Menu", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="JAIL RESTAURANT"
/>
@@ -50,41 +45,24 @@ export default function LandingPage() {
title="JAIL RESTAURANT"
description="Gorakhpurs most talked-about rooftop dining experience. North Indian flavours, unmatched ambience."
testimonials={[
{
name: "Sarah J.", handle: "@sarahj", testimonial: "Best North Indian food in Gorakhpur!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg", imageAlt: "luxury rooftop restaurant dining night"},
{
name: "Amit K.", handle: "@amitk", testimonial: "Amazing ambience, perfect for families.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "luxury rooftop restaurant dining night"},
{
name: "Rahul V.", handle: "@rahulv", testimonial: "Affordable luxury at its finest.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hotel-waiter-taking-order-from-customer_23-2149304054.jpg", imageAlt: "luxury rooftop restaurant dining night"},
{
name: "Sneha P.", handle: "@snehap", testimonial: "The service was incredible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/different-indian-food-wooden-background_1220-7967.jpg", imageAlt: "luxury rooftop restaurant dining night"},
{
name: "Vikram D.", handle: "@vikramd", testimonial: "Unforgettable evening experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beer-set-with-shrimps-splat-chicken-sausages_141793-16663.jpg", imageAlt: "luxury rooftop restaurant dining night"},
{ name: "Sarah J.", handle: "@sarahj", testimonial: "Best North Indian food in Gorakhpur!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg", imageAlt: "luxury rooftop restaurant dining night" },
{ name: "Amit K.", handle: "@amitk", testimonial: "Amazing ambience, perfect for families.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "luxury rooftop restaurant dining night" },
{ name: "Rahul V.", handle: "@rahulv", testimonial: "Affordable luxury at its finest.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hotel-waiter-taking-order-from-customer_23-2149304054.jpg", imageAlt: "luxury rooftop restaurant dining night" },
{ name: "Sneha P.", handle: "@snehap", testimonial: "The service was incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/different-indian-food-wooden-background_1220-7967.jpg", imageAlt: "luxury rooftop restaurant dining night" },
{ name: "Vikram D.", handle: "@vikramd", testimonial: "Unforgettable evening experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beer-set-with-shrimps-splat-chicken-sausages_141793-16663.jpg", imageAlt: "luxury rooftop restaurant dining night" },
]}
tag="PREMIUM ROOFTOP DINING"
buttons={[
{
text: "Reserve Table", href: "#contact"},
{
text: "View Menu", href: "#products"},
{ text: "Reserve Table", href: "#contact" },
{ text: "View Menu", href: "#products" },
]}
imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-young-woman-feeding-her-man-restaurant_613910-18761.jpg", alt: "Beautiful African-American couple"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598332.jpg", alt: "Couple having lunch"},
{
src: "http://img.b2bpic.net/free-photo/full-shot-people-celebrating-together_23-2149213377.jpg", alt: "People celebrating"},
{
src: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg", alt: "Man embracing woman"},
{
src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", alt: "Happy diner"},
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-young-woman-feeding-her-man-restaurant_613910-18761.jpg", alt: "Beautiful African-American couple" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598332.jpg", alt: "Couple having lunch" },
{ src: "http://img.b2bpic.net/free-photo/full-shot-people-celebrating-together_23-2149213377.jpg", alt: "People celebrating" },
{ src: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg", alt: "Man embracing woman" },
{ src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", alt: "Happy diner" },
]}
avatarText="Join over 5,000 happy diners"
/>
@@ -94,12 +72,9 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text", content: "More Than A Restaurant — Its An Experience."},
{
type: "image", src: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", alt: "Jail Restaurant Interior"},
{
type: "text", content: "Jail Restaurant is a destination. We blend flavour, style, and hospitality."},
{ type: "text", content: "More Than A Restaurant — Its An Experience." },
{ type: "image", src: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", alt: "Jail Restaurant Interior" },
{ type: "text", content: "Jail Restaurant is a destination. We blend flavour, style, and hospitality." },
]}
/>
</div>
@@ -110,18 +85,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Rooftop Dining", description: "Beautiful atmosphere for evening celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg"},
{
title: "North Indian Cuisine", description: "Rich tandoori and traditional curries.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-afro-man-traditional-yellow-clothes-restaurant_627829-1132.jpg"},
{
title: "Affordable Luxury", description: "Premium experience without the high price.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg"},
{
title: "Late Night Vibes", description: "Open daily until 11 PM for your cravings.", imageSrc: "http://img.b2bpic.net/free-photo/high-end-professional-cabinet-used-psychotherapy-meetings_482257-117710.jpg"},
{
title: "Family Welcoming", description: "Perfectly sized seating for all groups.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-luxury-restaurant_23-2150598417.jpg"},
{
title: "Happy Hours", description: "Great offers on shareable food plates.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-standing-office-with-notebook_1157-33428.jpg"},
{ title: "Rooftop Dining", description: "Beautiful atmosphere for evening celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg" },
{ title: "North Indian Cuisine", description: "Rich tandoori and traditional curries.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-afro-man-traditional-yellow-clothes-restaurant_627829-1132.jpg" },
{ title: "Affordable Luxury", description: "Premium experience without the high price.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg" },
{ title: "Late Night Vibes", description: "Open daily until 11 PM for your cravings.", imageSrc: "http://img.b2bpic.net/free-photo/high-end-professional-cabinet-used-psychotherapy-meetings_482257-117710.jpg" },
{ title: "Family Welcoming", description: "Perfectly sized seating for all groups.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-luxury-restaurant_23-2150598417.jpg" },
{ title: "Happy Hours", description: "Great offers on shareable food plates.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-standing-office-with-notebook_1157-33428.jpg" },
]}
title="Why Customers Love Us"
description="Built for memorable nights and flavourful experiences."
@@ -135,18 +104,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "1", name: "Butter Chicken", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-food-wooden-background_1220-7967.jpg"},
{
id: "2", name: "Tandoori Platter", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/beer-set-with-shrimps-splat-chicken-sausages_141793-16663.jpg"},
{
id: "3", name: "Paneer Special", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-potato-pies-with-mushed-pumpkin-tomatoes-grey-background-oven-cake-pie-bake-color_140725-110273.jpg"},
{
id: "4", name: "Dal Makhani", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/fried-sausage-with-onion-pomegranate_140725-962.jpg"},
{
id: "5", name: "Bread Basket", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/bread_1203-2774.jpg"},
{
id: "6", name: "Gajar Halwa", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-raisins-cup-tea-light-dark-background_140725-80176.jpg"},
{ id: "1", name: "Butter Chicken", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-food-wooden-background_1220-7967.jpg" },
{ id: "2", name: "Tandoori Platter", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/beer-set-with-shrimps-splat-chicken-sausages_141793-16663.jpg" },
{ id: "3", name: "Paneer Special", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-potato-pies-with-mushed-pumpkin-tomatoes-grey-background-oven-cake-pie-bake-color_140725-110273.jpg" },
{ id: "4", name: "Dal Makhani", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/fried-sausage-with-onion-pomegranate_140725-962.jpg" },
{ id: "5", name: "Bread Basket", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/bread_1203-2774.jpg" },
{ id: "6", name: "Gajar Halwa", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-raisins-cup-tea-light-dark-background_140725-80176.jpg" },
]}
title="Signature Dishes"
description="Crafted for cravings and shared moments."
@@ -157,18 +120,15 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg"},
{
id: "2", name: "Amit K.", imageSrc: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg"},
{
id: "3", name: "Rahul V.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg"},
{
id: "4", name: "Sneha P.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg"},
{
id: "5", name: "Vikram D.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-luxury-restaurant_23-2150598353.jpg"},
],
cardTitle="Customer Stories", cardTag="LOVE & REVIEWS", cardAnimation="slide-up"
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
{ id: "2", name: "Amit K.", imageSrc: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg" },
{ id: "3", name: "Rahul V.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg" },
{ id: "4", name: "Sneha P.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg" },
{ id: "5", name: "Vikram D.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-luxury-restaurant_23-2150598353.jpg" },
]}
cardTitle="Customer Stories"
cardTag="LOVE & REVIEWS"
cardAnimation="slide-up"
/>
</div>
@@ -177,12 +137,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "1", title: "Are you family friendly?", content: "Yes, we welcome families of all sizes."},
{
id: "2", title: "Do you take reservations?", content: "Yes, we recommend booking in advance."},
{
id: "3", title: "What are your hours?", content: "We are open daily until 11 PM."},
{ id: "1", title: "Are you family friendly?", content: "Yes, we welcome families of all sizes." },
{ id: "2", title: "Do you take reservations?", content: "Yes, we recommend booking in advance." },
{ id: "3", title: "What are your hours?", content: "We are open daily until 11 PM." },
]}
title="Frequently Asked"
description="Everything you need to know about Jail Restaurant."
@@ -193,8 +150,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
background={{ variant: "radial-gradient" }}
tag="RESERVE NOW"
title="Book Your Table"
description="Gorakhpurs favourite dinner spot awaits."
@@ -209,19 +165,15 @@ export default function LandingPage() {
logoText="JAIL RESTAURANT"
columns={[
{
title: "Navigation", items: [
{
label: "Menu", href: "#products"},
{
label: "About", href: "#about"},
title: "Navigation", items: [
{ label: "Menu", href: "#products" },
{ label: "About", href: "#about" },
],
},
{
title: "Connect", items: [
{
label: "Instagram", href: "#"},
{
label: "Twitter", href: "#"},
title: "Connect", items: [
{ label: "Instagram", href: "#" },
{ label: "Twitter", href: "#" },
],
},
]}