Merge version_1 into main #2
@@ -8,9 +8,9 @@ import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
|
||||
export default function MenuPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "Menu", href: "/menu" },
|
||||
{ name: "Reservations", href: "/reservations" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Reservations", id: "/reservations" },
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -39,8 +39,6 @@ export default function MenuPage() {
|
||||
<div id="menu-catalog" data-section="menu-catalog">
|
||||
<ProductCatalog
|
||||
layout="page"
|
||||
title="Our Exquisite Menu"
|
||||
description="Explore our wide selection of premium Korean BBQ meats, traditional side dishes, and refreshing beverages."
|
||||
products={[
|
||||
{ id: "galbi", name: "Marinated Galbi", price: "₩45,000", rating: 5, reviewCount: "230", imageSrc: "http://img.b2bpic.net/free-photo/side-view-sac-kavurma-with-tomatoes_176474-3208.jpg", imageAlt: "premium marinated galbi korean short ribs" },
|
||||
{ id: "spicy-pork-bulgogi", name: "Spicy Pork Bulgogi", price: "₩38,000", rating: 4, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-plate_1339-5873.jpg", imageAlt: "spicy pork bulgogi sizzling on plate" },
|
||||
@@ -63,7 +61,6 @@ export default function MenuPage() {
|
||||
description="Our culinary standards are celebrated by top food critics and trusted guides."
|
||||
names={["Food Critics' Choice", "Seoul Dining Guide", "Gastronomy Awards", "Korea Foodie Magazine", "Taste of Seoul", "Restaurant of the Year Nominee", "Top Rated on TripAdvisor"]}
|
||||
useInvertedBackground={false}
|
||||
animationType="opacity"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -12,9 +12,9 @@ import { ChefHat, Gem, BookMarked, Sofa } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "Menu", href: "/menu" },
|
||||
{ name: "Reservations", href: "/reservations" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Reservations", id: "/reservations" },
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -69,7 +69,6 @@ export default function HomePage() {
|
||||
{ text: "Make a Reservation", href: "/reservations" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="opacity"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,14 +130,13 @@ export default function HomePage() {
|
||||
title="Reserve Your Spot at Sizzle & Seoul"
|
||||
description="Planning a special occasion or a delightful dinner? Make a reservation to secure your table and ensure an exquisite Korean BBQ experience."
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg"
|
||||
imageAlt="elegant korean restaurant dining area"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Make a Reservation"
|
||||
termsText="Clicking 'Make a Reservation' will redirect you to our booking platform."
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Make a Reservation", href: "/reservations" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -8,9 +8,9 @@ import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
|
||||
export default function ReservationsPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "Menu", href: "/menu" },
|
||||
{ name: "Reservations", href: "/reservations" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Reservations", id: "/reservations" },
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -42,7 +42,7 @@ export default function ReservationsPage() {
|
||||
title="Plan Your Visit to Sizzle & Seoul"
|
||||
description="Please fill out the form below to request a reservation. Our team will confirm your booking shortly. For immediate assistance, please call us directly."
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg"
|
||||
imageAlt="elegant korean restaurant interior"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user