Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-22 09:26:17 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Zap, Martini, Accessibility, Users } from 'lucide-react';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -30,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Overview",
id: "#overview",
},
{
name: "Menu",
id: "#menu",
},
{
name: "Testimonials",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Overview", id: "overview" },
{ name: "Menu", id: "menu" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Boss Hogg's"
/>
@@ -53,69 +42,29 @@ export default function LandingPage() {
<div id="overview" data-section="overview">
<HeroBillboard
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Boss Hogg's Saloon & Restaurant"
description="Authentic steakhouse experience in La Junta, CO. Join us for premium steaks, cold drinks, and a warm, friendly atmosphere."
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Reserve Now",
href: "#contact",
},
{ text: "View Menu", href: "#menu" },
{ text: "Reserve Now", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/fried-piece-steak-plate_140725-5663.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/fried-piece-steak-plate_140725-5663.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
alt: "Group of friends eating at restaurant",
},
{
src: "http://img.b2bpic.net/free-photo/man-woman-eating-restaurant_23-2148395386.jpg",
alt: "Man and woman eating at restaurant",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-eating-restaurant_613910-5607.jpg",
alt: "Couple enjoying dinner",
},
{
src: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg",
alt: "Friends having lunch",
},
{
src: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-dinner-together_23-2148454092.jpg",
alt: "Group enjoying dinner",
},
{ src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", alt: "Group of friends eating at restaurant" },
{ src: "http://img.b2bpic.net/free-photo/man-woman-eating-restaurant_23-2148395386.jpg", alt: "Man and woman eating at restaurant" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-eating-restaurant_613910-5607.jpg", alt: "Couple enjoying dinner" },
{ src: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg", alt: "Friends having lunch" },
{ src: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-dinner-together_23-2148454092.jpg", alt: "Group enjoying dinner" },
]}
avatarText="Join our growing family of happy diners"
marqueeItems={[
{
type: "text",
text: "Premium Steaks",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg",
alt: "Fried steak on table",
},
{
type: "text",
text: "Cold Craft Beer",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/grilled-beef-steak-served-with-potato-dish-mushroom-sauce_140725-5831.jpg",
alt: "Grilled beef steak",
},
{
type: "text",
text: "Friendly Service",
},
{ type: "text", text: "Premium Steaks" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg", alt: "Fried steak on table" },
{ type: "text", text: "Cold Craft Beer" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/grilled-beef-steak-served-with-potato-dish-mushroom-sauce_140725-5831.jpg", alt: "Grilled beef steak" },
{ type: "text", text: "Friendly Service" },
]}
/>
</div>
@@ -127,20 +76,11 @@ export default function LandingPage() {
title="Welcome to Our Table"
description="Serving hearty American classics with a side of great service. From our signature steaks to our famous fried chicken, we offer a cozy, casual space perfect for families, groups, and solo diners alike."
bulletPoints={[
{
title: "Premium Meats",
description: "High-quality steaks and signature cuts.",
},
{
title: "Full Bar",
description: "Local beers, cocktails, and spirits.",
},
{
title: "Family Friendly",
description: "Kids' menu and accessible amenities available.",
},
{ title: "Premium Meats", description: "High-quality steaks and signature cuts." },
{ title: "Full Bar", description: "Local beers, cocktails, and spirits." },
{ title: "Family Friendly", description: "Kids' menu and accessible amenities available." },
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -152,48 +92,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Chicken Fried Steak",
price: "$18",
variant: "Popular",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg?_wi=1",
},
{
id: "p2",
name: "Philly Cheesesteak",
price: "$15",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg",
},
{
id: "p3",
name: "Signature Margarita",
price: "$9",
variant: "Drinks",
imageSrc: "http://img.b2bpic.net/free-photo/fried-piece-steak-with-potatoes-home-glass-wine_140725-9805.jpg",
},
{
id: "p4",
name: "Crispy French Fries",
price: "$6",
variant: "Sides",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-full-with-hot-chips_114579-59856.jpg",
},
{
id: "p5",
name: "Filet Mignon",
price: "$22",
variant: "Steak",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-meat_140725-11963.jpg",
},
{
id: "p6",
name: "Garden Salad Bar",
price: "$10",
variant: "Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/salad-bowl_1220-125.jpg",
},
{ id: "p1", name: "Chicken Fried Steak", price: "$18", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg" },
{ id: "p2", name: "Philly Cheesesteak", price: "$15", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg" },
{ id: "p3", name: "Signature Margarita", price: "$9", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/fried-piece-steak-with-potatoes-home-glass-wine_140725-9805.jpg" },
{ id: "p4", name: "Crispy French Fries", price: "$6", variant: "Sides", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-full-with-hot-chips_114579-59856.jpg" },
{ id: "p5", name: "Filet Mignon", price: "$22", variant: "Steak", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-meat_140725-11963.jpg" },
{ id: "p6", name: "Garden Salad Bar", price: "$10", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/salad-bowl_1220-125.jpg" },
]}
title="Menu Highlights"
description="Our most popular dishes that keep customers coming back for more."
@@ -206,33 +110,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Fast Service",
description: "We respect your time and ensure quick turnarounds.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-greens-inside-dark-plate-brown-wooden-desk-meal-food-dinner_140725-26134.jpg",
imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner",
},
title: "Fast Service", description: "We respect your time and ensure quick turnarounds.", buttonIcon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-greens-inside-dark-plate-brown-wooden-desk-meal-food-dinner_140725-26134.jpg", imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner"},
{
title: "Great Drinks",
description: "Cold beer, cocktails, and spirits.",
buttonIcon: "Martini",
imageSrc: "http://img.b2bpic.net/free-photo/fried-piece-steak-plate_140725-5663.jpg?_wi=2",
imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner",
},
title: "Great Drinks", description: "Cold beer, cocktails, and spirits.", buttonIcon: Martini,
imageSrc: "http://img.b2bpic.net/free-photo/fried-piece-steak-plate_140725-5663.jpg", imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner"},
{
title: "Accessible",
description: "Wheelchair accessible and inclusive.",
buttonIcon: "Accessibility",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg?_wi=2",
imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner",
},
title: "Accessible", description: "Wheelchair accessible and inclusive.", buttonIcon: Accessibility,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg", imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner"},
{
title: "Events & Private",
description: "Space for your next group gathering.",
buttonIcon: "Users",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg?_wi=2",
imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner",
},
title: "Events & Private", description: "Space for your next group gathering.", buttonIcon: Users,
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg", imageAlt: "A front view fried meat with greens inside dark plate on the brown wooden desk meal food dinner"},
]}
title="Why Choose Boss Hogg's?"
description="Experience quality and care in everything we serve."
@@ -244,46 +132,11 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Surprisingly Good!",
quote: "Great bang for your buck. Chicken Butts where my favorite!",
name: "Kenny Higgins",
role: "Local Guide",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg",
},
{
id: "2",
title: "Great Atmosphere",
quote: "Nice atmosphere, good service, decent prices.",
name: "Xbox User",
role: "Local Guide",
imageSrc: "http://img.b2bpic.net/free-photo/loving-man-doing-present-woman_23-2147736701.jpg",
},
{
id: "3",
title: "Delicious Steak",
quote: "Filet mignon was super tasty. Full bar is a nice touch.",
name: "Max Wood",
role: "Local Guide",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-glass_23-2148965393.jpg",
},
{
id: "4",
title: "Friendly Staff",
quote: "Very friendly staff and delicious food. Highly recommended.",
name: "Sara Johnson",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006619.jpg",
},
{
id: "5",
title: "Comfort Food",
quote: "Nothing beats their mashed potatoes and steak.",
name: "David Kim",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-women-having-dinner-together_23-2148454093.jpg",
},
{ id: "1", title: "Surprisingly Good!", quote: "Great bang for your buck. Chicken Butts where my favorite!", name: "Kenny Higgins", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg" },
{ id: "2", title: "Great Atmosphere", quote: "Nice atmosphere, good service, decent prices.", name: "Xbox User", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/loving-man-doing-present-woman_23-2147736701.jpg" },
{ id: "3", title: "Delicious Steak", quote: "Filet mignon was super tasty. Full bar is a nice touch.", name: "Max Wood", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-glass_23-2148965393.jpg" },
{ id: "4", title: "Friendly Staff", quote: "Very friendly staff and delicious food. Highly recommended.", name: "Sara Johnson", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006619.jpg" },
{ id: "5", title: "Comfort Food", quote: "Nothing beats their mashed potatoes and steak.", name: "David Kim", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-man-women-having-dinner-together_23-2148454093.jpg" },
]}
title="What Our Diners Say"
description="See why 1,292+ guests love our food and atmosphere."
@@ -294,21 +147,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you accept reservations?",
content: "Yes, we accept reservations for your convenience.",
},
{
id: "f2",
title: "Are children welcome?",
content: "Absolutely! We offer high chairs and a kid-friendly menu.",
},
{
id: "f3",
title: "Is parking available?",
content: "Yes, we have free parking lots and street parking available.",
},
{ id: "f1", title: "Do you accept reservations?", content: "Yes, we accept reservations for your convenience." },
{ id: "f2", title: "Are children welcome?", content: "Absolutely! We offer high chairs and a kid-friendly menu." },
{ id: "f3", title: "Is parking available?", content: "Yes, we have free parking lots and street parking available." },
]}
sideTitle="Common Questions"
faqsAnimation="blur-reveal"
@@ -318,9 +159,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Visit Us"
title="Ready for a Great Meal?"
description="808 E 3rd St, La Junta, CO. Call us at +1 719-384-7879 or reserve your table online."
@@ -332,14 +171,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Boss Hogg's"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>