From 0fd66882d7b7e4bb7a54a668804ee9e25ec0949f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:44:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 245 +++++++++++------------------------------------ 1 file changed, 58 insertions(+), 187 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d9b1bb..92e764c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,67 +48,42 @@ export default function LandingPage() {
@@ -130,19 +95,13 @@ export default function LandingPage() { metrics={[ { icon: Flame, - label: "Professional Chefs", - value: "500+", - }, + label: "Professional Chefs", value: "500+"}, { icon: Star, - label: "Five-Star Events", - value: "10k+", - }, + label: "Five-Star Events", value: "10k+"}, { icon: Clock, - label: "Hours of Craft", - value: "50k+", - }, + label: "Hours of Craft", value: "50k+"}, ]} metricsAnimation="slide-up" /> @@ -156,35 +115,15 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "c1", - name: "Marco V.", - role: "Mediterranean Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg?_wi=1", - }, + id: "c1", name: "Marco V.", role: "Mediterranean Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg"}, { - id: "c2", - name: "Elena K.", - role: "French Pastry Artist", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-sad-expression_1194-1377.jpg?_wi=1", - }, + id: "c2", name: "Elena K.", role: "French Pastry Artist", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-sad-expression_1194-1377.jpg"}, { - id: "c3", - name: "David R.", - role: "Modern Fusion Chef", - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-sprinkles-fresh-rosemary-plated-dish-stove-top_482257-121108.jpg", - }, + id: "c3", name: "David R.", role: "Modern Fusion Chef", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-sprinkles-fresh-rosemary-plated-dish-stove-top_482257-121108.jpg"}, { - id: "c4", - name: "Sophia L.", - role: "Farm-to-Table Expert", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16143.jpg", - }, + id: "c4", name: "Sophia L.", role: "Farm-to-Table Expert", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16143.jpg"}, { - id: "c5", - name: "Julian B.", - role: "Japanese Kaiseki Master", - imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728027.jpg", - }, + id: "c5", name: "Julian B.", role: "Japanese Kaiseki Master", imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728027.jpg"}, ]} title="Meet Your Private Chefs" description="Hand-picked culinary masters ready to bring world-class restaurant quality to your private event." @@ -198,53 +137,23 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "p1", - title: "Intimate Dinner", - price: "$250", - period: "/guest", - features: [ - "Personalized menu", - "3-course experience", - "Cleanup included", - ], + id: "p1", title: "Intimate Dinner", price: "$250", period: "/guest", features: [ + "Personalized menu", "3-course experience", "Cleanup included"], button: { - text: "Book Now", - }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg?_wi=2", - imageAlt: "private chef plating gourmet food", - }, + text: "Book Now"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg", imageAlt: "private chef plating gourmet food"}, { - id: "p2", - title: "Event Banquet", - price: "$450", - period: "/guest", - features: [ - "Bespoke concept design", - "5-course menu", - "Full sommelier service", - ], + id: "p2", title: "Event Banquet", price: "$450", period: "/guest", features: [ + "Bespoke concept design", "5-course menu", "Full sommelier service"], button: { - text: "Book Now", - }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg?_wi=2", - imageAlt: "professional chef portrait happy", - }, + text: "Book Now"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", imageAlt: "professional chef portrait happy"}, { - id: "p3", - title: "Chef Residency", - price: "Custom", - period: "/week", - features: [ - "Full daily care", - "Custom procurement", - "Complete event management", - ], + id: "p3", title: "Chef Residency", price: "Custom", period: "/week", features: [ + "Full daily care", "Custom procurement", "Complete event management"], button: { - text: "Contact Us", - }, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-sad-expression_1194-1377.jpg?_wi=2", - imageAlt: "private female chef professional", - }, + text: "Contact Us"}, + imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-sad-expression_1194-1377.jpg", imageAlt: "private female chef professional"}, ]} title="Tailored Packages" description="Choose a dining experience designed to match the scale and vibe of your special occasion." @@ -253,50 +162,26 @@ export default function LandingPage() {
@@ -326,33 +209,21 @@ export default function LandingPage() { { items: [ { - label: "Find a Chef", - href: "#chefs", - }, + label: "Find a Chef", href: "#chefs"}, { - label: "How it Works", - href: "#about", - }, + label: "How it Works", href: "#about"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, ], }, { items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, ]}