From 149c087c74888327b27885875b13fac07f33a9fa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:49:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 389 ++++++++--------------------------------------- 1 file changed, 64 insertions(+), 325 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6262ad..647a85f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,28 +34,14 @@ export default function LandingPage() { @@ -65,78 +51,32 @@ export default function LandingPage() { description="Cheff AI brings professional-grade recipe precision to your kitchen. Unlock personalized cooking techniques tailored to your tastes." testimonials={[ { - name: "Marcus V.", - handle: "@m_cooks", - testimonial: "Cheff AI transformed my home kitchen. The precision is unmatched.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/ordinary-human-job-performed-by-anthropomorphic-robot_23-2151008343.jpg?_wi=1", - imageAlt: "cooking ai technology", - }, + name: "Marcus V.", handle: "@m_cooks", testimonial: "Cheff AI transformed my home kitchen. The precision is unmatched.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/ordinary-human-job-performed-by-anthropomorphic-robot_23-2151008343.jpg", imageAlt: "cooking ai technology"}, { - name: "Elena S.", - handle: "@elena_foodie", - testimonial: "Finally, recipes that actually make sense for a busy professional!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-tomahawk-beef-steak-gourmet-dish-stove_482257-121134.jpg?_wi=1", - imageAlt: "cooking ai technology", - }, + name: "Elena S.", handle: "@elena_foodie", testimonial: "Finally, recipes that actually make sense for a busy professional!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-tomahawk-beef-steak-gourmet-dish-stove_482257-121134.jpg", imageAlt: "cooking ai technology"}, { - name: "David W.", - handle: "@david_gourmet", - testimonial: "I never knew I could master French cooking so quickly. Incredible.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-cherry-tomatoes_114579-1718.jpg?_wi=1", - imageAlt: "cooking ai technology", - }, + name: "David W.", handle: "@david_gourmet", testimonial: "I never knew I could master French cooking so quickly. Incredible.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-cherry-tomatoes_114579-1718.jpg", imageAlt: "cooking ai technology"}, { - name: "Sarah J.", - handle: "@sarah_kitchen", - testimonial: "The AI flavor pairing tool is a complete game changer.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/warm-winter-quinoa-salad-with-pumpkin-chorizo-mozzarella-arugula-leaves-pomegranate_127032-3569.jpg?_wi=1", - imageAlt: "cooking ai technology", - }, + name: "Sarah J.", handle: "@sarah_kitchen", testimonial: "The AI flavor pairing tool is a complete game changer.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/warm-winter-quinoa-salad-with-pumpkin-chorizo-mozzarella-arugula-leaves-pomegranate_127032-3569.jpg", imageAlt: "cooking ai technology"}, { - name: "Kevin L.", - handle: "@kevin_chef", - testimonial: "Absolute perfection in every recipe step.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/eating-pasta_23-2147985241.jpg?_wi=1", - imageAlt: "cooking ai technology", - }, + name: "Kevin L.", handle: "@kevin_chef", testimonial: "Absolute perfection in every recipe step.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/eating-pasta_23-2147985241.jpg", imageAlt: "cooking ai technology"}, ]} buttons={[ - { - text: "Start Cooking", - href: "#recipes", - }, - { - text: "View Plans", - href: "#pricing", - }, + { text: "Start Cooking", href: "#recipes" }, + { text: "View Plans", href: "#pricing" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/ordinary-human-job-performed-by-anthropomorphic-robot_23-2151008343.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/ordinary-human-job-performed-by-anthropomorphic-robot_23-2151008343.jpg" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/ordinary-human-job-performed-by-anthropomorphic-robot_23-2151008367.jpg", - alt: "user profile 1", - }, - { - src: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908123.jpg", - alt: "user profile 2", - }, - { - src: "http://img.b2bpic.net/free-photo/woman-with-tablet-kitchen_23-2148018394.jpg", - alt: "user profile 3", - }, - { - src: "http://img.b2bpic.net/free-photo/man-hanging-out-with-robot_23-2151112171.jpg", - alt: "user profile 4", - }, - { - src: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg", - alt: "user profile 5", - }, + { src: "http://img.b2bpic.net/free-photo/ordinary-human-job-performed-by-anthropomorphic-robot_23-2151008367.jpg", alt: "user profile 1" }, + { src: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908123.jpg", alt: "user profile 2" }, + { src: "http://img.b2bpic.net/free-photo/woman-with-tablet-kitchen_23-2148018394.jpg", alt: "user profile 3" }, + { src: "http://img.b2bpic.net/free-photo/man-hanging-out-with-robot_23-2151112171.jpg", alt: "user profile 4" }, + { src: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg", alt: "user profile 5" }, ]} avatarText="Join 50k+ home chefs" /> @@ -146,12 +86,7 @@ export default function LandingPage() { @@ -162,64 +97,28 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Precision Recipe AI", - description: "Personalized recipes that adjust quantities and techniques automatically.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-cherry-tomatoes_114579-1718.jpg?_wi=2", - }, + title: "Precision Recipe AI", description: "Personalized recipes that adjust quantities and techniques automatically.", media: { imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-cherry-tomatoes_114579-1718.jpg" }, items: [ - { - icon: Zap, - text: "AI-Driven Adjustments", - }, - { - icon: Shield, - text: "Dietary Constraint Control", - }, + { icon: Zap, text: "AI-Driven Adjustments" }, + { icon: Shield, text: "Dietary Constraint Control" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/ordinary-human-job-performed-by-anthropomorphic-robot_23-2151008343.jpg?_wi=3", - imageAlt: "gourmet steak plate dark", }, { - title: "Real-time Technique Tips", - description: "Step-by-step guidance provided by the worlds best culinary models.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/warm-winter-quinoa-salad-with-pumpkin-chorizo-mozzarella-arugula-leaves-pomegranate_127032-3569.jpg?_wi=2", - }, + title: "Real-time Technique Tips", description: "Step-by-step guidance provided by the worlds best culinary models.", media: { imageSrc: "http://img.b2bpic.net/free-photo/warm-winter-quinoa-salad-with-pumpkin-chorizo-mozzarella-arugula-leaves-pomegranate_127032-3569.jpg" }, items: [ - { - icon: Award, - text: "Professional Techniques", - }, - { - icon: Star, - text: "Instant Skill Improvement", - }, + { icon: Award, text: "Professional Techniques" }, + { icon: Star, text: "Instant Skill Improvement" }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-tomahawk-beef-steak-gourmet-dish-stove_482257-121134.jpg?_wi=2", - imageAlt: "gourmet steak plate dark", }, { - title: "Chef Community Access", - description: "Join thousands of home chefs sharing their own AI-optimized results.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/eating-pasta_23-2147985241.jpg?_wi=2", - }, + title: "Chef Community Access", description: "Join thousands of home chefs sharing their own AI-optimized results.", media: { imageSrc: "http://img.b2bpic.net/free-photo/eating-pasta_23-2147985241.jpg" }, items: [ - { - icon: Sparkles, - text: "Global Chef Network", - }, - { - icon: CheckCircle, - text: "Peer Verified Recipes", - }, + { icon: Sparkles, text: "Global Chef Network" }, + { icon: CheckCircle, text: "Peer Verified Recipes" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake_1203-7385.jpg?_wi=1", - imageAlt: "gourmet steak plate dark", }, ]} title="Smart Features for Every Kitchen" @@ -234,42 +133,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", - name: "Truffle Pasta Delight", - price: "15 min", - imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-with-grilled-tomatoes-fried-potatoes_114579-2400.jpg", - }, - { - id: "2", - name: "Citrus Herb Salad", - price: "10 min", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-assortment_23-2149072575.jpg", - }, - { - id: "3", - name: "Seared Scallops", - price: "20 min", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg", - }, - { - id: "4", - name: "Artisan Sourdough", - price: "4 hrs", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-table_23-2149234900.jpg", - }, - { - id: "5", - name: "Berry Pastry", - price: "45 min", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake_1203-7385.jpg?_wi=2", - }, - { - id: "6", - name: "Gourmet Steak", - price: "25 min", - imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pappardelle-pasta-wooden-basket_53876-98235.jpg", - }, + { id: "1", name: "Truffle Pasta Delight", price: "15 min", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-with-grilled-tomatoes-fried-potatoes_114579-2400.jpg" }, + { id: "2", name: "Citrus Herb Salad", price: "10 min", imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-assortment_23-2149072575.jpg" }, + { id: "3", name: "Seared Scallops", price: "20 min", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg" }, + { id: "4", name: "Artisan Sourdough", price: "4 hrs", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-table_23-2149234900.jpg" }, + { id: "5", name: "Berry Pastry", price: "45 min", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake_1203-7385.jpg" }, + { id: "6", name: "Gourmet Steak", price: "25 min", imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pappardelle-pasta-wooden-basket_53876-98235.jpg" }, ]} title="Top Rated Recipes" description="Explore our collection of AI-optimized recipes designed for every level of expertise." @@ -283,52 +152,16 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", - name: "Beginner Chef", - price: "$9/mo", - buttons: [ - { - text: "Get Started", - href: "#", - }, - ], - features: [ - "10 AI Recipes/mo", - "Basic Techniques", - "Email Support", - ], + id: "basic", name: "Beginner Chef", price: "$9/mo", buttons: [{ text: "Get Started", href: "#" }], + features: ["10 AI Recipes/mo", "Basic Techniques", "Email Support"], }, { - id: "pro", - name: "Pro Home Cook", - price: "$29/mo", - buttons: [ - { - text: "Go Pro", - href: "#", - }, - ], - features: [ - "Unlimited AI Recipes", - "Advanced Pairing AI", - "Chef Community Access", - ], + id: "pro", name: "Pro Home Cook", price: "$29/mo", buttons: [{ text: "Go Pro", href: "#" }], + features: ["Unlimited AI Recipes", "Advanced Pairing AI", "Chef Community Access"], }, { - id: "master", - name: "Culinary Master", - price: "$79/mo", - buttons: [ - { - text: "Contact Us", - href: "#", - }, - ], - features: [ - "1-on-1 AI Tutoring", - "Custom Meal Planning", - "Priority Expert Support", - ], + id: "master", name: "Culinary Master", price: "$79/mo", buttons: [{ text: "Contact Us", href: "#" }], + features: ["1-on-1 AI Tutoring", "Custom Meal Planning", "Priority Expert Support"], }, ]} title="Select Your Culinary Plan" @@ -343,21 +176,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "1", - value: "50K+", - description: "Happy Home Cooks", - }, - { - id: "2", - value: "120K+", - description: "Recipes Generated", - }, - { - id: "3", - value: "98%", - description: "Success Rate", - }, + { id: "1", value: "50K+", description: "Happy Home Cooks" }, + { id: "2", value: "120K+", description: "Recipes Generated" }, + { id: "3", value: "98%", description: "Success Rate" }, ]} title="Cheff AI by the Numbers" description="Trusted by home chefs worldwide to deliver high-quality results." @@ -371,24 +192,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} members={[ - { - id: "t1", - name: "Gordon J.", - role: "Head Chef", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-serious-chef-posing_23-2148723257.jpg", - }, - { - id: "t2", - name: "Lisa K.", - role: "AI Engineer", - imageSrc: "http://img.b2bpic.net/free-photo/confident-chef-wearing-uniform-posing-with-his-arms-crossed-looking-camera-restaurant-kitchen_613910-21352.jpg", - }, - { - id: "t3", - name: "Marcus S.", - role: "Pastry Head", - imageSrc: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", - }, + { id: "t1", name: "Gordon J.", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/front-view-serious-chef-posing_23-2148723257.jpg" }, + { id: "t2", name: "Lisa K.", role: "AI Engineer", imageSrc: "http://img.b2bpic.net/free-photo/confident-chef-wearing-uniform-posing-with-his-arms-crossed-looking-camera-restaurant-kitchen_613910-21352.jpg" }, + { id: "t3", name: "Marcus S.", role: "Pastry Head", imageSrc: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg" }, ]} title="Meet the Minds Behind Cheff AI" description="Our team combines culinary experts and top AI engineers." @@ -401,60 +207,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - date: "Jan 2025", - title: "Great Platform", - quote: "Cheff AI changed how I plan every meal.", - tag: "Pro", - avatarSrc: "http://img.b2bpic.net/free-photo/front-view-female-chef-posing-smiling_23-2148491347.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/ordinary-human-job-performed-by-anthropomorphic-robot_23-2151008343.jpg?_wi=4", - imageAlt: "portrait professional critic", - }, + id: "1", name: "Sarah Miller", date: "Jan 2025", title: "Great Platform", quote: "Cheff AI changed how I plan every meal.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-female-chef-posing-smiling_23-2148491347.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ordinary-human-job-performed-by-anthropomorphic-robot_23-2151008343.jpg", imageAlt: "portrait professional critic"}, { - id: "2", - name: "John Doe", - date: "Feb 2025", - title: "Absolute Value", - quote: "I learned more in a month than in years.", - tag: "Home Cook", - avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-housewife-stands-kitchen-table-twants-cut-egg-with-knife_496169-1555.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-tomahawk-beef-steak-gourmet-dish-stove_482257-121134.jpg?_wi=3", - imageAlt: "portrait professional critic", - }, + id: "2", name: "John Doe", date: "Feb 2025", title: "Absolute Value", quote: "I learned more in a month than in years.", tag: "Home Cook", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-housewife-stands-kitchen-table-twants-cut-egg-with-knife_496169-1555.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-tomahawk-beef-steak-gourmet-dish-stove_482257-121134.jpg", imageAlt: "portrait professional critic"}, { - id: "3", - name: "Emily B.", - date: "March 2025", - title: "Highly Recommend", - quote: "The pairings are just spectacular.", - tag: "Gourmet", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-doctor-hospital_23-2148733946.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-cherry-tomatoes_114579-1718.jpg?_wi=3", - imageAlt: "portrait professional critic", - }, + id: "3", name: "Emily B.", date: "March 2025", title: "Highly Recommend", quote: "The pairings are just spectacular.", tag: "Gourmet", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-doctor-hospital_23-2148733946.jpg", imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-cherry-tomatoes_114579-1718.jpg", imageAlt: "portrait professional critic"}, { - id: "4", - name: "Kevin T.", - date: "April 2025", - title: "Essential Tool", - quote: "My kitchen routines are streamlined now.", - tag: "Busy Pro", - avatarSrc: "http://img.b2bpic.net/free-photo/vlogger-cooking-while-streaming_23-2149151556.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/warm-winter-quinoa-salad-with-pumpkin-chorizo-mozzarella-arugula-leaves-pomegranate_127032-3569.jpg?_wi=3", - imageAlt: "portrait professional critic", - }, + id: "4", name: "Kevin T.", date: "April 2025", title: "Essential Tool", quote: "My kitchen routines are streamlined now.", tag: "Busy Pro", avatarSrc: "http://img.b2bpic.net/free-photo/vlogger-cooking-while-streaming_23-2149151556.jpg", imageSrc: "http://img.b2bpic.net/free-photo/warm-winter-quinoa-salad-with-pumpkin-chorizo-mozzarella-arugula-leaves-pomegranate_127032-3569.jpg", imageAlt: "portrait professional critic"}, { - id: "5", - name: "Anna W.", - date: "May 2025", - title: "Game Changer", - quote: "No more guesswork in the kitchen.", - tag: "Foodie", - avatarSrc: "http://img.b2bpic.net/free-photo/cooking-vlogger_23-2148161775.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/eating-pasta_23-2147985241.jpg?_wi=3", - imageAlt: "portrait professional critic", - }, + id: "5", name: "Anna W.", date: "May 2025", title: "Game Changer", quote: "No more guesswork in the kitchen.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/cooking-vlogger_23-2148161775.jpg", imageSrc: "http://img.b2bpic.net/free-photo/eating-pasta_23-2147985241.jpg", imageAlt: "portrait professional critic"}, ]} title="Success Stories" description="Discover what our community has to say about their journey." @@ -466,21 +227,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "How does Cheff AI work?", - content: "Our AI analyzes ingredients and culinary data to suggest pairings.", - }, - { - id: "f2", - title: "Is it suitable for beginners?", - content: "Yes, our AI adapts to all skill levels from novice to expert.", - }, - { - id: "f3", - title: "Can I save custom recipes?", - content: "Absolutely, all users have a recipe vault to save favorites.", - }, + { id: "f1", title: "How does Cheff AI work?", content: "Our AI analyzes ingredients and culinary data to suggest pairings." }, + { id: "f2", title: "Is it suitable for beginners?", content: "Yes, our AI adapts to all skill levels from novice to expert." }, + { id: "f3", title: "Can I save custom recipes?", content: "Absolutely, all users have a recipe vault to save favorites." }, ]} title="Frequently Asked Questions" description="Everything you need to know about getting started." @@ -491,15 +240,13 @@ export default function LandingPage() {
@@ -508,16 +255,8 @@ export default function LandingPage() { logoText="Cheff AI" copyrightText="© 2025 Cheff AI Inc. All rights reserved." socialLinks={[ - { - icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, ]} /> -- 2.49.1