diff --git a/src/app/page.tsx b/src/app/page.tsx index b906800..7d963c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,27 +17,26 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -81,20 +74,11 @@ export default function LandingPage() { 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: "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: "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: "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" @@ -109,54 +93,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "standard", - badge: "Entry", - price: "$250", - subtitle: "For small gatherings", - features: [ - "3-course menu", - "Sourcing of fresh ingredients", - "Kitchen cleanup", - ], + 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", - }, + 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", - ], + 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", - }, + 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", - ], + 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", - }, + text: "Inquire", href: "#contact"}, ], }, ]} @@ -173,25 +130,15 @@ export default function LandingPage() { 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/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/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/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-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 5"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -202,16 +149,13 @@ export default function LandingPage() { @@ -222,33 +166,21 @@ export default function LandingPage() { imageAlt="Culinary detail" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Email", - href: "mailto:chef@artisan.com", - }, + label: "Email", href: "mailto:chef@artisan.com"}, { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, ], }, ]}