Merge version_1 into main #3
@@ -10,7 +10,7 @@ export default function MenuPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Reservations", id: "/reservations" },
|
||||
{ name: "Reservations", id: "/reservations" }
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -45,11 +45,10 @@ export default function MenuPage() {
|
||||
{ id: "samgyeopsal", name: "Samgyeopsal", price: "₩35,000", rating: 5, reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/pork-sliced-grilling-hot-pan_1339-7503.jpg", imageAlt: "fresh samgyeopsal grilled pork belly slices" },
|
||||
{ id: "chadolbaegi", name: "Chadolbaegi", price: "₩42,000", rating: 4, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sliced-meat-with-fresh-vegetables-placed-stone-table_2831-8387.jpg", imageAlt: "delicate chadolbaegi thinly sliced beef brisket" },
|
||||
{ id: "haemul-pajeon", name: "Haemul Pajeon", price: "₩28,000", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/food-cheese-slice-sliced-glass_1203-4412.jpg", imageAlt: "seafood pancake haemul pajeon crispy" },
|
||||
{ id: "jjajangmyeon", name: "Jjajangmyeon", price: "₩15,000", rating: 4, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/beef-noodle-soup-rocks_84443-85831.jpg", imageAlt: "black bean noodles jjajangmyeon" },
|
||||
{ id: "jjajangmyeon", name: "Jjajangmyeon", price: "₩15,000", rating: 4, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/beef-noodle-soup-rocks_84443-85831.jpg", imageAlt: "black bean noodles jjajangmyeon" }
|
||||
]}
|
||||
searchPlaceholder="Search menu items..."
|
||||
emptyMessage="No menu items found matching your search."
|
||||
useInvertedBackground={true}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
@@ -70,22 +69,22 @@ export default function MenuPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Reservations", href: "/reservations" },
|
||||
],
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Reservations", href: "/reservations" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Menu", items: [
|
||||
{ label: "Our Dishes", href: "/menu" },
|
||||
{ label: "Specials", href: "/menu" },
|
||||
],
|
||||
{ label: "Specials", href: "/menu" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Follow Us", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com/sizzle_and_seoul" },
|
||||
{ label: "Facebook", href: "https://facebook.com/sizzleandseoul" },
|
||||
],
|
||||
},
|
||||
{ label: "Facebook", href: "https://facebook.com/sizzleandseoul" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/hand-drawn-asian-food-labels-template_23-2150099485.jpg"
|
||||
logoAlt="Sizzle & Seoul Logo"
|
||||
|
||||
@@ -51,7 +51,7 @@ export default function HomePage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529801.jpg", imageAlt: "variety of fresh korean banchan dishes" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-served-with-goldy-chicken-nuggets-cooked-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-garlic-sauce-decorated-with-fresh-salad-cheese_132075-13072.jpg", imageAlt: "golden brown grilled mushrooms korean bbq" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bottles-cold-beer-macro-photography_53876-167197.jpg", imageAlt: "korean soju bottle with shot glasses" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-japanese-food-grill_23-2148759599.jpg", imageAlt: "premium beef sizzling on korean grill close up" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-japanese-food-grill_23-2148759599.jpg", imageAlt: "premium beef sizzling on korean grill close up" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-view-parent-child-spending-time-together_23-2151587646.jpg", imageAlt: "modern korean bbq restaurant interior design" },
|
||||
@@ -59,17 +59,16 @@ export default function HomePage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-2992.jpg", imageAlt: "stylish korean bbq table setting dark theme" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510918.jpg", imageAlt: "chef preparing korean bbq ingredients kitchen" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/turkish-national-lahmacun-with-vegetables_140725-2232.jpg", imageAlt: "waiter serving korean bbq dishes to customers" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-night-city-lights_23-2149024741.jpg", imageAlt: "exterior view modern korean bbq restaurant night" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-night-city-lights_23-2149024741.jpg", imageAlt: "exterior view modern korean bbq restaurant night" }
|
||||
]}
|
||||
tag="Seoul's Finest"
|
||||
tagIcon={ChefHat}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "/menu" },
|
||||
{ text: "Make a Reservation", href: "/reservations" },
|
||||
{ text: "Make a Reservation", href: "/reservations" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,7 +79,7 @@ export default function HomePage() {
|
||||
bulletPoints={[
|
||||
{ title: "Premium Ingredients", description: "Only the highest quality Hanwoo beef and fresh local produce.", icon: Gem },
|
||||
{ title: "Traditional Recipes", description: "Time-honored Korean marinades and preparation methods.", icon: BookMarked },
|
||||
{ title: "Modern Ambiance", description: "A stylish and comfortable dining experience in the heart of Seoul.", icon: Sofa },
|
||||
{ title: "Modern Ambiance", description: "A stylish and comfortable dining experience in the heart of Seoul.", icon: Sofa }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-meat-barbecue-grill_23-2147841091.jpg"
|
||||
imageAlt="glowing charcoal Korean BBQ grill"
|
||||
@@ -97,7 +96,7 @@ export default function HomePage() {
|
||||
features={[
|
||||
{ title: "Finest Cuts", description: "Savor meticulously selected premium meats, expertly prepared and seasoned for maximum flavor.", imageSrc: "http://img.b2bpic.net/free-photo/steak-meat-with-rosemary-pepper-top-view_140725-11350.jpg", imageAlt: "marbled korean hanwoo beef" },
|
||||
{ title: "Fresh Banchan", description: "Enjoy an endless array of vibrant, freshly prepared Korean side dishes, complementing your BBQ perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-cabbage-sliced_140725-84695.jpg", imageAlt: "fresh organic korean vegetables" },
|
||||
{ title: "Tabletop Grilling", description: "Experience the interactive joy of grilling your own meat at your table, guided by our attentive staff.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-teapot-with-dishware-spoon_23-2148798048.jpg", imageAlt: "traditional korean earthenware bowls banchan" },
|
||||
{ title: "Tabletop Grilling", description: "Experience the interactive joy of grilling your own meat at your table, guided by our attentive staff.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-teapot-with-dishware-spoon_23-2148798048.jpg", imageAlt: "traditional korean earthenware bowls banchan" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -116,7 +115,7 @@ export default function HomePage() {
|
||||
{ id: "3", name: "David L.", handle: "@globetrotting_gourmet", testimonial: "A truly authentic Korean BBQ experience with a contemporary twist. Every dish was a delight, especially the variety of banchan. Loved it!", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-pizza_23-2148540342.jpg", imageAlt: "content asian couple eating korean bbq" },
|
||||
{ id: "4", name: "Jessica P.", handle: "@seoul_explorer", testimonial: "The quality of the meat here is unmatched. The staff were so helpful with the grilling, making for a fun and delicious evening. Will be back!", imageSrc: "http://img.b2bpic.net/free-photo/dreaming-woman-cafe_171337-16367.jpg", imageAlt: "professional asian woman confident pose" },
|
||||
{ id: "5", name: "Alex R.", handle: "@foodventure_alex", testimonial: "Sizzle & Seoul delivered an exceptional dining experience. The ambiance was perfect for a relaxed dinner, and the flavors were bold and authentic.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-posing-studio_23-2151156392.jpg", imageAlt: "young asian man food blogger happy eating" },
|
||||
{ id: "6", name: "Emily C.", handle: "@culinary_critic", testimonial: "A culinary gem in Seoul! The beef brisket was fantastic, and the entire meal felt like a celebration of Korean cuisine. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-headset_74855-2661.jpg", imageAlt: "elegant asian woman enjoying fine dining" },
|
||||
{ id: "6", name: "Emily C.", handle: "@culinary_critic", testimonial: "A culinary gem in Seoul! The beef brisket was fantastic, and the entire meal felt like a celebration of Korean cuisine. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-headset_74855-2661.jpg", imageAlt: "elegant asian woman enjoying fine dining" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -145,22 +144,22 @@ export default function HomePage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Reservations", href: "/reservations" },
|
||||
],
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Reservations", href: "/reservations" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Menu", items: [
|
||||
{ label: "Our Dishes", href: "/menu" },
|
||||
{ label: "Specials", href: "/menu" },
|
||||
],
|
||||
{ label: "Specials", href: "/menu" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Follow Us", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com/sizzle_and_seoul" },
|
||||
{ label: "Facebook", href: "https://facebook.com/sizzleandseoul" },
|
||||
],
|
||||
},
|
||||
{ label: "Facebook", href: "https://facebook.com/sizzleandseoul" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/hand-drawn-asian-food-labels-template_23-2150099485.jpg"
|
||||
logoAlt="Sizzle & Seoul Logo"
|
||||
|
||||
Reference in New Issue
Block a user