From d6eb2cf67861a419c94b4fff5a2b0dd481407605 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 10:07:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 102 +++++++++++------------------------------------ 1 file changed, 23 insertions(+), 79 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d963c9..63c5429 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,20 +23,17 @@ export default function LandingPage() { cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" - headingFontWeight="normal" + headingFontWeight="semibold" > @@ -73,12 +69,9 @@ export default function LandingPage() { title="Curated Services" description="I offer a range of culinary experiences designed to elevate every occasion." accordionItems={[ - { - id: "1", title: "Intimate Dining", content: "Perfect for anniversaries and small gatherings, focusing on multi-course tasting menus."}, - { - id: "2", title: "Celebration Banquets", content: "Designed for large events with seasonal buffet or plated courses tailored to your theme."}, - { - id: "3", title: "Personalized Coaching", content: "Cooking classes in your own kitchen for you and your guests to learn professional techniques."}, + { id: "1", title: "Intimate Dining", content: "Perfect for anniversaries and small gatherings, focusing on multi-course tasting menus." }, + { id: "2", title: "Celebration Banquets", content: "Designed for large events with seasonal buffet or plated courses tailored to your theme." }, + { id: "3", title: "Personalized Coaching", content: "Cooking classes in your own kitchen for you and your guests to learn professional techniques." }, ]} mediaAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/elegant-young-woman-bikini-male-shirt-posing-with-glass-water-kitchen_627829-11342.jpg" @@ -92,30 +85,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "standard", badge: "Entry", price: "$250", subtitle: "For small gatherings", features: [ - "3-course menu", "Sourcing of fresh ingredients", "Kitchen cleanup"], - buttons: [ - { - text: "Select", href: "#contact"}, - ], - }, - { - id: "pro", badge: "Featured", price: "$500", subtitle: "Bespoke fine dining", features: [ - "5-course tasting menu", "Wine pairing guidance", "Full event orchestration"], - buttons: [ - { - text: "Book Now", href: "#contact"}, - ], - }, - { - id: "luxury", badge: "Premium", price: "$850", subtitle: "Full event mastery", features: [ - "7-course culinary show", "Private sommelier service", "Luxury table styling"], - buttons: [ - { - text: "Inquire", href: "#contact"}, - ], - }, + { id: "standard", badge: "Entry", price: "$250", subtitle: "For small gatherings", features: ["3-course menu", "Sourcing of fresh ingredients", "Kitchen cleanup"], buttons: [{ text: "Select", href: "#contact" }] }, + { id: "pro", badge: "Featured", price: "$500", subtitle: "Bespoke fine dining", features: ["5-course tasting menu", "Wine pairing guidance", "Full event orchestration"], buttons: [{ text: "Book Now", href: "#contact" }] }, + { id: "luxury", badge: "Premium", price: "$850", subtitle: "Full event mastery", features: ["7-course culinary show", "Private sommelier service", "Luxury table styling"], buttons: [{ text: "Inquire", href: "#contact" }] }, ]} title="Exceptional Quality" description="Transparent pricing for a bespoke culinary experience." @@ -129,16 +101,8 @@ export default function LandingPage() { rating={5} author="Eleanor Vance" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/young-couple-clanging-wine-glasses-table-restaurant_23-2148014485.jpg", alt: "Client 1"}, - { - src: "http://img.b2bpic.net/free-photo/happy-woman-holding-toast-while-enjoying-lunch-with-her-friends-home_637285-5886.jpg", alt: "Client 2"}, - { - src: "http://img.b2bpic.net/free-photo/healthy-people-girl-happy-lunch_1303-1901.jpg", alt: "Client 3"}, - { - src: "http://img.b2bpic.net/free-photo/young-man-woman-having-dinner-together_23-2148454155.jpg", alt: "Client 4"}, - { - src: "http://img.b2bpic.net/free-photo/young-couple-clanging-wine-glasses-table-restaurant_23-2148014485.jpg", alt: "Client 5"}, + { src: "http://img.b2bpic.net/free-photo/young-couple-clanging-wine-glasses-table-restaurant_23-2148014485.jpg", alt: "Client 1" }, + { src: "http://img.b2bpic.net/free-photo/happy-woman-holding-toast-while-enjoying-lunch-with-her-friends-home_637285-5886.jpg", alt: "Client 2" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -148,15 +112,11 @@ export default function LandingPage() {
@@ -165,28 +125,12 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/flat-lay-green-garlic-black-plate_23-2148425577.jpg" imageAlt="Culinary detail" columns={[ - { - title: "Navigation", items: [ - { - label: "About", href: "#about"}, - { - label: "Services", href: "#services"}, - { - label: "Pricing", href: "#pricing"}, - ], - }, - { - title: "Contact", items: [ - { - label: "Email", href: "mailto:chef@artisan.com"}, - { - label: "Instagram", href: "https://instagram.com"}, - ], - }, + { title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }, { label: "Pricing", href: "#pricing" }] }, + { title: "Contact", items: [{ label: "Email", href: "mailto:chef@artisan.com" }] }, ]} />
); -} +} \ No newline at end of file -- 2.49.1