Merge version_2 into main #4
@@ -6,7 +6,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import { Metadata } from 'next';
|
||||
import { ChefHat, Utensils, Award } from 'lucide-react'; // Example icons
|
||||
|
||||
@@ -135,24 +135,29 @@ export default function MenuPage() {
|
||||
</div>
|
||||
|
||||
<div id="private-dining" data-section="private-dining">
|
||||
<FeatureCardSix
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Private Dining Room Details"
|
||||
description="Host your intimate gatherings, business meetings, or special celebrations in our elegant private dining rooms."
|
||||
showStepNumbers={true}
|
||||
features={[
|
||||
{
|
||||
title: "Customizable Menus", description: "Work with our executive chef to create a bespoke menu tailored to your event's culinary preferences and dietary needs.", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-dish-elegant-restaurant_23-2149340989.jpg", imageAlt: "Customizable Menus"
|
||||
title: "Customizable Menus", description: "Work with our executive chef to create a bespoke menu tailored to your event's culinary preferences and dietary needs.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-dish-elegant-restaurant_23-2149340989.jpg", imageAlt: "Customizable Menus" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-dish-elegant-restaurant_23-2149340989.jpg", imageAlt: "Customizable Menus Alternate" }
|
||||
},
|
||||
{
|
||||
title: "Dedicated Service", description: "Enjoy the exclusive attention of our professional waitstaff, ensuring a seamless and memorable dining experience for you and your guests.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-wine-customer_23-2147774127.jpg", imageAlt: "Dedicated Service"
|
||||
title: "Dedicated Service", description: "Enjoy the exclusive attention of our professional waitstaff, ensuring a seamless and memorable dining experience for you and your guests.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-wine-customer_23-2147774127.jpg", imageAlt: "Dedicated Service" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-wine-customer_23-2147774127.jpg", imageAlt: "Dedicated Service Alternate" }
|
||||
},
|
||||
{
|
||||
title: "Flexible Capacity", description: "Our private rooms can accommodate groups from 10 to 50 guests, offering intimate settings or larger spaces for more elaborate events.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-restaurant-interior_23-2147774213.jpg", imageAlt: "Flexible Capacity"
|
||||
title: "Flexible Capacity", description: "Our private rooms can accommodate groups from 10 to 50 guests, offering intimate settings or larger spaces for more elaborate events.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/elegant-restaurant-interior_23-2147774213.jpg", imageAlt: "Flexible Capacity" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/elegant-restaurant-interior_23-2147774213.jpg", imageAlt: "Flexible Capacity Alternate" }
|
||||
},
|
||||
{
|
||||
title: "Audiovisual Ready", description: "Equipped with modern audiovisual technology, our rooms are perfect for presentations, speeches, or playing background music.", imageSrc: "http://img.b2bpic.net/free-photo/conference-room-with-modern-technology_23-2147774127.jpg", imageAlt: "Audiovisual Ready"
|
||||
title: "Audiovisual Ready", description: "Equipped with modern audiovisual technology, our rooms are perfect for presentations, speeches, or playing background music.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/conference-room-with-modern-technology_23-2147774127.jpg", imageAlt: "Audiovisual Ready" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/conference-room-with-modern-technology_23-2147774127.jpg", imageAlt: "Audiovisual Ready Alternate" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user