diff --git a/src/app/page.tsx b/src/app/page.tsx index 5072f1d..2c248ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,31 +20,23 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -99,49 +76,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision Nutrition", - description: "Custom meal plans focused on cognitive performance and sustained energy.", - icon: Star, + title: "Precision Nutrition", description: "Custom meal plans focused on cognitive performance and sustained energy.", icon: Star, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-eggplant-rolls-with-seasonings-tomatoes-greens_140725-133999.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-psd/restaurant-business-card-template-design_23-2151978375.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=2", - imageAlt: "fresh gourmet ingredients food prep", + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-eggplant-rolls-with-seasonings-tomatoes-greens_140725-133999.jpg", imageAlt: "food" }, + { imageSrc: "http://img.b2bpic.net/free-psd/restaurant-business-card-template-design_23-2151978375.jpg", imageAlt: "card" }, + ] }, { - title: "On-Demand Private Chef", - description: "Professional culinary preparation in your own office or home.", - icon: Award, + title: "On-Demand Private Chef", description: "Professional culinary preparation in your own office or home.", icon: Award, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/meal-one-woman-gourmet-restaurant_1301-3243.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/floral-wedding-table-arrangement_23-2148966225.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-8900.jpg?_wi=2", - imageAlt: "fresh gourmet ingredients food prep", + { imageSrc: "http://img.b2bpic.net/free-photo/meal-one-woman-gourmet-restaurant_1301-3243.jpg", imageAlt: "food" }, + { imageSrc: "http://img.b2bpic.net/free-photo/floral-wedding-table-arrangement_23-2148966225.jpg", imageAlt: "food" }, + ] }, { - title: "Sustainable Sourcing", - description: "Only the finest local, organic ingredients delivered fresh for every service.", - icon: Leaf, + title: "Sustainable Sourcing", description: "Only the finest local, organic ingredients delivered fresh for every service.", icon: Leaf, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/dedicated-male-chef-garnishing-dish-with-freshly-cut-vegetables-stove_482257-121145.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-vector/elegant-restaurant-menu_23-2147673718.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973718.jpg?_wi=1", - imageAlt: "fresh gourmet ingredients food prep", + { imageSrc: "http://img.b2bpic.net/free-photo/dedicated-male-chef-garnishing-dish-with-freshly-cut-vegetables-stove_482257-121145.jpg", imageAlt: "food" }, + { imageSrc: "http://img.b2bpic.net/free-vector/elegant-restaurant-menu_23-2147673718.jpg", imageAlt: "food" }, + ] }, ]} title="Elite Catering Services" @@ -156,48 +109,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Atlantic Seared Salmon", - price: "Gourmet", - variant: "Protein", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973718.jpg?_wi=2", - }, - { - id: "2", - name: "Garden Essence Salad", - price: "Fresh", - variant: "Appetizer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mix-nuts-figs-plate_23-2148352341.jpg", - }, - { - id: "3", - name: "Heirloom Tomato Tart", - price: "Signature", - variant: "Appetizer", - imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg", - }, - { - id: "4", - name: "Artisan Sourdough Tray", - price: "Classic", - variant: "Bread", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-bread-slices-concept_23-2148648767.jpg", - }, - { - id: "5", - name: "Wagyu Prime Cut", - price: "Premium", - variant: "Protein", - imageSrc: "http://img.b2bpic.net/free-photo/red-gurza-tomato-sesame-top-view_141793-4513.jpg", - }, - { - id: "6", - name: "Gold Leaf Ganache", - price: "Sweet", - variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-vanilla-ice-cream_114579-1134.jpg", - }, + { id: "1", name: "Atlantic Seared Salmon", price: "Gourmet", variant: "Protein", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973718.jpg" }, + { id: "2", name: "Garden Essence Salad", price: "Fresh", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mix-nuts-figs-plate_23-2148352341.jpg" }, + { id: "3", name: "Heirloom Tomato Tart", price: "Signature", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg" }, ]} title="Signature Culinary Creations" description="Experience our most requested and celebrated dishes." @@ -211,53 +125,15 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - title: "Founder Essentials", - price: "$800", - period: "/week", - features: [ - "Daily healthy lunch prep", - "Brain-food snacks", - "Custom ingredient sourcing", - ], - button: { - text: "Inquire", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg", + id: "basic", title: "Founder Essentials", price: "$800", period: "/week", features: ["Daily healthy lunch prep", "Brain-food snacks", "Custom ingredient sourcing"], + button: { text: "Inquire", href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg" }, { - id: "pro", - title: "Startup Growth", - price: "$2,500", - period: "/week", - features: [ - "Full daily meal service", - "Brain-performance planning", - "Team catering support", - ], - button: { - text: "Choose Plan", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13045.jpg", - }, - { - id: "enterprise", - title: "Corporate Wellness", - price: "Custom", - period: "Contact", - features: [ - "Full office pantry service", - "Private event hosting", - "Executive concierge care", - ], - button: { - text: "Contact Us", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg", - }, + id: "pro", title: "Startup Growth", price: "$2,500", period: "/week", features: ["Full daily meal service", "Brain-performance planning", "Team catering support"], + button: { text: "Choose Plan", href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13045.jpg" + } ]} title="Tailored Culinary Tiers" description="Flexible plans for growing teams and focused founders." @@ -271,26 +147,8 @@ export default function LandingPage() { rating={5} author="Sarah Jenkins, Founder of AI-Lab" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/company-worker-browsing-internet-research-project-using-computer-create-business-report-with-charts-data-analyzing-network-information-web-presentation-handheld-shot_482257-50935.jpg", - alt: "happy professional founder portrait", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg", - alt: "Portrait young, confident businessman wearing glasses", - }, - { - src: "http://img.b2bpic.net/free-photo/smiling-photographer-drinking-coffee_23-2148019188.jpg", - alt: "Smiling photographer drinking coffee", - }, - { - src: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg", - alt: "Startup worker uses laptop in open space, reviewing project data on documents at workstation. Executive assistant working on marketing strategy for business development, AI developer.", - }, - { - src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2150226076.jpg", - alt: "Medium shot man holding smartphone", - }, + { src: "http://img.b2bpic.net/free-photo/company-worker-browsing-internet-research-project-using-computer-create-business-report-with-charts-data-analyzing-network-information-web-presentation-handheld-shot_482257-50935.jpg", alt: "founder" }, + { src: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg", alt: "businessman" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -302,24 +160,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "How does scheduling work?", - content: "We offer flexible scheduling that integrates seamlessly with your team's sprints and deadlines.", - }, - { - id: "2", - title: "Do you accommodate allergies?", - content: "Absolutely. We pride ourselves on creating bespoke menus that strictly adhere to all dietary requirements.", - }, - { - id: "3", - title: "Can you host events?", - content: "Yes, we specialize in corporate events and founder dinners in addition to daily team catering.", - }, + { id: "1", title: "How does scheduling work?", content: "We offer flexible scheduling." }, + { id: "2", title: "Do you accommodate allergies?", content: "Absolutely." }, ]} title="Culinary FAQs" - description="Questions about our private chef services for startup teams." + description="Questions about our private chef services." faqsAnimation="slide-up" /> @@ -327,18 +172,11 @@ export default function LandingPage() {
@@ -346,57 +184,12 @@ export default function LandingPage() {
); -} +} \ No newline at end of file