Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-27 04:59:39 +00:00

View File

@@ -16,208 +16,125 @@ export default function LandingPage() {
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Events",
id: "events",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Movie Night"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Events", id: "events" },
{ name: "Contact", id: "contact" },
]}
brandName="Movie Night"
button={{ text: "Order Now", href: "#menu" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "radial-gradient",
}}
title="Where Movies Meet Flavor"
description="Step into a cinematic experience in Mission, TX. Enjoy classic comfort food in a setting inspired by Hollywood's golden age."
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Book Event",
href: "#events",
},
]}
imageSrc="http://img.b2bpic.net/free-vector/classic-neon-sign-with-retro-style_23-2147979455.jpg"
imageAlt="vintage cinema marquee cinema sign"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{ variant: "radial-gradient" }}
title="Where Movies Meet Flavor"
description="Step into a cinematic experience in Mission, TX. Enjoy classic comfort food in a setting inspired by Hollywood's golden age."
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Book Event", href: "#events" },
]}
imageSrc="http://img.b2bpic.net/free-vector/classic-neon-sign-with-retro-style_23-2147979455.jpg"
imageAlt="vintage cinema marquee cinema sign"
/>
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"
useInvertedBackground={true}
title="A Hollywood Twist on Dining"
description="Movie Night in Mission Texas is a unique cinematic diner experience. We blend classic film nostalgia with creative comfort food, creating the perfect backdrop for families, date nights, and special celebrations."
bulletPoints={[
{
title: "Unique Theme",
description: "Iconic films brought to life.",
},
{
title: "Family Fun",
description: "Atmosphere for all ages.",
},
{
title: "Celebrations",
description: "The perfect event venue.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/kids-with-spilled-popcorn-couch_23-2147768098.jpg"
mediaAnimation="blur-reveal"
imageAlt="cozy movie themed diner interior"
/>
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"
useInvertedBackground={true}
title="A Hollywood Twist on Dining"
description="Movie Night in Mission Texas is a unique cinematic diner experience. We blend classic film nostalgia with creative comfort food, creating the perfect backdrop for families, date nights, and special celebrations."
bulletPoints={[
{ title: "Unique Theme", description: "Iconic films brought to life." },
{ title: "Family Fun", description: "Atmosphere for all ages." },
{ title: "Celebrations", description: "The perfect event venue." },
]}
imageSrc="http://img.b2bpic.net/free-photo/kids-with-spilled-popcorn-couch_23-2147768098.jpg"
mediaAnimation="blur-reveal"
imageAlt="cozy movie themed diner interior"
/>
</div>
<div id="menu" data-section="menu">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Grease (Bacon Burger)",
price: "$10.50",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-tray_23-2148678839.jpg?_wi=1",
},
{
id: "2",
name: "Jaws (Shrimp Burger)",
price: "$12.50",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-tray_23-2148678839.jpg?_wi=2",
},
{
id: "3",
name: "Chicken Wings (8)",
price: "$12.50",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-basket-delicious-fried-chicken-with-hot-sauce-black-surface_181624-28298.jpg",
},
{
id: "4",
name: "The Breakfast Club",
price: "$12.50",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-tray_23-2148678839.jpg?_wi=3",
},
]}
title="Now Showing: Our Menu"
description="Browse our selection of movie-inspired classics."
/>
</div>
<div id="menu" data-section="menu">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
products={[
{ id: "1", name: "Grease (Bacon Burger)", price: "$10.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-tray_23-2148678839.jpg" },
{ id: "2", name: "Jaws (Shrimp Burger)", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-tray_23-2148678839.jpg" },
{ id: "3", name: "Chicken Wings (8)", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-basket-delicious-fried-chicken-with-hot-sauce-black-surface_181624-28298.jpg" },
{ id: "4", name: "The Breakfast Club", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-tray_23-2148678839.jpg" },
]}
title="Now Showing: Our Menu"
description="Browse our selection of movie-inspired classics."
/>
</div>
<div id="events" data-section="events">
<TeamCardOne
textboxLayout="split"
gridVariant="one-large-right-three-stacked-left"
useInvertedBackground={true}
members={[
{
id: "1",
name: "Birthday Parties",
role: "Celebrations",
imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-with-couple_23-2150167186.jpg?_wi=1",
},
{
id: "2",
name: "Karaoke Nights",
role: "Entertainment",
imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-with-couple_23-2150167186.jpg?_wi=2",
},
{
id: "3",
name: "Private Events",
role: "Booking",
imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-with-couple_23-2150167186.jpg?_wi=3",
},
{
id: "4",
name: "Date Nights",
role: "Special",
imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-with-couple_23-2150167186.jpg?_wi=4",
},
]}
title="Host Your Next Event"
description="From birthday parties to private screenings, make your event unforgettable."
/>
</div>
<div id="events" data-section="events">
<TeamCardOne
textboxLayout="split"
gridVariant="one-large-right-three-stacked-left"
useInvertedBackground={true}
animationType="blur-reveal"
members={[
{ id: "1", name: "Birthday Parties", role: "Celebrations", imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-with-couple_23-2150167186.jpg" },
{ id: "2", name: "Karaoke Nights", role: "Entertainment", imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-with-couple_23-2150167186.jpg" },
{ id: "3", name: "Private Events", role: "Booking", imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-with-couple_23-2150167186.jpg" },
{ id: "4", name: "Date Nights", role: "Special", imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-with-couple_23-2150167186.jpg" },
]}
title="Host Your Next Event"
description="From birthday parties to private screenings, make your event unforgettable."
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Visit Us"
title="Reach Out to Us"
description="2718 N Conway Ave, Mission, TX | (956) 600-3454 | Daily Lunch 12-3 PM | Dinner 6-10 PM"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Visit Us"
title="Reach Out to Us"
description="2718 N Conway Ave, Mission, TX | (956) 600-3454 | Daily Lunch 12-3 PM | Dinner 6-10 PM"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/golden-luxury-frame-with-bulb-light-border-golden-shine-label-banner-design_1198-367.jpg"
columns={[
{
title: "Menu",
items: [
{
label: "Burgers",
href: "#menu",
},
{
label: "Chicken",
href: "#menu",
},
{
label: "Sides",
href: "#menu",
},
],
},
{
title: "Events",
items: [
{
label: "Booking",
href: "#events",
},
{
label: "Party Packages",
href: "#events",
},
],
},
]}
copyrightText="© 2025 Movie Night in Mission Texas"
imageAlt="retro theater logo vintage style"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/golden-luxury-frame-with-bulb-light-border-golden-shine-label-banner-design_1198-367.jpg"
columns={[
{
title: "Menu", items: [
{ label: "Burgers", href: "#menu" },
{ label: "Chicken", href: "#menu" },
{ label: "Sides", href: "#menu" },
],
},
{
title: "Events", items: [
{ label: "Booking", href: "#events" },
{ label: "Party Packages", href: "#events" },
],
},
]}
copyrightText="© 2025 Movie Night in Mission Texas"
/>
</div>
</ReactLenis>
</ThemeProvider>
);