Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 08:27:11 +00:00

View File

@@ -77,13 +77,13 @@ export default function LandingPage() {
tag="Featured Creations"
products={[
{
id: "1", name: "Pan-Seared Diver Scallop", price: "Market Price", variant: "Seasonal Vegetables | Beurre Blanc", imageSrc: "http://img.b2bpic.net/free-photo/creamy-mushroom-dish-topped-with-green-salad-with-tomato_140725-5789.jpg", imageAlt: "Pan-seared diver scallop"
id: "1", name: "Pan-Seared Diver Scallop", price: "Market Price", variant: "Seasonal Vegetables | Beurre Blanc", imageSrc: "http://img.b2bpic.net/free-photo/creamy-mushroom-dish-topped-with-green-salad-with-tomato_140725-5789.jpg?_wi=1", imageAlt: "Pan-seared diver scallop"
},
{
id: "2", name: "Heritage Beef Wellington", price: "Market Price", variant: "Truffle Duxelles | Red Wine Reduction", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept-arrangement_23-2148510909.jpg", imageAlt: "Heritage beef wellington"
id: "2", name: "Heritage Beef Wellington", price: "Market Price", variant: "Truffle Duxelles | Red Wine Reduction", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept-arrangement_23-2148510909.jpg?_wi=1", imageAlt: "Heritage beef wellington"
},
{
id: "3", name: "Chocolate Soufflé", price: "Market Price", variant: "Vanilla Bean Cream | Gold Leaf", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-food-plate_23-2148510812.jpg", imageAlt: "Chocolate soufflé"
id: "3", name: "Chocolate Soufflé", price: "Market Price", variant: "Vanilla Bean Cream | Gold Leaf", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-food-plate_23-2148510812.jpg?_wi=1", imageAlt: "Chocolate soufflé"
}
]}
textboxLayout="default"
@@ -187,17 +187,17 @@ export default function LandingPage() {
tag="Offerings"
plans={[
{
id: "private-dining", title: "Private Dinner", price: "Starting", period: "$250 per person", imageSrc: "http://img.b2bpic.net/free-photo/creamy-mushroom-dish-topped-with-green-salad-with-tomato_140725-5789.jpg", imageAlt: "Private dinner service", button: { text: "Book Dinner", href: "#contact" }, features: [
id: "private-dining", title: "Private Dinner", price: "Starting", period: "$250 per person", imageSrc: "http://img.b2bpic.net/free-photo/creamy-mushroom-dish-topped-with-green-salad-with-tomato_140725-5789.jpg?_wi=2", imageAlt: "Private dinner service", button: { text: "Book Dinner", href: "#contact" }, features: [
"Custom multi-course menu", "Full service and setup", "Wine pairing options", "Dietary accommodations"
]
},
{
id: "catering", title: "Event Catering", price: "Starting", period: "$150 per person", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept-arrangement_23-2148510909.jpg", imageAlt: "Event catering service", button: { text: "Plan Event", href: "#contact" }, features: [
id: "catering", title: "Event Catering", price: "Starting", period: "$150 per person", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept-arrangement_23-2148510909.jpg?_wi=2", imageAlt: "Event catering service", button: { text: "Plan Event", href: "#contact" }, features: [
"Tailored menu design", "Full staffing included", "Beverage coordination", "Professional presentation"
]
},
{
id: "consultation", title: "Consultation", price: "Starting", period: "$500 flat fee", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-food-plate_23-2148510812.jpg", imageAlt: "Culinary consultation", button: { text: "Schedule Consultation", href: "#contact" }, features: [
id: "consultation", title: "Consultation", price: "Starting", period: "$500 flat fee", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-holding-food-plate_23-2148510812.jpg?_wi=2", imageAlt: "Culinary consultation", button: { text: "Schedule Consultation", href: "#contact" }, features: [
"Personalized menu planning", "Ingredient sourcing guidance", "Technique coaching", "1-hour session"
]
}