Merge version_1 into main #3
@@ -52,25 +52,25 @@ export default function LandingPage() {
|
||||
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", imageAlt: "cooking ai technology"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ordinary-human-job-performed-by-anthropomorphic-robot_23-2151008343.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"},
|
||||
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: "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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-cherry-tomatoes_114579-1718.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"},
|
||||
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: "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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eating-pasta_23-2147985241.jpg?_wi=1", imageAlt: "cooking ai technology"},
|
||||
]}
|
||||
buttons={[
|
||||
{ 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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ordinary-human-job-performed-by-anthropomorphic-robot_23-2151008343.jpg?_wi=2"
|
||||
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" },
|
||||
@@ -97,7 +97,7 @@ 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" },
|
||||
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" },
|
||||
items: [
|
||||
{ icon: Zap, text: "AI-Driven Adjustments" },
|
||||
{ icon: Shield, text: "Dietary Constraint Control" },
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
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" },
|
||||
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" },
|
||||
items: [
|
||||
{ icon: Award, text: "Professional Techniques" },
|
||||
{ icon: Star, text: "Instant Skill Improvement" },
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
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" },
|
||||
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" },
|
||||
items: [
|
||||
{ icon: Sparkles, text: "Global Chef Network" },
|
||||
{ icon: CheckCircle, text: "Peer Verified Recipes" },
|
||||
@@ -207,15 +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", 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?_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: "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=2", 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: "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: "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: "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: "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"},
|
||||
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"},
|
||||
]}
|
||||
title="Success Stories"
|
||||
description="Discover what our community has to say about their journey."
|
||||
@@ -246,7 +246,7 @@ export default function LandingPage() {
|
||||
description="Sign up for our culinary newsletter and exclusive recipe drops."
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter email address"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-cooking-tomahawk-beef-steak-gourmet-dish-stove_482257-121134.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-cooking-tomahawk-beef-steak-gourmet-dish-stove_482257-121134.jpg?_wi=3"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user