1 Commits

Author SHA1 Message Date
b156842b14 Update src/app/page.tsx 2026-04-26 07:52:42 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Features", name: "Features", id: "features"},
id: "features",
},
{ {
name: "Tools", name: "Tools", id: "products"},
id: "products",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="ChefAI" brandName="ChefAI"
/> />
@@ -56,104 +48,56 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitTestimonial <HeroSplitTestimonial
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Your AI Kitchen Partner" title="Your AI Kitchen Partner"
description="Revolutionize your culinary precision with ChefAI—the intelligent assistant built for professional kitchens, recipe mastery, and workflow optimization." description="Revolutionize your culinary precision with ChefAI—the intelligent assistant built for professional kitchens, recipe mastery, and workflow optimization."
testimonials={[ testimonials={[
{ {
name: "Chef Marco", name: "Chef Marco", handle: "@marco_culinary", testimonial: "ChefAI has fundamentally changed how we manage inventory and recipe costs. Unmatched precision.", rating: 5,
handle: "@marco_culinary", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-tablet-with-lighting-control-application-turning-lights-sitting-kitchen-house_482257-2744.jpg?_wi=1", imageAlt: "professional kitchen smart dashboard ui"},
testimonial: "ChefAI has fundamentally changed how we manage inventory and recipe costs. Unmatched precision.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-tablet-with-lighting-control-application-turning-lights-sitting-kitchen-house_482257-2744.jpg?_wi=1",
imageAlt: "professional kitchen smart dashboard ui",
},
{ {
name: "Chef Elena", name: "Chef Elena", handle: "@elena_bistro", testimonial: "The AI recipe scaling saved us hours of prep labor. Highly recommended for busy teams.", rating: 5,
handle: "@elena_bistro", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232193.jpg?_wi=1", imageAlt: "professional kitchen smart dashboard ui"},
testimonial: "The AI recipe scaling saved us hours of prep labor. Highly recommended for busy teams.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232193.jpg?_wi=1",
imageAlt: "professional kitchen smart dashboard ui",
},
{ {
name: "Chef David", name: "Chef David", handle: "@david_fine", testimonial: "Intuitive, powerful, and essential for modern restaurant management.", rating: 5,
handle: "@david_fine", imageSrc: "http://img.b2bpic.net/free-vector/science-background-design_1300-206.jpg?_wi=1", imageAlt: "professional kitchen smart dashboard ui"},
testimonial: "Intuitive, powerful, and essential for modern restaurant management.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/science-background-design_1300-206.jpg?_wi=1",
imageAlt: "professional kitchen smart dashboard ui",
},
{ {
name: "Chef Sarah", name: "Chef Sarah", handle: "@sarah_pastry", testimonial: "The most reliable tool I've used in my 20-year career.", rating: 5,
handle: "@sarah_pastry", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-cook-chef-uniform-holding-clock-looking-isolated-white-space_141793-44856.jpg?_wi=1", imageAlt: "professional kitchen smart dashboard ui"},
testimonial: "The most reliable tool I've used in my 20-year career.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-cook-chef-uniform-holding-clock-looking-isolated-white-space_141793-44856.jpg?_wi=1",
imageAlt: "professional kitchen smart dashboard ui",
},
{ {
name: "Chef Thomas", name: "Chef Thomas", handle: "@thomas_grill", testimonial: "Inventory management is now seamless thanks to ChefAI's real-time analytics.", rating: 5,
handle: "@thomas_grill", imageSrc: "http://img.b2bpic.net/free-photo/reusable-bag-vegetable-recycling-symbol_329181-19411.jpg?_wi=1", imageAlt: "professional kitchen smart dashboard ui"},
testimonial: "Inventory management is now seamless thanks to ChefAI's real-time analytics.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/reusable-bag-vegetable-recycling-symbol_329181-19411.jpg?_wi=1",
imageAlt: "professional kitchen smart dashboard ui",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Start Free Trial", text: "Start Free Trial", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/man-holding-tablet-with-lighting-control-application-turning-lights-sitting-kitchen-house_482257-2744.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/man-holding-tablet-with-lighting-control-application-turning-lights-sitting-kitchen-house_482257-2744.jpg?_wi=2"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/close-up-shot-tablet-with-active-smart-home-application-holded-by-man_482257-7528.jpg", src: "http://img.b2bpic.net/free-photo/close-up-shot-tablet-with-active-smart-home-application-holded-by-man_482257-7528.jpg", alt: "Chef portrait 1"},
alt: "Chef portrait 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/mid-shot-chef-showing-blank-tablet_23-2148794108.jpg", src: "http://img.b2bpic.net/free-photo/mid-shot-chef-showing-blank-tablet_23-2148794108.jpg", alt: "Chef portrait 2"},
alt: "Chef portrait 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/tablet-with-intelligent-software-placed-table-kitchen-with-nobody_482257-8724.jpg", src: "http://img.b2bpic.net/free-photo/tablet-with-intelligent-software-placed-table-kitchen-with-nobody_482257-8724.jpg", alt: "Chef portrait 3"},
alt: "Chef portrait 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/business-woman-using-smart-device-while-eating-breakfast-kitchen-young-freelancer-home-talking-video-call-with-her-colleagues-from-office-using-modern-internet-technology_482257-14229.jpg", src: "http://img.b2bpic.net/free-photo/business-woman-using-smart-device-while-eating-breakfast-kitchen-young-freelancer-home-talking-video-call-with-her-colleagues-from-office-using-modern-internet-technology_482257-14229.jpg", alt: "Chef portrait 4"},
alt: "Chef portrait 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/man-with-gadget_1098-15124.jpg", src: "http://img.b2bpic.net/free-photo/man-with-gadget_1098-15124.jpg", alt: "Chef portrait 5"},
alt: "Chef portrait 5",
},
]} ]}
avatarText="Trusted by 5,000+ chefs globally" avatarText="Trusted by 5,000+ chefs globally"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Recipe Optimization"},
text: "Recipe Optimization",
},
{ {
type: "text", type: "text", text: "Waste Reduction"},
text: "Waste Reduction",
},
{ {
type: "text", type: "text", text: "Inventory Analytics"},
text: "Inventory Analytics",
},
{ {
type: "text", type: "text", text: "Automated Scaling"},
text: "Automated Scaling",
},
{ {
type: "text", type: "text", text: "Profit Margin Insights"},
text: "Profit Margin Insights",
},
]} ]}
/> />
</div> </div>
@@ -175,29 +119,19 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Sparkles, icon: Sparkles,
title: "AI Recipe Intelligence", title: "AI Recipe Intelligence", description: "Auto-scale ingredients and predict yields with precision."},
description: "Auto-scale ingredients and predict yields with precision.",
},
{ {
icon: Gauge, icon: Gauge,
title: "Real-time Costing", title: "Real-time Costing", description: "Monitor plate costs and waste margins as you cook."},
description: "Monitor plate costs and waste margins as you cook.",
},
{ {
icon: Shield, icon: Shield,
title: "Smart Inventory", title: "Smart Inventory", description: "Automated order suggestions based on daily usage patterns."},
description: "Automated order suggestions based on daily usage patterns.",
},
{ {
icon: Clock, icon: Clock,
title: "Prep Schedule Planner", title: "Prep Schedule Planner", description: "AI-optimized task lists based on daily covers."},
description: "AI-optimized task lists based on daily covers.",
},
{ {
icon: BarChart2, icon: BarChart2,
title: "Performance Analytics", title: "Performance Analytics", description: "Deep insights into your kitchen productivity."},
description: "Deep insights into your kitchen productivity.",
},
]} ]}
title="Kitchen-Ready Features" title="Kitchen-Ready Features"
description="Engineered for high-pressure environments." description="Engineered for high-pressure environments."
@@ -212,62 +146,36 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "ChefAI", name: "Precision Smart Scale", price: "$199", rating: 5,
brand: "ChefAI", reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/male-vegetable-seller-packing-vegetable-customer-market_23-2148209848.jpg", onProductClick: () => window.location.href = '#contact'
name: "Precision Smart Scale",
price: "$199",
rating: 5,
reviewCount: "128",
imageSrc: "http://img.b2bpic.net/free-photo/male-vegetable-seller-packing-vegetable-customer-market_23-2148209848.jpg",
}, },
{ {
id: "p2", id: "p2", brand: "ChefAI", name: "Kitchen Tech Tablet Case", price: "$79", rating: 4,
brand: "ChefAI", reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/authentic-woman-using-handheld-mixer_158595-5629.jpg", onProductClick: () => window.location.href = '#contact'
name: "Kitchen Tech Tablet Case",
price: "$79",
rating: 4,
reviewCount: "92",
imageSrc: "http://img.b2bpic.net/free-photo/authentic-woman-using-handheld-mixer_158595-5629.jpg",
}, },
{ {
id: "p3", id: "p3", brand: "ChefAI", name: "Pro Temp Sensor", price: "$129", rating: 5,
brand: "ChefAI", reviewCount: "215", imageSrc: "http://img.b2bpic.net/free-photo/home-automation-with-water-boiler-device_23-2148994135.jpg", onProductClick: () => window.location.href = '#contact'
name: "Pro Temp Sensor",
price: "$129",
rating: 5,
reviewCount: "215",
imageSrc: "http://img.b2bpic.net/free-photo/home-automation-with-water-boiler-device_23-2148994135.jpg",
}, },
{ {
id: "p4", id: "p4", brand: "ChefAI", name: "Enterprise AI License", price: "$49/mo", rating: 5,
brand: "ChefAI", reviewCount: "540", imageSrc: "http://img.b2bpic.net/free-photo/nutrition-facts-comparison-food-dietery_53876-123817.jpg", onProductClick: () => window.location.href = '#contact'
name: "Enterprise AI License",
price: "$49/mo",
rating: 5,
reviewCount: "540",
imageSrc: "http://img.b2bpic.net/free-photo/nutrition-facts-comparison-food-dietery_53876-123817.jpg",
}, },
{ {
id: "p5", id: "p5", brand: "ChefAI", name: "Smart Label Printer", price: "$299", rating: 4,
brand: "ChefAI", reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/woman-grating-cheese-pasta-meal_176474-6819.jpg", onProductClick: () => window.location.href = '#contact'
name: "Smart Label Printer",
price: "$299",
rating: 4,
reviewCount: "75",
imageSrc: "http://img.b2bpic.net/free-photo/woman-grating-cheese-pasta-meal_176474-6819.jpg",
}, },
{ {
id: "p6", id: "p6", brand: "ChefAI", name: "Vision Sensor Camera", price: "$349", rating: 5,
brand: "ChefAI", reviewCount: "104", imageSrc: "http://img.b2bpic.net/free-photo/photographing-frying-pan_23-2147959007.jpg", onProductClick: () => window.location.href = '#contact'
name: "Vision Sensor Camera",
price: "$349",
rating: 5,
reviewCount: "104",
imageSrc: "http://img.b2bpic.net/free-photo/photographing-frying-pan_23-2147959007.jpg",
}, },
]} ]}
title="Essential Culinary Tools" title="Essential Culinary Tools"
description="Hardware and software packages to modernize your kitchen setup." description="Hardware and software packages to modernize your kitchen setup."
buttons={[
{ text: "View Specifications", href: "#products" },
{ text: "Request Pricing", href: "#contact" }
]}
/> />
</div> </div>
@@ -279,25 +187,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "35%", title: "Prep Efficiency", description: "Reduction in manual prep labor", icon: Zap,
value: "35%",
title: "Prep Efficiency",
description: "Reduction in manual prep labor",
icon: Zap,
}, },
{ {
id: "m2", id: "m2", value: "22%", title: "Waste Reduction", description: "Optimized ingredient inventory", icon: TrendingDown,
value: "22%",
title: "Waste Reduction",
description: "Optimized ingredient inventory",
icon: TrendingDown,
}, },
{ {
id: "m3", id: "m3", value: "15%", title: "Cost Savings", description: "Lowered average plate costs", icon: DollarSign,
value: "15%",
title: "Cost Savings",
description: "Lowered average plate costs",
icon: DollarSign,
}, },
]} ]}
title="Kitchen Performance Gains" title="Kitchen Performance Gains"
@@ -311,60 +207,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Chef Maria", date: "Jan 2024", title: "Head Chef", quote: "ChefAI makes the complexity of fine dining management look simple.", tag: "Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-chef-preparing-dish_23-2148723309.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-tablet-with-lighting-control-application-turning-lights-sitting-kitchen-house_482257-2744.jpg?_wi=3", imageAlt: "female head chef smiling"},
name: "Chef Maria",
date: "Jan 2024",
title: "Head Chef",
quote: "ChefAI makes the complexity of fine dining management look simple.",
tag: "Recommended",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-chef-preparing-dish_23-2148723309.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-tablet-with-lighting-control-application-turning-lights-sitting-kitchen-house_482257-2744.jpg?_wi=3",
imageAlt: "female head chef smiling",
},
{ {
id: "t2", id: "t2", name: "Chef Lucas", date: "Feb 2024", title: "Executive Chef", quote: "The reporting suite is second to none.", tag: "Top Choice", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-female-cook-cutting-green-celery-gourmet-kitchen-using-cutting-board-knife-slice-coleslaw-salad-woman-chef-with-uniform-preparing-ingredients-food-recipe_482257-46080.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232193.jpg?_wi=3", imageAlt: "female head chef smiling"},
name: "Chef Lucas",
date: "Feb 2024",
title: "Executive Chef",
quote: "The reporting suite is second to none.",
tag: "Top Choice",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-female-cook-cutting-green-celery-gourmet-kitchen-using-cutting-board-knife-slice-coleslaw-salad-woman-chef-with-uniform-preparing-ingredients-food-recipe_482257-46080.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232193.jpg?_wi=3",
imageAlt: "female head chef smiling",
},
{ {
id: "t3", id: "t3", name: "Chef Julia", date: "Mar 2024", title: "Culinary Lead", quote: "The AI assistant is like having a sous-chef who never sleeps.", tag: "Innovation", avatarSrc: "http://img.b2bpic.net/free-photo/woman-chef-pointing-front-white-uniform-looking-happy_176474-43154.jpg", imageSrc: "http://img.b2bpic.net/free-vector/science-background-design_1300-206.jpg?_wi=2", imageAlt: "female head chef smiling"},
name: "Chef Julia",
date: "Mar 2024",
title: "Culinary Lead",
quote: "The AI assistant is like having a sous-chef who never sleeps.",
tag: "Innovation",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-chef-pointing-front-white-uniform-looking-happy_176474-43154.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/science-background-design_1300-206.jpg?_wi=2",
imageAlt: "female head chef smiling",
},
{ {
id: "t4", id: "t4", name: "Chef Robert", date: "Apr 2024", title: "Restaurateur", quote: "Profits have increased, and my team is significantly less stressed.", tag: "ROI", avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-cook-chef-uniform-holding-clock-looking-isolated-white-space_141793-44856.jpg?_wi=2", imageAlt: "female head chef smiling"},
name: "Chef Robert",
date: "Apr 2024",
title: "Restaurateur",
quote: "Profits have increased, and my team is significantly less stressed.",
tag: "ROI",
avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-cook-chef-uniform-holding-clock-looking-isolated-white-space_141793-44856.jpg?_wi=2",
imageAlt: "female head chef smiling",
},
{ {
id: "t5", id: "t5", name: "Chef Sarah", date: "May 2024", title: "Executive Sous", quote: "ChefAI integrates perfectly into our busy line workflows.", tag: "Essential", avatarSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145564.jpg", imageSrc: "http://img.b2bpic.net/free-photo/reusable-bag-vegetable-recycling-symbol_329181-19411.jpg?_wi=2", imageAlt: "female head chef smiling"},
name: "Chef Sarah",
date: "May 2024",
title: "Executive Sous",
quote: "ChefAI integrates perfectly into our busy line workflows.",
tag: "Essential",
avatarSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145564.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/reusable-bag-vegetable-recycling-symbol_329181-19411.jpg?_wi=2",
imageAlt: "female head chef smiling",
},
]} ]}
title="Voices of the Industry" title="Voices of the Industry"
description="Trusted by leading executive chefs across the globe." description="Trusted by leading executive chefs across the globe."
@@ -377,20 +228,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "How does the AI assistant learn?", content: "Our engine learns from your historical inventory data and usage patterns."},
title: "How does the AI assistant learn?",
content: "Our engine learns from your historical inventory data and usage patterns.",
},
{ {
id: "q2", id: "q2", title: "Is integration difficult?", content: "ChefAI integrates with most modern POS systems in minutes."},
title: "Is integration difficult?",
content: "ChefAI integrates with most modern POS systems in minutes.",
},
{ {
id: "q3", id: "q3", title: "What kind of support is provided?", content: "We offer 24/7 dedicated support for professional kitchen partners."},
title: "What kind of support is provided?",
content: "We offer 24/7 dedicated support for professional kitchen partners.",
},
]} ]}
title="Common Inquiries" title="Common Inquiries"
description="Everything you need to know about ChefAI." description="Everything you need to know about ChefAI."
@@ -403,14 +245,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
text="Ready to modernize your kitchen workflow? Get started with a demo today." text="Ready to modernize your kitchen workflow? Get started with a demo today."
buttons={[ buttons={[
{ {
text: "Get in Touch", text: "Get in Touch", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -421,42 +260,27 @@ export default function LandingPage() {
logoText="ChefAI" logoText="ChefAI"
columns={[ columns={[
{ {
title: "Product", title: "Product", items: [
items: [
{ {
label: "Features", label: "Features", href: "#features"},
href: "#features",
},
{ {
label: "Pricing", label: "Pricing", href: "#pricing"},
href: "#pricing",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#"},
href: "#",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Use", label: "Terms of Use", href: "#"},
href: "#",
},
], ],
}, },
]} ]}