Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e03bc29b8 |
368
src/app/page.tsx
368
src/app/page.tsx
@@ -32,148 +32,87 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "홈", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "회사 소개", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
name: "메뉴", id: "#products"},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "단체 패키지", id: "#pricing"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "리뷰", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "자주 묻는 질문", id: "#faq"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "예약", id: "#contact"},
|
||||
]}
|
||||
brandName="Matkkal Pocha Munrae"
|
||||
brandName="맛깔포차 문래"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Fresh Seafood & Meat, Munrae's Gathering Place"
|
||||
description="Daily-sourced ingredients from Korea's finest regions meet warm hospitality. Perfect for team dinners, group celebrations, and memorable meals with friends."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cooking-fish-pie-with-salmon_1398-3521.jpg",
|
||||
imageAlt: "Korean street food tent with seafood grill",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cooking-fish-pie-with-salmon_1398-3521.jpg", imageAlt: "Korean street food tent with seafood grill"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-grilled-meat-wooden-plate-generated-by-ai_188544-10156.jpg",
|
||||
imageAlt: "Sizzling Korean grilled meat",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-grilled-meat-wooden-plate-generated-by-ai_188544-10156.jpg", imageAlt: "Sizzling Korean grilled meat"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081501.jpg",
|
||||
imageAlt: "Lively group dining at a Korean restaurant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081501.jpg", imageAlt: "Lively group dining at a Korean restaurant"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-learning-make-sushi_23-2151202926.jpg",
|
||||
imageAlt: "Fresh daily caught seafood display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-learning-make-sushi_23-2151202926.jpg", imageAlt: "Fresh daily caught seafood display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chopped-bean-pulses-with-scrambled-egg-butterbrot-butter-slices-white-cherry-jam-marble-table_114579-56584.jpg",
|
||||
imageAlt: "Bubbling Kimchi Jjigae hot pot",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chopped-bean-pulses-with-scrambled-egg-butterbrot-butter-slices-white-cherry-jam-marble-table_114579-56584.jpg", imageAlt: "Bubbling Kimchi Jjigae hot pot"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_23-2149218342.jpg",
|
||||
imageAlt: "Somaek glasses for Korean beer and soju mix",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_23-2149218342.jpg", imageAlt: "Somaek glasses for Korean beer and soju mix"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bowl-delicious-meat-vegetable-soup-wooden-table_181624-25430.jpg",
|
||||
imageAlt: "Hearty Korean seafood stew in a pot",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bowl-delicious-meat-vegetable-soup-wooden-table_181624-25430.jpg", imageAlt: "Hearty Korean seafood stew in a pot"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-blowtorching-chicken-wings_23-2147717032.jpg",
|
||||
imageAlt: "Delicious grilled prawns on a plate",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-blowtorching-chicken-wings_23-2147717032.jpg", imageAlt: "Delicious grilled prawns on a plate"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tent-glamping-dusk_1268-20436.jpg",
|
||||
imageAlt: "Munrae street tent at night, vibrant lights",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tent-glamping-dusk_1268-20436.jpg", imageAlt: "Munrae street tent at night, vibrant lights"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-white-plate-hot-pot-shabu-menu_1150-35270.jpg",
|
||||
imageAlt: "Assorted premium Korean meat cuts",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-white-plate-hot-pot-shabu-menu_1150-35270.jpg", imageAlt: "Assorted premium Korean meat cuts"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-holding-soup-with-beef_1220-7922.jpg",
|
||||
imageAlt: "Steaming bowl of spicy Korean ramen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-holding-soup-with-beef_1220-7922.jpg", imageAlt: "Steaming bowl of spicy Korean ramen"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-dessert-with-white-cream-sliced-kiwis-white-background-dessert-cream-cake-fruit_140725-96386.jpg",
|
||||
imageAlt: "Crispy traditional Korean Pajeon pancake",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-dessert-with-white-cream-sliced-kiwis-white-background-dessert-cream-cake-fruit_140725-96386.jpg", imageAlt: "Crispy traditional Korean Pajeon pancake"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Table Now", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269162.jpg",
|
||||
alt: "Couple enjoying food in restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269162.jpg", alt: "Couple enjoying food in restaurant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/best-friends-hanging-out-restaurant_23-2149244679.jpg",
|
||||
alt: "Best friends hanging out at a restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/best-friends-hanging-out-restaurant_23-2149244679.jpg", alt: "Best friends hanging out at a restaurant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-table-together_23-2149008747.jpg",
|
||||
alt: "Medium shot people sitting at table together",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-sitting-table-together_23-2149008747.jpg", alt: "Medium shot people sitting at table together"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hands-taking-food-photos_23-2149250120.jpg",
|
||||
alt: "Close up hands taking food photos",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hands-taking-food-photos_23-2149250120.jpg", alt: "Close up hands taking food photos"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/unrecognizable-man-holding-eating-asian-curry-soup-with-vegetables-dark-background-selective-focus_1220-7662.jpg",
|
||||
alt: "Unrecognizable man holding eating asian curry soup with vegetables on dark background Selective focus",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/unrecognizable-man-holding-eating-asian-curry-soup-with-vegetables-dark-background-selective-focus_1220-7662.jpg", alt: "Unrecognizable man holding eating asian curry soup with vegetables on dark background Selective focus"},
|
||||
]}
|
||||
avatarText="Join our 1000+ happy diners!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshness Guaranteed",
|
||||
},
|
||||
type: "text", text: "Freshness Guaranteed"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Group Friendly",
|
||||
},
|
||||
type: "text", text: "Group Friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Flavors",
|
||||
},
|
||||
type: "text", text: "Authentic Flavors"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unforgettable Experience",
|
||||
},
|
||||
type: "text", text: "Unforgettable Experience"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Munrae's Best",
|
||||
},
|
||||
type: "text", text: "Munrae's Best"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -194,29 +133,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Daily Fresh",
|
||||
title: "Finest Daily Ingredients",
|
||||
subtitle: "Uncompromised Quality",
|
||||
description: "Our ingredients are sourced fresh daily from local markets and trusted suppliers, guaranteeing the highest quality and authentic flavors in every bite.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-learning-make-sushi_23-2151202923.jpg",
|
||||
imageAlt: "Chef selecting fresh seafood at a market",
|
||||
},
|
||||
tag: "Daily Fresh", title: "Finest Daily Ingredients", subtitle: "Uncompromised Quality", description: "Our ingredients are sourced fresh daily from local markets and trusted suppliers, guaranteeing the highest quality and authentic flavors in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-learning-make-sushi_23-2151202923.jpg", imageAlt: "Chef selecting fresh seafood at a market"},
|
||||
{
|
||||
tag: "Group Friendly",
|
||||
title: "Vibrant Communal Atmosphere",
|
||||
subtitle: "Perfect for Gatherings",
|
||||
description: "Designed to foster connection, our spacious and lively setting is ideal for corporate dinners, family celebrations, or memorable nights out with friends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-ignoring-woman-while-talking-phone_107420-65720.jpg",
|
||||
imageAlt: "Happy group of friends dining in a Korean restaurant",
|
||||
},
|
||||
tag: "Group Friendly", title: "Vibrant Communal Atmosphere", subtitle: "Perfect for Gatherings", description: "Designed to foster connection, our spacious and lively setting is ideal for corporate dinners, family celebrations, or memorable nights out with friends.", imageSrc: "http://img.b2bpic.net/free-photo/man-ignoring-woman-while-talking-phone_107420-65720.jpg", imageAlt: "Happy group of friends dining in a Korean restaurant"},
|
||||
{
|
||||
tag: "Exceptional Service",
|
||||
title: "Warm Korean Hospitality",
|
||||
subtitle: "Attentive and Inviting",
|
||||
description: "Experience the warmth of true Korean hospitality with our attentive staff dedicated to making your dining experience comfortable and enjoyable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-cup-coffee_107420-12306.jpg",
|
||||
imageAlt: "Restaurant staff serving dishes with a smile",
|
||||
},
|
||||
tag: "Exceptional Service", title: "Warm Korean Hospitality", subtitle: "Attentive and Inviting", description: "Experience the warmth of true Korean hospitality with our attentive staff dedicated to making your dining experience comfortable and enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-cup-coffee_107420-12306.jpg", imageAlt: "Restaurant staff serving dishes with a smile"},
|
||||
]}
|
||||
title="Our Commitment to Quality"
|
||||
description="We pride ourselves on sourcing the freshest ingredients daily from Korea's finest regions, ensuring every dish is a testament to culinary excellence and natural flavors."
|
||||
@@ -232,53 +153,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
name: "Samgyeopsal (Grilled Pork Belly)",
|
||||
price: "₩18,000",
|
||||
variant: "Classic Korean BBQ",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-japanese-food-grill_23-2148759598.jpg",
|
||||
imageAlt: "Sizzling Korean grilled pork belly",
|
||||
},
|
||||
id: "product-1", name: "Samgyeopsal (Grilled Pork Belly)", price: "₩18,000", variant: "Classic Korean BBQ", imageSrc: "http://img.b2bpic.net/free-photo/traditional-japanese-food-grill_23-2148759598.jpg", imageAlt: "Sizzling Korean grilled pork belly"},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "Hae-mul Mo-eum (Assorted Seafood Platter)",
|
||||
price: "₩65,000",
|
||||
variant: "Fresh Daily Catch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sashimi_74190-1405.jpg",
|
||||
imageAlt: "Large platter of fresh assorted raw seafood",
|
||||
},
|
||||
id: "product-2", name: "Hae-mul Mo-eum (Assorted Seafood Platter)", price: "₩65,000", variant: "Fresh Daily Catch", imageSrc: "http://img.b2bpic.net/free-photo/sashimi_74190-1405.jpg", imageAlt: "Large platter of fresh assorted raw seafood"},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "Jjampong (Spicy Seafood Noodle Soup)",
|
||||
price: "₩12,000",
|
||||
variant: "Hearty & Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chinese-noodles-with-fish-fillet-tomato-lettuce-inside-bowl_114579-2956.jpg",
|
||||
imageAlt: "Bowl of spicy seafood noodle soup",
|
||||
},
|
||||
id: "product-3", name: "Jjampong (Spicy Seafood Noodle Soup)", price: "₩12,000", variant: "Hearty & Spicy", imageSrc: "http://img.b2bpic.net/free-photo/chinese-noodles-with-fish-fillet-tomato-lettuce-inside-bowl_114579-2956.jpg", imageAlt: "Bowl of spicy seafood noodle soup"},
|
||||
{
|
||||
id: "product-4",
|
||||
name: "Saengseon Gui (Grilled Mackerel)",
|
||||
price: "₩20,000",
|
||||
variant: "Crispy & Flavorful",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-fried-fishes-lemon-slices-brown-plate-pepper-tomatoes-with-stem-mix-colors-table-with-free-space_179666-18165.jpg",
|
||||
imageAlt: "Whole grilled mackerel fish",
|
||||
},
|
||||
id: "product-4", name: "Saengseon Gui (Grilled Mackerel)", price: "₩20,000", variant: "Crispy & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-fried-fishes-lemon-slices-brown-plate-pepper-tomatoes-with-stem-mix-colors-table-with-free-space_179666-18165.jpg", imageAlt: "Whole grilled mackerel fish"},
|
||||
{
|
||||
id: "product-5",
|
||||
name: "Dakbal (Spicy Chicken Feet)",
|
||||
price: "₩15,000",
|
||||
variant: "Popular Anju",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-female-hand-holding-fried-chicken-wing_141793-2942.jpg",
|
||||
imageAlt: "Plate of spicy Korean chicken feet",
|
||||
},
|
||||
id: "product-5", name: "Dakbal (Spicy Chicken Feet)", price: "₩15,000", variant: "Popular Anju", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-female-hand-holding-fried-chicken-wing_141793-2942.jpg", imageAlt: "Plate of spicy Korean chicken feet"},
|
||||
{
|
||||
id: "product-6",
|
||||
name: "Fresh Oysters",
|
||||
price: "₩30,000",
|
||||
variant: "Seasonal Selection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-seafood-assortment_23-2148926775.jpg",
|
||||
imageAlt: "Fresh oysters on ice with lemon",
|
||||
},
|
||||
id: "product-6", name: "Fresh Oysters", price: "₩30,000", variant: "Seasonal Selection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-seafood-assortment_23-2148926775.jpg", imageAlt: "Fresh oysters on ice with lemon"},
|
||||
]}
|
||||
title="Signature Dishes & Daily Specials"
|
||||
description="Explore our curated selection of premium seafood and expertly prepared meat dishes, crafted to tantalize your taste buds. Ask about our daily specials for the freshest seasonal ingredients."
|
||||
@@ -292,61 +177,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-basic",
|
||||
title: "Basic Group Set",
|
||||
price: "₩45,000",
|
||||
period: "per person",
|
||||
features: [
|
||||
"Choice of 1 Stew (Kimchi Jjigae / Sundubu Jjigae)",
|
||||
"Grilled Pork Belly (Samgyeopsal)",
|
||||
"Assorted Korean Side Dishes (Banchan)",
|
||||
"Soft Drinks Included",
|
||||
],
|
||||
id: "plan-basic", title: "Basic Group Set", price: "₩45,000", period: "per person", features: [
|
||||
"Choice of 1 Stew (Kimchi Jjigae / Sundubu Jjigae)", "Grilled Pork Belly (Samgyeopsal)", "Assorted Korean Side Dishes (Banchan)", "Soft Drinks Included"],
|
||||
button: {
|
||||
text: "Inquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-wagyu-beef-steak-side-dishes-prepared-charcoal-grilling_1308-190332.jpg",
|
||||
imageAlt: "Korean hotpot and grilled meat set for a group",
|
||||
},
|
||||
text: "Inquire Now", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-wagyu-beef-steak-side-dishes-prepared-charcoal-grilling_1308-190332.jpg", imageAlt: "Korean hotpot and grilled meat set for a group"},
|
||||
{
|
||||
id: "plan-premium",
|
||||
title: "Premium Group Set",
|
||||
price: "₩60,000",
|
||||
period: "per person",
|
||||
features: [
|
||||
"Fresh Daily Seafood Platter",
|
||||
"Premium Beef BBQ (Galbi / Chadolbagi)",
|
||||
"Choice of 1 Specialty Stew (Hae-mul Tang / Budae Jjigae)",
|
||||
"Assorted Korean Side Dishes (Banchan)",
|
||||
"2 Bottles of Soju or Beer",
|
||||
],
|
||||
id: "plan-premium", title: "Premium Group Set", price: "₩60,000", period: "per person", features: [
|
||||
"Fresh Daily Seafood Platter", "Premium Beef BBQ (Galbi / Chadolbagi)", "Choice of 1 Specialty Stew (Hae-mul Tang / Budae Jjigae)", "Assorted Korean Side Dishes (Banchan)", "2 Bottles of Soju or Beer"],
|
||||
button: {
|
||||
text: "Inquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552635.jpg",
|
||||
imageAlt: "Premium Korean beef bbq cuts",
|
||||
},
|
||||
text: "Inquire Now", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552635.jpg", imageAlt: "Premium Korean beef bbq cuts"},
|
||||
{
|
||||
id: "plan-corporate",
|
||||
title: "Corporate Deluxe Package",
|
||||
price: "Custom",
|
||||
period: "per group",
|
||||
features: [
|
||||
"Customizable Menu Selection",
|
||||
"Private Dining Area Options",
|
||||
"Premium Alcohol & Drink Selection",
|
||||
"Dedicated Server",
|
||||
"Flexible Scheduling",
|
||||
],
|
||||
id: "plan-corporate", title: "Corporate Deluxe Package", price: "Custom", period: "per group", features: [
|
||||
"Customizable Menu Selection", "Private Dining Area Options", "Premium Alcohol & Drink Selection", "Dedicated Server", "Flexible Scheduling"],
|
||||
button: {
|
||||
text: "Request Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8032.jpg",
|
||||
imageAlt: "Elegant private dining room in a Korean restaurant",
|
||||
},
|
||||
text: "Request Quote", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8032.jpg", imageAlt: "Elegant private dining room in a Korean restaurant"},
|
||||
]}
|
||||
title="Group Dining & Corporate Packages"
|
||||
description="Plan your next gathering with ease. Our tailored packages offer exquisite menus at competitive prices, perfect for office workers and corporate groups."
|
||||
@@ -360,45 +207,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@FoodieSeoul",
|
||||
testimonial: "Matkkal Pocha Munrae is my new favorite spot in Munrae! The seafood was incredibly fresh, and the atmosphere was perfect for our team dinner. The staff were so friendly and helpful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-asian-woman-standing-front-cafe-entrance-inviting-people-businesswoman-owner_1258-134096.jpg",
|
||||
imageAlt: "Sarah J. smiling",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@FoodieSeoul", testimonial: "Matkkal Pocha Munrae is my new favorite spot in Munrae! The seafood was incredibly fresh, and the atmosphere was perfect for our team dinner. The staff were so friendly and helpful.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-asian-woman-standing-front-cafe-entrance-inviting-people-businesswoman-owner_1258-134096.jpg", imageAlt: "Sarah J. smiling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Min-jun P.",
|
||||
handle: "@SeoulEats",
|
||||
testimonial: "As a corporate group, we're always looking for places that can accommodate us and offer great food. Matkkal Pocha exceeded expectations with their delicious grilled meats and excellent service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-bearded-man-keeping-thumb-up-looking-happy-white-background-attractive-guy-smiling-camera-showing-approved-sign-isolated_574295-6108.jpg",
|
||||
imageAlt: "Min-jun P. smiling",
|
||||
},
|
||||
id: "2", name: "Min-jun P.", handle: "@SeoulEats", testimonial: "As a corporate group, we're always looking for places that can accommodate us and offer great food. Matkkal Pocha exceeded expectations with their delicious grilled meats and excellent service.", imageSrc: "http://img.b2bpic.net/free-photo/confident-bearded-man-keeping-thumb-up-looking-happy-white-background-attractive-guy-smiling-camera-showing-approved-sign-isolated_574295-6108.jpg", imageAlt: "Min-jun P. smiling"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Hyun-woo K.",
|
||||
handle: "@TasteofKorea",
|
||||
testimonial: "The authentic pojangmacha vibe combined with premium ingredients makes this place truly special. I highly recommend the seafood stew – it's a must-try!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg",
|
||||
imageAlt: "Hyun-woo K. enjoying dinner",
|
||||
},
|
||||
id: "3", name: "Hyun-woo K.", handle: "@TasteofKorea", testimonial: "The authentic pojangmacha vibe combined with premium ingredients makes this place truly special. I highly recommend the seafood stew – it's a must-try!", imageSrc: "http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg", imageAlt: "Hyun-woo K. enjoying dinner"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jieun L.",
|
||||
handle: "@GourmetGuide",
|
||||
testimonial: "Simply outstanding! From the moment we walked in, we felt welcomed. The fresh daily specials were a highlight, and the prices were very reasonable for the quality. We'll be back!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232209.jpg",
|
||||
imageAlt: "Jieun L. with a dish",
|
||||
},
|
||||
id: "4", name: "Jieun L.", handle: "@GourmetGuide", testimonial: "Simply outstanding! From the moment we walked in, we felt welcomed. The fresh daily specials were a highlight, and the prices were very reasonable for the quality. We'll be back!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232209.jpg", imageAlt: "Jieun L. with a dish"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David C.",
|
||||
handle: "@TravelEats",
|
||||
testimonial: "A fantastic discovery in Seoul. The blend of traditional street food energy with top-tier seafood and meat is perfectly executed. A great place to experience real Korean dining.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255920.jpg",
|
||||
imageAlt: "David C. enjoying the food",
|
||||
},
|
||||
id: "5", name: "David C.", handle: "@TravelEats", testimonial: "A fantastic discovery in Seoul. The blend of traditional street food energy with top-tier seafood and meat is perfectly executed. A great place to experience real Korean dining.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255920.jpg", imageAlt: "David C. enjoying the food"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our satisfied diners about their unforgettable experiences at Matkkal Pocha Munrae, praising our fresh ingredients, lively atmosphere, and attentive service."
|
||||
@@ -411,20 +228,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How do I make a reservation for a group?",
|
||||
content: "You can easily make a reservation by filling out our online contact form below or by calling us directly at our Munrae location. We recommend booking in advance, especially for corporate groups and weekend dinners.",
|
||||
},
|
||||
id: "faq-1", title: "How do I make a reservation for a group?", content: "You can easily make a reservation by filling out our online contact form below or by calling us directly at our Munrae location. We recommend booking in advance, especially for corporate groups and weekend dinners."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What kind of daily specials do you offer?",
|
||||
content: "Our daily specials highlight the freshest seasonal ingredients, particularly seafood, sourced from local markets. Please inquire with our staff upon arrival or check our social media for today's unique offerings.",
|
||||
},
|
||||
id: "faq-2", title: "What kind of daily specials do you offer?", content: "Our daily specials highlight the freshest seasonal ingredients, particularly seafood, sourced from local markets. Please inquire with our staff upon arrival or check our social media for today's unique offerings."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Do you have options for specific dietary requirements?",
|
||||
content: "We strive to accommodate various dietary needs. Please inform us of any allergies or dietary restrictions when making your reservation or upon arrival, and our staff will assist you with menu selections.",
|
||||
},
|
||||
id: "faq-3", title: "Do you have options for specific dietary requirements?", content: "We strive to accommodate various dietary needs. Please inform us of any allergies or dietary restrictions when making your reservation or upon arrival, and our staff will assist you with menu selections."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about reservations, menu options, and our unique dining experience at Matkkal Pocha Munrae."
|
||||
@@ -436,8 +244,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Reservations"
|
||||
title="Book Your Table Today"
|
||||
description="Secure your spot at Munrae's favorite gathering place. Fill out the form or contact us directly to arrange your visit for an unforgettable culinary experience."
|
||||
@@ -449,64 +256,43 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Matkkal Pocha Munrae"
|
||||
logoText="맛깔포차 문래"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "탐색", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "홈", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "회사 소개", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "메뉴", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Book Your Visit",
|
||||
items: [
|
||||
title: "방문 예약", items: [
|
||||
{
|
||||
label: "Group Packages",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "단체 패키지", href: "#pricing"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "예약", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "자주 묻는 질문", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "연결", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "문의하기", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "개인 정보 보호 정책", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "서비스 약관", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Matkkal Pocha Munrae. All rights reserved."
|
||||
copyrightText="© 2024 맛깔포차 문래. 모든 권리 보유."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user