Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-10 20:19:17 +00:00

View File

@@ -32,37 +32,23 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "Menu", name: "Menu", id: "#signature-food"},
id: "#signature-food",
},
{ {
name: "Reviews", name: "Reviews", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Experience", name: "Experience", id: "#experience"},
id: "#experience",
},
{ {
name: "About Us", name: "About Us", id: "#local-legacy"},
id: "#local-legacy",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/four-spectacular-light-signals_23-2147661458.jpg" logoSrc="http://img.b2bpic.net/free-vector/four-spectacular-light-signals_23-2147661458.jpg"
logoAlt="Rockn 50s Cafe logo" logoAlt="Rockn 50s Cafe logo"
brandName="Rockn 50s Cafe" brandName="Rockn 50s Cafe"
button={{ button={{
text: "Order Online", text: "Order Online", href: "#"}}
href: "#",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -70,81 +56,46 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
background={{ background={{
variant: "downward-rays-animated", variant: "downward-rays-animated"}}
}}
title="Step Back Into the 50s — Where Every Meal Rocks" title="Step Back Into the 50s — Where Every Meal Rocks"
description="Classic comfort food, unforgettable service, and a nostalgic dining experience youll keep coming back for." description="Classic comfort food, unforgettable service, and a nostalgic dining experience youll keep coming back for."
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg", src: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg", alt: "Happy Customer"},
alt: "Happy Customer",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg", src: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg", alt: "Satisfied Diner"},
alt: "Satisfied Diner",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149366416.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149366416.jpg", alt: "Friendly Staff Member"},
alt: "Friendly Staff Member",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-burger_23-2150347938.jpg", alt: "Excited Visitor"},
alt: "Excited Visitor",
},
{ {
src: "http://img.b2bpic.net/free-photo/loving-family-mom-with-cute-daughter-eating-fast-food-cafe-family-nutrition-concept_169016-4604.jpg", src: "http://img.b2bpic.net/free-photo/loving-family-mom-with-cute-daughter-eating-fast-food-cafe-family-nutrition-concept_169016-4604.jpg", alt: "Family Enjoying Meal"},
alt: "Family Enjoying Meal",
},
]} ]}
avatarText="Loved by the community for generations!" avatarText="Loved by the community for generations!"
buttons={[ buttons={[
{ {
text: "View Menu", text: "View Menu", href: "#signature-food"},
href: "#signature-food",
},
{ {
text: "Visit Us Today", text: "Visit Us Today", href: "#contact"},
href: "#contact",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
marqueeItems={[ marqueeItems={[
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/top-view-star-soup-bowl-dark-surface_140725-107125.jpg", alt: "Knoephla Soup"},
src: "http://img.b2bpic.net/free-photo/top-view-star-soup-bowl-dark-surface_140725-107125.jpg",
alt: "Knoephla Soup",
},
{ {
type: "text", type: "text", text: "Famous Knoephla Soup"},
text: "Famous Knoephla Soup",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/glass-cocktail-with-cream-bubbles_114579-2194.jpg", alt: "Milkshakes & Malts"},
src: "http://img.b2bpic.net/free-photo/glass-cocktail-with-cream-bubbles_114579-2194.jpg",
alt: "Milkshakes & Malts",
},
{ {
type: "text", type: "text", text: "Amazing Shakes & Malts"},
text: "Amazing Shakes & Malts",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/meat-burger-lettuce-leaves-tomato-corns-guacamoleside-view_141793-2770.jpg", alt: "California Burger"},
src: "http://img.b2bpic.net/free-photo/meat-burger-lettuce-leaves-tomato-corns-guacamoleside-view_141793-2770.jpg",
alt: "California Burger",
},
{ {
type: "text", type: "text", text: "Classic California Burger"},
text: "Classic California Burger",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg", alt: "Elvis Burger"},
src: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg",
alt: "Elvis Burger",
},
{ {
type: "text", type: "text", text: "Legendary Elvis Burger"},
text: "Legendary Elvis Burger",
},
]} ]}
marqueeSpeed={40} marqueeSpeed={40}
showMarqueeCard={true} showMarqueeCard={true}
@@ -158,45 +109,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", handle: "@HappyDiner", testimonial: "The service here is truly incredible, the staff are so friendly and make every visit special! And don't even get me started on the shakes best in town!", rating: 5,
name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-funny-pin-up-woman-holding-cake-hands_176420-3320.jpg"},
handle: "@HappyDiner",
testimonial: "The service here is truly incredible, the staff are so friendly and make every visit special! And don't even get me started on the shakes best in town!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-funny-pin-up-woman-holding-cake-hands_176420-3320.jpg",
},
{ {
id: "2", id: "2", name: "Michael Chen", handle: "@SoupLover", testimonial: "Absolutely love the famous knoephla soup! It's worth the drive every time. Fast, friendly service and always a fun throwback atmosphere.", rating: 5,
name: "Michael Chen", 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"},
handle: "@SoupLover",
testimonial: "Absolutely love the famous knoephla soup! It's worth the drive every time. Fast, friendly service and always a fun throwback atmosphere.",
rating: 5,
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: "3", id: "3", name: "Emily Rodriguez", handle: "@FamilyFun", testimonial: "Perfect family experience! Our kids love the music and the free popcorn, and we appreciate the fast, friendly staff. It's our go-to spot.", rating: 5,
name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741284.jpg"},
handle: "@FamilyFun",
testimonial: "Perfect family experience! Our kids love the music and the free popcorn, and we appreciate the fast, friendly staff. It's our go-to spot.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741284.jpg",
},
{ {
id: "4", id: "4", name: "David Kim", handle: "@BurgerFan", testimonial: "The burgers are amazing, and the malts are out of this world. Every time I come here, it feels like stepping into a movie. Highly recommend!", rating: 5,
name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-woman-wearing-glasses-bandana-neck-looking-camera-showing-thumbs-up-isolated-olive-green-background_141793-137875.jpg"},
handle: "@BurgerFan",
testimonial: "The burgers are amazing, and the malts are out of this world. Every time I come here, it feels like stepping into a movie. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-woman-wearing-glasses-bandana-neck-looking-camera-showing-thumbs-up-isolated-olive-green-background_141793-137875.jpg",
},
{ {
id: "5", id: "5", name: "Jessica Lee", handle: "@RetroVibes", testimonial: "Such a fantastic 50s atmosphere and great music. The whole family loves coming here for the friendly vibe and delicious food. Its truly a community gem.", rating: 5,
name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/front-view-modern-family-retro-style_23-2150595535.jpg"},
handle: "@RetroVibes",
testimonial: "Such a fantastic 50s atmosphere and great music. The whole family loves coming here for the friendly vibe and delicious food. Its truly a community gem.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-modern-family-retro-style_23-2150595535.jpg",
},
]} ]}
showRating={true} showRating={true}
title="Our Community Raves About Us" title="Our Community Raves About Us"
@@ -212,61 +138,19 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "product-1", id: "product-1", name: "Knoephla Soup", price: "$12.00", variant: "Bowl", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-blue-jar-grey-cloth_23-2148320809.jpg", imageAlt: "Famous Knoephla Soup"},
name: "Knoephla Soup",
price: "$12.00",
variant: "Bowl",
imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-blue-jar-grey-cloth_23-2148320809.jpg",
imageAlt: "Famous Knoephla Soup",
},
{ {
id: "product-2", id: "product-2", name: "Strawberry Malt", price: "$8.00", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-milkshake_23-2148601258.jpg", imageAlt: "Creamy Strawberry Malt"},
name: "Strawberry Malt",
price: "$8.00",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-milkshake_23-2148601258.jpg",
imageAlt: "Creamy Strawberry Malt",
},
{ {
id: "product-3", id: "product-3", name: "California Burger", price: "$16.00", variant: "Avocado & Swiss", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-burger-with-french-fries_23-2150887849.jpg", imageAlt: "Juicy California Burger"},
name: "California Burger",
price: "$16.00",
variant: "Avocado & Swiss",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-burger-with-french-fries_23-2150887849.jpg",
imageAlt: "Juicy California Burger",
},
{ {
id: "product-4", id: "product-4", name: "Elvis Burger", price: "$18.00", variant: "Peanut Butter & Banana", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-beef-steak-salad-inside-served-with-jar-mojito_114579-2310.jpg", imageAlt: "Unique Elvis Burger"},
name: "Elvis Burger",
price: "$18.00",
variant: "Peanut Butter & Banana",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-beef-steak-salad-inside-served-with-jar-mojito_114579-2310.jpg",
imageAlt: "Unique Elvis Burger",
},
{ {
id: "product-5", id: "product-5", name: "Popcorn Chicken", price: "$10.00", variant: "Crispy Bites", imageSrc: "http://img.b2bpic.net/free-photo/cornflakes-white-bucket-blue-background-high-quality-photo_114579-75489.jpg", imageAlt: "Golden Popcorn Chicken"},
name: "Popcorn Chicken",
price: "$10.00",
variant: "Crispy Bites",
imageSrc: "http://img.b2bpic.net/free-photo/cornflakes-white-bucket-blue-background-high-quality-photo_114579-75489.jpg",
imageAlt: "Golden Popcorn Chicken",
},
{ {
id: "product-6", id: "product-6", name: "Onion Rings", price: "$7.00", variant: "Basket", imageSrc: "http://img.b2bpic.net/free-photo/fried-rings-with-sweet-chili_140725-3764.jpg", imageAlt: "Crispy Onion Rings"},
name: "Onion Rings",
price: "$7.00",
variant: "Basket",
imageSrc: "http://img.b2bpic.net/free-photo/fried-rings-with-sweet-chili_140725-3764.jpg",
imageAlt: "Crispy Onion Rings",
},
{ {
id: "product-7", id: "product-7", name: "Sweet Potato Fries", price: "$7.50", variant: "Seasoned", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-potatoes-tasty-french-fries-with-sausages-dark-desk_140725-115283.jpg", imageAlt: "Sweet Potato Fries"},
name: "Sweet Potato Fries",
price: "$7.50",
variant: "Seasoned",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-potatoes-tasty-french-fries-with-sausages-dark-desk_140725-115283.jpg",
imageAlt: "Sweet Potato Fries",
},
]} ]}
title="Irresistible Bites, Timeless Tastes" title="Irresistible Bites, Timeless Tastes"
description="Prepare to be hungry. Our menu is packed with classic comfort food made with a gourmet twist, perfect for every craving." description="Prepare to be hungry. Our menu is packed with classic comfort food made with a gourmet twist, perfect for every craving."
@@ -280,17 +164,11 @@ export default function LandingPage() {
description="Step into Rockn 50s Cafe and instantly transport yourself. The classic jukebox tunes, cozy retro booths, and our genuinely friendly servers create an atmosphere where new family memories are made and cherished traditions continue." description="Step into Rockn 50s Cafe and instantly transport yourself. The classic jukebox tunes, cozy retro booths, and our genuinely friendly servers create an atmosphere where new family memories are made and cherished traditions continue."
metrics={[ metrics={[
{ {
value: "20+", value: "20+", title: "Years Serving Bismarck"},
title: "Years Serving Bismarck",
},
{ {
value: "5-Star", value: "5-Star", title: "Customer Reviews"},
title: "Customer Reviews",
},
{ {
value: "100%", value: "100%", title: "Family Friendly"},
title: "Family Friendly",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/view-retro-looking-jukebox-machine_23-2151426458.jpg" imageSrc="http://img.b2bpic.net/free-photo/view-retro-looking-jukebox-machine_23-2151426458.jpg"
imageAlt="Vintage 50s diner interior with glowing jukebox and family in a booth" imageAlt="Vintage 50s diner interior with glowing jukebox and family in a booth"
@@ -306,59 +184,29 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
id: "feature-1", id: "feature-1", title: "Fast Service", tags: [
title: "Fast Service", "Quick & Efficient"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/clock-icon-front-side_187299-39415.jpg", imageAlt: "Stopwatch icon representing fast service"},
"Quick & Efficient",
],
imageSrc: "http://img.b2bpic.net/free-photo/clock-icon-front-side_187299-39415.jpg",
imageAlt: "Stopwatch icon representing fast service",
},
{ {
id: "feature-2", id: "feature-2", title: "Friendly Staff", tags: [
title: "Friendly Staff", "Always Smiling"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/pretty-caucasian-female-call-center-operator-headphones-sitting-desk-with-office-tools_141793-122341.jpg", imageAlt: "Smiling staff member icon"},
"Always Smiling",
],
imageSrc: "http://img.b2bpic.net/free-photo/pretty-caucasian-female-call-center-operator-headphones-sitting-desk-with-office-tools_141793-122341.jpg",
imageAlt: "Smiling staff member icon",
},
{ {
id: "feature-3", id: "feature-3", title: "Huge Portions", tags: [
title: "Huge Portions", "Generous Servings"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-plate-with-pills-forming-smile-fork-knife_181624-46968.jpg", imageAlt: "Large plate with generous food portion icon"},
"Generous Servings",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-plate-with-pills-forming-smile-fork-knife_181624-46968.jpg",
imageAlt: "Large plate with generous food portion icon",
},
{ {
id: "feature-4", id: "feature-4", title: "Family Friendly", tags: [
title: "Family Friendly", "All Ages Welcome"],
tags: [ imageSrc: "http://img.b2bpic.net/free-vector/meal-time-set_98292-2472.jpg", imageAlt: "Family with child icon representing family-friendly environment"},
"All Ages Welcome",
],
imageSrc: "http://img.b2bpic.net/free-vector/meal-time-set_98292-2472.jpg",
imageAlt: "Family with child icon representing family-friendly environment",
},
{ {
id: "feature-5", id: "feature-5", title: "Great Prices", tags: [
title: "Great Prices", "Amazing Value"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-dollar-sign_53876-63675.jpg", imageAlt: "Price tag with dollar sign icon"},
"Amazing Value",
],
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-dollar-sign_53876-63675.jpg",
imageAlt: "Price tag with dollar sign icon",
},
{ {
id: "feature-6", id: "feature-6", title: "Local Favorite", tags: [
title: "Local Favorite", "Community Loved"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1321.jpg", imageAlt: "Star icon representing local favorite"},
"Community Loved",
],
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1321.jpg",
imageAlt: "Star icon representing local favorite",
},
]} ]}
title="The Rockn 50s Difference" title="The Rockn 50s Difference"
description="Our loyal customers keep coming back for more than just the amazing food. It's the whole experience that truly sets us apart." description="Our loyal customers keep coming back for more than just the amazing food. It's the whole experience that truly sets us apart."
@@ -372,97 +220,41 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "menu-burgers", id: "menu-burgers", title: "Burgers", price: "From $14", period: "per item", features: [
title: "Burgers", "Classic Cheeseburger", "California Burger", "Elvis Burger", "Rodeo Burger"],
price: "From $14",
period: "per item",
features: [
"Classic Cheeseburger",
"California Burger",
"Elvis Burger",
"Rodeo Burger",
],
button: { button: {
text: "View Burgers", text: "View Burgers"},
}, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-fast-food-burger-french-fries-coffee_107791-17338.jpg", imageAlt: "Classic cheeseburger"},
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-fast-food-burger-french-fries-coffee_107791-17338.jpg",
imageAlt: "Classic cheeseburger",
},
{ {
id: "menu-sandwiches", id: "menu-sandwiches", title: "Sandwiches", price: "From $13", period: "per item", features: [
title: "Sandwiches", "Club Sandwich", "BLT", "Grilled Cheese", "Philly Cheesesteak"],
price: "From $13",
period: "per item",
features: [
"Club Sandwich",
"BLT",
"Grilled Cheese",
"Philly Cheesesteak",
],
button: { button: {
text: "View Sandwiches", text: "View Sandwiches"},
}, imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-sandwiches-copy-space_23-2148433316.jpg", imageAlt: "Delicious club sandwich"},
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-sandwiches-copy-space_23-2148433316.jpg",
imageAlt: "Delicious club sandwich",
},
{ {
id: "menu-soups", id: "menu-soups", title: "Soups", price: "From $8", period: "per item", features: [
title: "Soups", "Famous Knoephla Soup", "Soup of the Day", "Chili"],
price: "From $8",
period: "per item",
features: [
"Famous Knoephla Soup",
"Soup of the Day",
"Chili",
],
button: { button: {
text: "View Soups", text: "View Soups"},
}, imageSrc: "http://img.b2bpic.net/free-vector/eating-hot-food-avoid-coronavirus-pandemic-icon-vector_53876-169068.jpg", imageAlt: "Hearty bowl of soup"},
imageSrc: "http://img.b2bpic.net/free-vector/eating-hot-food-avoid-coronavirus-pandemic-icon-vector_53876-169068.jpg",
imageAlt: "Hearty bowl of soup",
},
{ {
id: "menu-sides", id: "menu-sides", title: "Sides", price: "From $5", period: "per item", features: [
title: "Sides", "Crispy Fries", "Onion Rings", "Sweet Potato Fries", "Coleslaw"],
price: "From $5",
period: "per item",
features: [
"Crispy Fries",
"Onion Rings",
"Sweet Potato Fries",
"Coleslaw",
],
button: { button: {
text: "View Sides", text: "View Sides"},
}, imageSrc: "http://img.b2bpic.net/free-vector/tasty-food-dish-collection_23-2148046316.jpg", imageAlt: "Basket of crispy fries"},
imageSrc: "http://img.b2bpic.net/free-vector/tasty-food-dish-collection_23-2148046316.jpg",
imageAlt: "Basket of crispy fries",
},
{ {
id: "menu-shakes-drinks", id: "menu-shakes-drinks", title: "Shakes & Drinks", price: "From $6", period: "per item", features: [
title: "Shakes & Drinks", "Milkshakes", "Malts", "Sodas", "Coffee"],
price: "From $6",
period: "per item",
features: [
"Milkshakes",
"Malts",
"Sodas",
"Coffee",
],
button: { button: {
text: "View Drinks", text: "View Drinks"},
}, imageSrc: "http://img.b2bpic.net/free-vector/vintage-christmas-menu-template_23-2148344023.jpg", imageAlt: "Classic milkshake with whipped cream"},
imageSrc: "http://img.b2bpic.net/free-vector/vintage-christmas-menu-template_23-2148344023.jpg",
imageAlt: "Classic milkshake with whipped cream",
},
]} ]}
title="Explore Our Menu Highlights" title="Explore Our Menu Highlights"
description="From juicy burgers to creamy shakes, discover the deliciousness that awaits you at Rockn 50s Cafe. There's something for everyone!" description="From juicy burgers to creamy shakes, discover the deliciousness that awaits you at Rockn 50s Cafe. There's something for everyone!"
buttons={[ buttons={[
{ {
text: "View Full Menu", text: "View Full Menu", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -471,6 +263,7 @@ export default function LandingPage() {
<SocialProofOne <SocialProofOne
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[]}
title="A Bismarck Tradition, Loved for Generations" title="A Bismarck Tradition, Loved for Generations"
description="Since the 80s, Rockn 50s Cafe has been more than just a restaurant; its a cornerstone of the Bismarck community. Were proud to be a local favorite, serving nostalgic memories and delicious food to generations of loyal customers. Join our legacy." description="Since the 80s, Rockn 50s Cafe has been more than just a restaurant; its a cornerstone of the Bismarck community. Were proud to be a local favorite, serving nostalgic memories and delicious food to generations of loyal customers. Join our legacy."
speed={30} speed={30}
@@ -482,8 +275,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Visit Us" tag="Visit Us"
title="Come Taste the 50s Today" title="Come Taste the 50s Today"
description="Ready to step back in time and savor some classic American diner food? Find us, order online, or simply walk in for an unforgettable experience." description="Ready to step back in time and savor some classic American diner food? Find us, order online, or simply walk in for an unforgettable experience."
@@ -505,70 +297,41 @@ export default function LandingPage() {
logoText="Rockn 50s Cafe" logoText="Rockn 50s Cafe"
columns={[ columns={[
{ {
title: "Location", title: "Location", items: [
items: [
{ {
label: "123 Main Street", label: "123 Main Street", href: "#"},
href: "#",
},
{ {
label: "Bismarck, ND 58501", label: "Bismarck, ND 58501", href: "#"},
href: "#",
},
{ {
label: "(701) 555-1950", label: "(701) 555-1950", href: "#"},
href: "#",
},
{ {
label: "Mon-Sat: 11 AM - 9 PM", label: "Mon-Sat: 11 AM - 9 PM", href: "#"},
href: "#",
},
{ {
label: "Sun: 12 PM - 8 PM", label: "Sun: 12 PM - 8 PM", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Menu", title: "Menu", items: [
items: [
{ {
label: "Burgers & Sandwiches", label: "Burgers & Sandwiches", href: "#signature-food"},
href: "#signature-food",
},
{ {
label: "Shakes & Drinks", label: "Shakes & Drinks", href: "#signature-food"},
href: "#signature-food",
},
{ {
label: "Soups & Sides", label: "Soups & Sides", href: "#signature-food"},
href: "#signature-food",
},
{ {
label: "Full Menu", label: "Full Menu", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "Facebook", label: "Facebook", href: "https://facebook.com/rockn50scafe"},
href: "https://facebook.com/rockn50scafe",
},
{ {
label: "Instagram", label: "Instagram", href: "https://instagram.com/rockn50scafe"},
href: "https://instagram.com/rockn50scafe",
},
{ {
label: "Yelp Reviews", label: "Yelp Reviews", href: "https://yelp.com/rockn50scafe"},
href: "https://yelp.com/rockn50scafe",
},
{ {
label: "Google Maps", label: "Google Maps", href: "https://www.google.com/maps/search/Rock'n+50's+Cafe"},
href: "https://www.google.com/maps/search/Rock'n+50's+Cafe",
},
], ],
}, },
]} ]}