Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-25 23:10:55 +00:00

View File

@@ -33,29 +33,17 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Dishes",
id: "#dishes",
},
name: "Dishes", id: "#dishes"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Meridy's Restaurant"
/>
@@ -64,19 +52,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "plain",
}}
variant: "plain"}}
title="Welcome to Meridy's Restaurant and Lounge"
description="Experience delectable dining and warm hospitality in the heart of Russell, KS. From Jim's Handcut Steaks to Meridy's Favorites, we offer a culinary journey for every palate."
buttons={[
{
text: "View Our Menu",
href: "#menu",
},
text: "View Our Menu", href: "#menu"},
{
text: "Find Us",
href: "#contact",
},
text: "Find Us", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/flute-with-two-white-black-porcelain-plates-different-size-served-table-with-natural-fir-branch_132075-6157.jpg"
imageAlt="Elegant restaurant dining room with warm lighting"
@@ -88,14 +71,11 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "A Culinary Gem in Russell, Kansas",
},
type: "text", content: "A Culinary Gem in Russell, Kansas"},
]}
buttons={[
{
text: "Our Story",
},
text: "Our Story"},
]}
/>
</div>
@@ -107,41 +87,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Hors D'oeuvres",
description: "Perfect starters to share, from classic Potato Skins to delicious Mozzarella Sticks.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062792.jpg",
imageAlt: "Assorted appetizers platter",
},
title: "Hors D'oeuvres", description: "Perfect starters to share, from classic Potato Skins to delicious Mozzarella Sticks.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062792.jpg", imageAlt: "Assorted appetizers platter"},
{
title: "Soups & Salads",
description: "Fresh, crisp salads and comforting homemade soups for a lighter meal.",
imageSrc: "http://img.b2bpic.net/free-photo/summer-chicken-caesar-salad-picnic-table_1147-67.jpg",
imageAlt: "Fresh vibrant salad bowl",
},
title: "Soups & Salads", description: "Fresh, crisp salads and comforting homemade soups for a lighter meal.", imageSrc: "http://img.b2bpic.net/free-photo/summer-chicken-caesar-salad-picnic-table_1147-67.jpg", imageAlt: "Fresh vibrant salad bowl"},
{
title: "Jim's Handcut Steaks",
description: "USDA Choice steaks, handcut and cooked to perfection, served with your choice of sides.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-medallion-mushroom-sauce-grilled-vegetables_141793-5114.jpg",
imageAlt: "Perfectly grilled ribeye steak",
},
title: "Jim's Handcut Steaks", description: "USDA Choice steaks, handcut and cooked to perfection, served with your choice of sides.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-medallion-mushroom-sauce-grilled-vegetables_141793-5114.jpg", imageAlt: "Perfectly grilled ribeye steak"},
{
title: "Meridy's Favorites",
description: "Classic American comfort food, including Fried Chicken, Pork Chops, and Roast Beef.",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-mashed-potato-mushroom-greens-lemon-side-view_141793-2373.jpg",
imageAlt: "Crispy fried chicken plate",
},
title: "Meridy's Favorites", description: "Classic American comfort food, including Fried Chicken, Pork Chops, and Roast Beef.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-mashed-potato-mushroom-greens-lemon-side-view_141793-2373.jpg", imageAlt: "Crispy fried chicken plate"},
{
title: "Shrimp & Seafood",
description: "Delight in fresh Catfish, Salmon, and a variety of Shrimp dishes, grilled or fried.",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fillet-with-lemon-slices-plate_84443-94426.jpg",
imageAlt: "Fresh grilled salmon fillet",
},
title: "Shrimp & Seafood", description: "Delight in fresh Catfish, Salmon, and a variety of Shrimp dishes, grilled or fried.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fillet-with-lemon-slices-plate_84443-94426.jpg", imageAlt: "Fresh grilled salmon fillet"},
{
title: "Sandwiches & Burgers",
description: "Classic and gourmet sandwiches, wraps, and our signature 8oz or 12oz Burgers.",
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-nuggets-with-sauces-spices_114579-71863.jpg",
imageAlt: "Classic club sandwich and gourmet cheeseburger",
},
title: "Sandwiches & Burgers", description: "Classic and gourmet sandwiches, wraps, and our signature 8oz or 12oz Burgers.", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-nuggets-with-sauces-spices_114579-71863.jpg", imageAlt: "Classic club sandwich and gourmet cheeseburger"},
]}
title="Our Diverse Culinary Offerings"
description="Explore a wide range of dishes crafted with care and passion, from savory Hors D'oeuvres to hearty Entrées and delightful Desserts."
@@ -156,53 +112,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "product-1",
name: "Homemade Onion Rings",
price: "$8.95",
variant: "Large",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pineapple-dried-rings-inside-desk-dried-fruits-unique-taste-along-with-pink-flowers-brown-wooden-desk-fruits-exotic-dry_140725-15715.jpg",
imageAlt: "Golden crispy homemade onion rings",
},
id: "product-1", name: "Homemade Onion Rings", price: "$8.95", variant: "Large", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pineapple-dried-rings-inside-desk-dried-fruits-unique-taste-along-with-pink-flowers-brown-wooden-desk-fruits-exotic-dry_140725-15715.jpg", imageAlt: "Golden crispy homemade onion rings"},
{
id: "product-2",
name: "Ribeye Steak",
price: "$49.95",
variant: "Large, USDA Choice",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-chimichurri-sauce_23-2151950802.jpg",
imageAlt: "Perfectly grilled large ribeye steak",
},
id: "product-2", name: "Ribeye Steak", price: "$49.95", variant: "Large, USDA Choice", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-chimichurri-sauce_23-2151950802.jpg", imageAlt: "Perfectly grilled large ribeye steak"},
{
id: "product-3",
name: "Half Fried Chicken",
price: "$9.95",
variant: "Classic Fried",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-assortment-sauces_23-2148784871.jpg",
imageAlt: "Crispy golden half fried chicken",
},
id: "product-3", name: "Half Fried Chicken", price: "$9.95", variant: "Classic Fried", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-assortment-sauces_23-2148784871.jpg", imageAlt: "Crispy golden half fried chicken"},
{
id: "product-4",
name: "Salmon Steak",
price: "$12.95",
variant: "Grilled",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-salmon-sashimi_1339-5552.jpg",
imageAlt: "Healthy grilled salmon steak with vegetables",
},
id: "product-4", name: "Salmon Steak", price: "$12.95", variant: "Grilled", imageSrc: "http://img.b2bpic.net/free-photo/sliced-salmon-sashimi_1339-5552.jpg", imageAlt: "Healthy grilled salmon steak with vegetables"},
{
id: "product-5",
name: "Cheeseburger",
price: "$7.95",
variant: "Bulk (12oz)",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-board_23-2148784508.jpg",
imageAlt: "Classic bulk cheeseburger with fresh toppings",
},
id: "product-5", name: "Cheeseburger", price: "$7.95", variant: "Bulk (12oz)", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-board_23-2148784508.jpg", imageAlt: "Classic bulk cheeseburger with fresh toppings"},
{
id: "product-6",
name: "Spinach Artichoke Dip",
price: "$7.95",
variant: "With homemade chips",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-hot-guacamole-sauce-with-nachos-top-view_114579-7091.jpg",
imageAlt: "Creamy spinach artichoke dip with chips",
},
id: "product-6", name: "Spinach Artichoke Dip", price: "$7.95", variant: "With homemade chips", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-hot-guacamole-sauce-with-nachos-top-view_114579-7091.jpg", imageAlt: "Creamy spinach artichoke dip with chips"},
]}
title="Signature Dishes You'll Love"
description="Savor some of our most popular and exquisitely prepared dishes, crafted for an unforgettable dining experience."
@@ -214,35 +134,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-entrepreneur-sitting-table-cafe_1262-17235.jpg",
imageAlt: "Smiling woman",
},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-entrepreneur-sitting-table-cafe_1262-17235.jpg", imageAlt: "Smiling woman"},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg",
imageAlt: "Smiling man",
},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", imageAlt: "Smiling man"},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg",
imageAlt: "Happy woman",
},
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", imageAlt: "Happy woman"},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-black-suit-working-cafe_1157-45919.jpg",
imageAlt: "Content man",
},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-black-suit-working-cafe_1157-45919.jpg", imageAlt: "Content man"},
{
id: "5",
name: "Jessica Lee",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg",
imageAlt: "Smiling woman",
},
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg", imageAlt: "Smiling woman"},
]}
cardTitle="What Our Guests Say About Meridy's"
cardTag="Delicious Food, Wonderful Ambiance"
@@ -255,34 +155,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-taxi-sign-placed_181624-13961.jpg",
alt: "Uber Logo",
},
{
src: "http://img.b2bpic.net/free-vector/food-delivery-icon-set_1262-4515.jpg",
alt: "DoorDash Logo",
},
{
src: "http://img.b2bpic.net/free-psd/restaurant-logo-design_23-2151249848.jpg",
alt: "GrubHub Logo",
},
{
src: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170580.jpg",
alt: "Yelp Logo",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ziqqo3",
alt: "OpenTable Logo",
},
{
src: "http://img.b2bpic.net/free-photo/hand-holding-balloon-letter-g_53876-63174.jpg",
alt: "TripAdvisor Logo",
},
{
src: "http://img.b2bpic.net/free-photo/happy-customer-receiving-delivery_23-2151952972.jpg",
alt: "Postmates Logo",
},
"Uber Logo", "DoorDash Logo", "GrubHub Logo", "Yelp Logo", "OpenTable Logo", "TripAdvisor Logo", "Postmates Logo"
]}
title="Proudly Partnered With"
description="Collaborating with leading services to bring you the best dining and delivery experience."
@@ -295,30 +168,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq-1",
title: "What are your operating hours?",
content: "Please call us directly for our most current operating hours. We're always happy to assist you.",
},
id: "faq-1", title: "What are your operating hours?", content: "Please call us directly for our most current operating hours. We're always happy to assist you."},
{
id: "faq-2",
title: "Do you offer vegetarian or vegan options?",
content: "Our menu features a variety of options, including fresh salads and appetizers. Please speak to our staff for specific dietary needs and recommendations.",
},
id: "faq-2", title: "Do you offer vegetarian or vegan options?", content: "Our menu features a variety of options, including fresh salads and appetizers. Please speak to our staff for specific dietary needs and recommendations."},
{
id: "faq-3",
title: "Can I make a reservation?",
content: "While we welcome walk-ins, we recommend calling ahead for larger parties or during peak hours to ensure the best dining experience.",
},
id: "faq-3", title: "Can I make a reservation?", content: "While we welcome walk-ins, we recommend calling ahead for larger parties or during peak hours to ensure the best dining experience."},
{
id: "faq-4",
title: "Do you offer catering services?",
content: "We offer various options for events and special occasions. Please contact us to discuss your catering needs.",
},
id: "faq-4", title: "Do you offer catering services?", content: "We offer various options for events and special occasions. Please contact us to discuss your catering needs."},
{
id: "faq-5",
title: "Is Meridy's family-friendly?",
content: "Absolutely! Meridy's Restaurant and Lounge is a family-friendly establishment with a dedicated Kids & Seniors menu.",
},
id: "faq-5", title: "Is Meridy's family-friendly?", content: "Absolutely! Meridy's Restaurant and Lounge is a family-friendly establishment with a dedicated Kids & Seniors menu."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about Meridy's Restaurant and Lounge."
@@ -330,18 +188,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Visit Meridy's Restaurant and Lounge in Russell, KS.\nWe look forward to serving you!"
buttons={[
{
text: "Get Directions",
href: "https://www.google.com/maps/dir/?api=1&destination=1220+S+Fossil+St,+Russell,+KS+67665",
},
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=1220+S+Fossil+St,+Russell,+KS+67665"},
{
text: "Call Us",
href: "tel:+17854833211",
},
text: "Call Us", href: "tel:+17854833211"},
]}
/>
</div>
@@ -353,19 +206,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
href: "#", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
href: "#", ariaLabel: "Instagram"},
{
icon: Twitter,
href: "#",
ariaLabel: "Twitter",
},
href: "#", ariaLabel: "Twitter"},
]}
/>
</div>