Merge version_2 into main #1
283
src/app/page.tsx
283
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
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: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Our Team", id: "#team"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Seoul Garden Restaurant"
|
||||
/>
|
||||
@@ -68,19 +54,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Seoul Garden Restaurant"
|
||||
description="Experience the true essence of Korean cuisine. A culinary journey awaits you with authentic flavors and warm hospitality."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shanghai-old-building_649448-3951.jpg"
|
||||
imageAlt="Exterior of Seoul Garden Restaurant at night, warmly lit"
|
||||
@@ -93,20 +74,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Our Story & Philosophy"
|
||||
description="Seoul Garden Restaurant was founded with a passion for sharing the rich culinary heritage of Korea. We believe in using the freshest ingredients, traditional cooking methods, and a touch of modern flair to create dishes that are both authentic and innovative. Our mission is to offer a memorable dining experience, where every dish tells a story of tradition, flavor, and community."
|
||||
description="Seoul Garden Restaurant, the premier Korean restaurant in Cuyahoga Falls, OH, invites you to experience the authentic flavors of Korea. Conveniently located at 2559 State Rd, our restaurant offers a warm and welcoming atmosphere perfect for a night out with family and friends or a quiet dinner for two. Our menu features a wide variety of traditional Korean dishes, including bibimbap, bulgogi, and kimchi, all made with the freshest ingredients and bold flavors. Whether you're in the mood for something spicy or savory, our chefs have crafted a menu that will delight your senses. At Seoul Garden Restaurant, we're dedicated to providing exceptional service and a memorable dining experience. Come visit us today and discover the rich flavors of Korean cuisine!"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "Passed down through generations, ensuring genuine Korean taste.",
|
||||
},
|
||||
title: "Authentic Recipes", description: "Passed down through generations, ensuring genuine Korean taste."},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Sourced daily from local markets and trusted suppliers for quality.",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "Sourced daily from local markets and trusted suppliers for quality."},
|
||||
{
|
||||
title: "Warm Hospitality",
|
||||
description: "Experience Korean warmth and welcoming service.",
|
||||
},
|
||||
title: "Warm Hospitality", description: "Experience Korean warmth and welcoming service."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg"
|
||||
imageAlt="Interior of Seoul Garden Restaurant with traditional Korean decor"
|
||||
@@ -121,35 +96,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "kimchi",
|
||||
title: "Handcrafted Kimchi",
|
||||
descriptions: [
|
||||
"Our signature kimchi is made in-house daily, following a traditional family recipe that balances spice and fermentation perfectly.",
|
||||
"A staple of Korean cuisine, our kimchi adds a distinctive kick to any meal.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kimchi-ready-eat-black-plate_1150-35690.jpg",
|
||||
imageAlt: "Bowl of freshly made kimchi",
|
||||
},
|
||||
id: "kimchi", title: "Handcrafted Kimchi", descriptions: [
|
||||
"Our signature kimchi is made in-house daily, following a traditional family recipe that balances spice and fermentation perfectly.", "A staple of Korean cuisine, our kimchi adds a distinctive kick to any meal."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kimchi-ready-eat-black-plate_1150-35690.jpg", imageAlt: "Bowl of freshly made kimchi"},
|
||||
{
|
||||
id: "bulgogi",
|
||||
title: "Sizzling Bulgogi",
|
||||
descriptions: [
|
||||
"Taste our tender, marinated beef bulgogi, grilled to perfection right at your table.",
|
||||
"A favorite worldwide, our bulgogi offers a sweet and savory experience.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-plate_1339-5873.jpg",
|
||||
imageAlt: "Sizzling bulgogi on a hot plate",
|
||||
},
|
||||
id: "bulgogi", title: "Sizzling Bulgogi", descriptions: [
|
||||
"Taste our tender, marinated beef bulgogi, grilled to perfection right at your table.", "A favorite worldwide, our bulgogi offers a sweet and savory experience."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-plate_1339-5873.jpg", imageAlt: "Sizzling bulgogi on a hot plate"},
|
||||
{
|
||||
id: "bibimbap",
|
||||
title: "Vibrant Bibimbap",
|
||||
descriptions: [
|
||||
"A colorful and nutritious bowl of mixed rice with various vegetables, meat, and a fried egg.",
|
||||
"Customizable to your preference, it's a harmony of flavors and textures.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529801.jpg",
|
||||
imageAlt: "Colorful bibimbap bowl",
|
||||
},
|
||||
id: "bibimbap", title: "Vibrant Bibimbap", descriptions: [
|
||||
"A colorful and nutritious bowl of mixed rice with various vegetables, meat, and a fried egg.", "Customizable to your preference, it's a harmony of flavors and textures."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529801.jpg", imageAlt: "Colorful bibimbap bowl"},
|
||||
]}
|
||||
title="Our Specialties"
|
||||
description="Discover the dishes that define Seoul Garden Restaurant. Each one prepared with care and tradition."
|
||||
@@ -164,53 +121,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "galbi",
|
||||
name: "Galbi (Grilled Short Ribs)",
|
||||
price: "$32.99",
|
||||
variant: "Premium Beef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-charcoal-grill_1339-5008.jpg",
|
||||
imageAlt: "Grilled Korean short ribs (Galbi)",
|
||||
},
|
||||
id: "galbi", name: "Galbi (Grilled Short Ribs)", price: "$32.99", variant: "Premium Beef", imageSrc: "http://img.b2bpic.net/free-photo/pork-charcoal-grill_1339-5008.jpg", imageAlt: "Grilled Korean short ribs (Galbi)"},
|
||||
{
|
||||
id: "japchae",
|
||||
name: "Japchae (Glass Noodles)",
|
||||
price: "$18.99",
|
||||
variant: "Vegetarian Option",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chopsticks-chinese-food-rag_23-2147762703.jpg",
|
||||
imageAlt: "Stir-fried Korean glass noodles (Japchae)",
|
||||
},
|
||||
id: "japchae", name: "Japchae (Glass Noodles)", price: "$18.99", variant: "Vegetarian Option", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chopsticks-chinese-food-rag_23-2147762703.jpg", imageAlt: "Stir-fried Korean glass noodles (Japchae)"},
|
||||
{
|
||||
id: "tteokbokki",
|
||||
name: "Tteokbokki (Spicy Rice Cakes)",
|
||||
price: "$16.99",
|
||||
variant: "Street Food Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-italian-pasta-with-tomato-sauce-cucumber-inside-pan-dark-surface_140725-25973.jpg",
|
||||
imageAlt: "Spicy Korean rice cakes (Tteokbokki)",
|
||||
},
|
||||
id: "tteokbokki", name: "Tteokbokki (Spicy Rice Cakes)", price: "$16.99", variant: "Street Food Classic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-italian-pasta-with-tomato-sauce-cucumber-inside-pan-dark-surface_140725-25973.jpg", imageAlt: "Spicy Korean rice cakes (Tteokbokki)"},
|
||||
{
|
||||
id: "sundubu",
|
||||
name: "Sundubu Jjigae (Soft Tofu Stew)",
|
||||
price: "$19.99",
|
||||
variant: "Seafood or Pork",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kimchi-jikae-kimchi-soup-ready-eat-bowl_1150-42851.jpg",
|
||||
imageAlt: "Spicy soft tofu stew (Sundubu Jjigae)",
|
||||
},
|
||||
id: "sundubu", name: "Sundubu Jjigae (Soft Tofu Stew)", price: "$19.99", variant: "Seafood or Pork", imageSrc: "http://img.b2bpic.net/free-photo/kimchi-jikae-kimchi-soup-ready-eat-bowl_1150-42851.jpg", imageAlt: "Spicy soft tofu stew (Sundubu Jjigae)"},
|
||||
{
|
||||
id: "pajeon",
|
||||
name: "Haemul Pajeon (Seafood Pancake)",
|
||||
price: "$22.99",
|
||||
variant: "Crispy & Savory",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-korean-jeon-wooden-serving-board-small-dipping-sauce-bowls_123827-36933.jpg",
|
||||
imageAlt: "Korean seafood pancake (Haemul Pajeon)",
|
||||
},
|
||||
id: "pajeon", name: "Haemul Pajeon (Seafood Pancake)", price: "$22.99", variant: "Crispy & Savory", imageSrc: "http://img.b2bpic.net/free-photo/assorted-korean-jeon-wooden-serving-board-small-dipping-sauce-bowls_123827-36933.jpg", imageAlt: "Korean seafood pancake (Haemul Pajeon)"},
|
||||
{
|
||||
id: "samgyeopsal",
|
||||
name: "Samgyeopsal (Grilled Pork Belly)",
|
||||
price: "$29.99",
|
||||
variant: "BBQ Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-fresh-vietnamese-spring-rolls_84443-85750.jpg",
|
||||
imageAlt: "Grilled Korean pork belly (Samgyeopsal)",
|
||||
},
|
||||
id: "samgyeopsal", name: "Samgyeopsal (Grilled Pork Belly)", price: "$29.99", variant: "BBQ Special", imageSrc: "http://img.b2bpic.net/free-photo/colorful-fresh-vietnamese-spring-rolls_84443-85750.jpg", imageAlt: "Grilled Korean pork belly (Samgyeopsal)"},
|
||||
]}
|
||||
title="Our Full Menu"
|
||||
description="Explore a diverse selection of traditional and contemporary Korean dishes, crafted to satisfy every palate."
|
||||
@@ -224,59 +145,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "lunch",
|
||||
title: "Lunch Specials",
|
||||
price: "From $14.99",
|
||||
period: "/person",
|
||||
features: [
|
||||
"Daily selection of main courses",
|
||||
"Complimentary side dishes (banchan)",
|
||||
"Available Mon-Fri, 11 AM - 2 PM",
|
||||
"Dine-in only",
|
||||
],
|
||||
id: "lunch", title: "Lunch Specials", price: "From $14.99", period: "/person", features: [
|
||||
"Daily selection of main courses", "Complimentary side dishes (banchan)", "Available Mon-Fri, 11 AM - 2 PM", "Dine-in only"],
|
||||
button: {
|
||||
text: "See Lunch Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-bento-box-composition_23-2148973290.jpg",
|
||||
imageAlt: "Korean lunch bento box",
|
||||
},
|
||||
text: "See Lunch Menu", href: "#menu"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-bento-box-composition_23-2148973290.jpg", imageAlt: "Korean lunch bento box"},
|
||||
{
|
||||
id: "dinner",
|
||||
title: "Dinner Sets",
|
||||
price: "From $29.99",
|
||||
period: "/person",
|
||||
features: [
|
||||
"Premium BBQ cuts & stews",
|
||||
"Chef's special appetizers",
|
||||
"Available daily from 5 PM",
|
||||
"Perfect for groups",
|
||||
],
|
||||
id: "dinner", title: "Dinner Sets", price: "From $29.99", period: "/person", features: [
|
||||
"Premium BBQ cuts & stews", "Chef's special appetizers", "Available daily from 5 PM", "Perfect for groups"],
|
||||
button: {
|
||||
text: "Explore Dinner",
|
||||
href: "#menu",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-food-cooking_23-2149428730.jpg",
|
||||
imageAlt: "Elegant Korean dinner spread",
|
||||
},
|
||||
text: "Explore Dinner", href: "#menu"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-food-cooking_23-2149428730.jpg", imageAlt: "Elegant Korean dinner spread"},
|
||||
{
|
||||
id: "family",
|
||||
title: "Family Combos",
|
||||
price: "From $69.99",
|
||||
period: "/group",
|
||||
features: [
|
||||
"Curated selection of popular dishes",
|
||||
"Generous portions for sharing",
|
||||
"Includes drinks and dessert",
|
||||
"Great value for families",
|
||||
],
|
||||
id: "family", title: "Family Combos", price: "From $69.99", period: "/group", features: [
|
||||
"Curated selection of popular dishes", "Generous portions for sharing", "Includes drinks and dessert", "Great value for families"],
|
||||
button: {
|
||||
text: "Order Combo",
|
||||
href: "#menu",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-cooked-meat-with-greens-cherry-tomatoes-inside-plate-with-seasonings-dark-blue-background_140725-58316.jpg",
|
||||
imageAlt: "Korean family combo platter",
|
||||
},
|
||||
text: "Order Combo", href: "#menu"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-cooked-meat-with-greens-cherry-tomatoes-inside-plate-with-seasonings-dark-blue-background_140725-58316.jpg", imageAlt: "Korean family combo platter"},
|
||||
]}
|
||||
title="Dining Options"
|
||||
description="Whether it's a quick lunch, a delightful dinner, or a family feast, we have a perfect option for every occasion."
|
||||
@@ -291,25 +176,15 @@ export default function LandingPage() {
|
||||
author="Sarah M."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-successful-japanese-office-lady-suit-cross-arms-looking-as-professional-camera-leaning-white-wall-with-advertisement-empty-copy-space-logo-pink-background_1258-89822.jpg",
|
||||
alt: "Sarah M. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-successful-japanese-office-lady-suit-cross-arms-looking-as-professional-camera-leaning-white-wall-with-advertisement-empty-copy-space-logo-pink-background_1258-89822.jpg", alt: "Sarah M. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg",
|
||||
alt: "John D. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg", alt: "John D. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-headphones-around-neck_23-2148397126.jpg",
|
||||
alt: "Emily R. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-headphones-around-neck_23-2148397126.jpg", alt: "Emily R. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-seamless-pattern-design_23-2151179194.jpg",
|
||||
alt: "Michael C. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-seamless-pattern-design_23-2151179194.jpg", alt: "Michael C. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156166.jpg",
|
||||
alt: "Jessica L. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156166.jpg", alt: "Jessica L. avatar"},
|
||||
]}
|
||||
ratingAnimation="opacity"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -324,29 +199,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "chef-kim",
|
||||
name: "Chef Min-jun Kim",
|
||||
role: "Head Chef & Founder",
|
||||
description: "Chef Kim brings over 20 years of culinary expertise, blending traditional Korean cooking with innovative techniques. His passion for authentic flavors is the heart of Seoul Garden.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrating-society_23-2151102423.jpg",
|
||||
imageAlt: "Portrait of Chef Min-jun Kim",
|
||||
},
|
||||
id: "chef-kim", name: "Chef Min-jun Kim", role: "Head Chef & Founder", description: "Chef Kim brings over 20 years of culinary expertise, blending traditional Korean cooking with innovative techniques. His passion for authentic flavors is the heart of Seoul Garden.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrating-society_23-2151102423.jpg", imageAlt: "Portrait of Chef Min-jun Kim"},
|
||||
{
|
||||
id: "manager-lee",
|
||||
name: "Manager Sora Lee",
|
||||
role: "Restaurant Manager",
|
||||
description: "Sora ensures every guest enjoys a seamless and delightful dining experience. Her warm smile and meticulous attention to detail are what make our service exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-being-roommates_23-2149358484.jpg",
|
||||
imageAlt: "Portrait of Manager Sora Lee",
|
||||
},
|
||||
id: "manager-lee", name: "Manager Sora Lee", role: "Restaurant Manager", description: "Sora ensures every guest enjoys a seamless and delightful dining experience. Her warm smile and meticulous attention to detail are what make our service exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-being-roommates_23-2149358484.jpg", imageAlt: "Portrait of Manager Sora Lee"},
|
||||
{
|
||||
id: "sommelier-park",
|
||||
name: "Sommelier Joon Park",
|
||||
role: "Beverage Director",
|
||||
description: "Joon expertly curates our selection of traditional Korean beverages and international wines, ensuring the perfect pairing for every dish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-sommelier_1098-14998.jpg",
|
||||
imageAlt: "Portrait of Sommelier Joon Park",
|
||||
},
|
||||
id: "sommelier-park", name: "Sommelier Joon Park", role: "Beverage Director", description: "Joon expertly curates our selection of traditional Korean beverages and international wines, ensuring the perfect pairing for every dish.", imageSrc: "http://img.b2bpic.net/free-photo/female-sommelier_1098-14998.jpg", imageAlt: "Portrait of Sommelier Joon Park"},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Behind every delicious dish and warm welcome is our passionate team, committed to making your visit unforgettable."
|
||||
@@ -358,30 +215,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend making a reservation, especially for dinner and weekend visits, to ensure you get a table. You can book directly through our website or by calling us.",
|
||||
},
|
||||
id: "faq1", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially for dinner and weekend visits, to ensure you get a table. You can book directly through our website or by calling us."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer vegetarian or vegan options?",
|
||||
content: "Absolutely! We have several delicious vegetarian and vegan dishes, and many of our menu items can be customized to fit your dietary needs. Please inform your server about any allergies or preferences.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer vegetarian or vegan options?", content: "Absolutely! We have several delicious vegetarian and vegan dishes, and many of our menu items can be customized to fit your dietary needs. Please inform your server about any allergies or preferences."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Is there parking available?",
|
||||
content: "Yes, we offer complimentary valet parking for our guests. There is also ample street parking in the surrounding area.",
|
||||
},
|
||||
id: "faq3", title: "Is there parking available?", content: "Yes, we offer complimentary valet parking for our guests. There is also ample street parking in the surrounding area."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Do you have private dining rooms?",
|
||||
content: "We offer private dining options for special occasions and group events. Please contact us directly for more information on availability and customizable menus.",
|
||||
},
|
||||
id: "faq4", title: "Do you have private dining rooms?", content: "We offer private dining options for special occasions and group events. Please contact us directly for more information on availability and customizable menus."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open Monday to Friday from 11 AM - 2 PM for lunch and 5 PM - 10 PM for dinner. On weekends, we are open from 12 PM - 11 PM. Please check our Contact section for specific holiday hours.",
|
||||
},
|
||||
id: "faq5", title: "What are your operating hours?", content: "We are open Monday to Friday from 11 AM - 2 PM for lunch and 5 PM - 10 PM for dinner. On weekends, we are open from 12 PM - 11 PM. Please check our Contact section for specific holiday hours."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about dining at Seoul Garden Restaurant."
|
||||
@@ -394,22 +236,15 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to savor authentic Korean flavors? Make a reservation or get in touch with us for any inquiries. We look forward to welcoming you to Seoul Garden Restaurant!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us: (123) 456-7890",
|
||||
href: "tel:1234567890",
|
||||
},
|
||||
text: "Call Us: (123) 456-7890", href: "tel:1234567890"},
|
||||
{
|
||||
text: "Email Us: info@seoulgarden.com",
|
||||
href: "mailto:info@seoulgarden.com",
|
||||
},
|
||||
text: "Email Us: info@seoulgarden.com", href: "mailto:info@seoulgarden.com"},
|
||||
{
|
||||
text: "Visit Us: 123 Korean BBQ Lane, Seoul City",
|
||||
href: "#",
|
||||
},
|
||||
text: "Visit Us: 123 Korean BBQ Lane, Seoul City", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -423,4 +258,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user