Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-18 16:23:32 +00:00

View File

@@ -19,27 +19,21 @@ export default function LandingPage() {
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Menu",
id: "menu",
},
{
name: "About",
id: "about",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
]}
brandName="Oklahoma Smoke"
/>
@@ -51,9 +45,7 @@ export default function LandingPage() {
description="From our legendary BBQ roots to the freshest, smokiest burgers and sandwiches in town. Quality you can taste in every bite."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7507.jpg"
/>
@@ -64,18 +56,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Our Story & ",
},
type: "text", content: "Our Story & "},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286011.jpg",
alt: "Smokehouse kitchen",
},
type: "image", src: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286011.jpg", alt: "Smokehouse kitchen"},
{
type: "text",
content: " New Beginnings",
},
type: "text", content: " New Beginnings"},
]}
/>
</div>
@@ -88,26 +73,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Premium Smoked Meats",
description: "Slow-smoked brisket and turkey prepared daily.",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich_1339-2328.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35040.jpg",
buttonText: "See Menu",
},
title: "Premium Smoked Meats", description: "Slow-smoked brisket and turkey prepared daily.", imageSrc: "http://img.b2bpic.net/free-photo/sandwich_1339-2328.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/turkey-sandwich-with-cranberry-sauce-thanksgiving-wooden-table_123827-35040.jpg", buttonText: "See Menu"},
{
title: "Fresh Sides",
description: "Crispy okra, onion rings, and soul-satisfying collards.",
imageSrc: "http://img.b2bpic.net/free-photo/salad-arrangement-white-cloth_23-2148537240.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-view-vegetable-salad-with-salt-plaid-cloth_141793-10792.jpg",
buttonText: "See Sides",
},
title: "Fresh Sides", description: "Crispy okra, onion rings, and soul-satisfying collards.", imageSrc: "http://img.b2bpic.net/free-photo/salad-arrangement-white-cloth_23-2148537240.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-view-vegetable-salad-with-salt-plaid-cloth_141793-10792.jpg", buttonText: "See Sides"},
{
title: "Signature Burgers",
description: "The perfect blend of smokehouse tradition and burger craft.",
imageSrc: "http://img.b2bpic.net/free-photo/potato-fries-plate-marble_114579-36903.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-three-salad-sandwiches-with-cutlery_23-2148640199.jpg",
buttonText: "Try One",
},
title: "Signature Burgers", description: "The perfect blend of smokehouse tradition and burger craft.", imageSrc: "http://img.b2bpic.net/free-photo/potato-fries-plate-marble_114579-36903.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-three-salad-sandwiches-with-cutlery_23-2148640199.jpg", buttonText: "Try One"},
]}
title="Why We're Your New Favorite Spot"
description="We've perfected the art of the smoked sandwich. Using traditional techniques for modern cravings."
@@ -122,59 +92,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Signature",
name: "Brisket Sandwich",
price: "$14.99",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich_1339-2344.jpg",
},
id: "p1", brand: "Signature", name: "Brisket Sandwich", price: "$14.99", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/sandwich_1339-2344.jpg"},
{
id: "p2",
brand: "Classic",
name: "Onion Rings",
price: "$5.99",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/green-beans-chopped-cooked-with-eggs_114579-71135.jpg",
},
id: "p2", brand: "Classic", name: "Onion Rings", price: "$5.99", rating: 4,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/green-beans-chopped-cooked-with-eggs_114579-71135.jpg"},
{
id: "p3",
brand: "Specialty",
name: "Brisket Indian Taco",
price: "$12.99",
rating: 5,
reviewCount: "92",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-turkey-sandwich-with-melted-cheese-eggs-fresh-lettuce-with-cherry-tomatoes_181624-59550.jpg",
},
id: "p3", brand: "Specialty", name: "Brisket Indian Taco", price: "$12.99", rating: 5,
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/delicious-turkey-sandwich-with-melted-cheese-eggs-fresh-lettuce-with-cherry-tomatoes_181624-59550.jpg"},
{
id: "p4",
brand: "Sides",
name: "Jalapeño Poppers",
price: "$7.99",
rating: 4,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sandwich-with-tomato-cucumbers-table_140725-9471.jpg",
},
id: "p4", brand: "Sides", name: "Jalapeño Poppers", price: "$7.99", rating: 4,
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/chicken-sandwich-with-tomato-cucumbers-table_140725-9471.jpg"},
{
id: "p5",
brand: "Signature",
name: "Smoked Turkey Club",
price: "$13.99",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_1203-8373.jpg",
},
id: "p5", brand: "Signature", name: "Smoked Turkey Club", price: "$13.99", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_1203-8373.jpg"},
{
id: "p6",
brand: "Classic",
name: "Double Patty Burger",
price: "$15.99",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-meat-vegetables-slices-rye-bread_2829-19880.jpg",
},
id: "p6", brand: "Classic", name: "Double Patty Burger", price: "$15.99", rating: 5,
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-meat-vegetables-slices-rye-bread_2829-19880.jpg"},
]}
title="Our Popular Menu"
description="From brisket sandwiches to our signature clubs, we have it all."
@@ -186,14 +120,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
"Uber Eats",
"DoorDash",
"Yelp",
"Google Maps",
"TripAdvisor",
"Local Guide",
"OKC Dining",
]}
"Uber Eats", "DoorDash", "Yelp", "Google Maps", "TripAdvisor", "Local Guide", "OKC Dining"]}
title="Where People Find Us"
description="Join our community of satisfied diners across all major platforms."
/>
@@ -206,59 +133,28 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Kyle Cornette",
role: "Traveler",
company: "Uber Eats Review",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
},
id: "1", name: "Kyle Cornette", role: "Traveler", company: "Uber Eats Review", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg"},
{
id: "2",
name: "C. Coffman",
role: "Foodie",
company: "Regular Guest",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-chicken-burger-female-hands-fast-food-restaurant_169016-55094.jpg",
},
id: "2", name: "C. Coffman", role: "Foodie", company: "Regular Guest", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-chicken-burger-female-hands-fast-food-restaurant_169016-55094.jpg"},
{
id: "3",
name: "Mandy G",
role: "Local Guide",
company: "OKC Food Scene",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
},
id: "3", name: "Mandy G", role: "Local Guide", company: "OKC Food Scene", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg"},
{
id: "4",
name: "Sarah Miller",
role: "Diner",
company: "Visitor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166070.jpg",
},
id: "4", name: "Sarah Miller", role: "Diner", company: "Visitor", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166070.jpg"},
{
id: "5",
name: "John Doe",
role: "Regular",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6820.jpg",
},
id: "5", name: "John Doe", role: "Regular", company: "Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6820.jpg"},
]}
kpiItems={[
{
value: "4.6",
label: "Avg Rating",
},
value: "4.6", label: "Avg Rating"},
{
value: "352",
label: "Total Reviews",
},
value: "352", label: "Total Reviews"},
{
value: "100%",
label: "Satisfied",
},
value: "100%", label: "Satisfied"},
]}
title="What Our Guests Say"
description="See why our customers keep coming back for the best smoked sandwiches in OKC."
@@ -271,20 +167,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you still offer BBQ?",
content: "Our Oklahoma Smoke BBQ is available at our Moore location. Here in this spot, we've pivoted to premium burgers and sandwiches.",
},
id: "1", title: "Do you still offer BBQ?", content: "Our Oklahoma Smoke BBQ is available at our Moore location. Here in this spot, we've pivoted to premium burgers and sandwiches."},
{
id: "2",
title: "Do you offer delivery?",
content: "Yes! You can find us on Uber Eats and DoorDash.",
},
id: "2", title: "Do you offer delivery?", content: "Yes! You can find us on Uber Eats and DoorDash."},
{
id: "3",
title: "Is the music always loud?",
content: "We aim for a vibrant atmosphere, but we are always listening to feedback to ensure a comfortable dining experience.",
},
id: "3", title: "Is the music always loud?", content: "We aim for a vibrant atmosphere, but we are always listening to feedback to ensure a comfortable dining experience."},
]}
mediaAnimation="slide-up"
title="Frequently Asked Questions"
@@ -301,15 +188,9 @@ export default function LandingPage() {
description="Come grab a sandwich or order online. We can't wait to serve you."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
name: "name", type: "text", placeholder: "Your Name"},
{
name: "email",
type: "email",
placeholder: "Your Email",
},
name: "email", type: "email", placeholder: "Your Email"},
]}
imageSrc="http://img.b2bpic.net/free-photo/three-business-people-celebrating_23-2147705215.jpg"
/>
@@ -319,13 +200,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Oklahoma Smoke"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Order Online",
href: "#",
}}
text: "Order Online", href: "#"}}
/>
</div>
</ReactLenis>