Merge version_1 into main #2

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

View File

@@ -17,11 +17,11 @@ export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="mediumSmall"
sizing="medium"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -46,7 +46,7 @@ export default function LandingPage() {
title="Culinary Excellence Crafted with Passion"
description="Experience elevated cuisine created by a passionate chef dedicated to transforming the finest ingredients into unforgettable moments at your table."
tag="Premium Chef Services"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-posing-indoors_23-2151038681.jpg"
imageAlt="Professional chef in kitchen"
buttons={[
@@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", imageAlt: "Chocolate soufflé"
}
]}
textboxLayout="default"
@@ -143,7 +143,7 @@ export default function LandingPage() {
{ id: "3", value: "98%", description: "Client satisfaction rate with exceptional dining experiences" },
{ id: "4", value: "3", description: "International culinary certifications and prestigious accolades" }
]}
metricsAnimation="reveal-blur"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -187,20 +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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Culinary consultation", button: { text: "Schedule Consultation", href: "#contact" }, features: [
"Personalized menu planning", "Ingredient sourcing guidance", "Technique coaching", "1-hour session"
]
}