Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d08685dbeb | |||
| 2e23e85811 | |||
| 996048731c | |||
| 6ec6d3bf8b | |||
| 197faca222 |
316
src/app/page.tsx
316
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Tools",
|
||||
id: "products",
|
||||
},
|
||||
name: "Tools", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="ChefAI"
|
||||
/>
|
||||
@@ -56,104 +48,56 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your AI Kitchen Partner"
|
||||
description="Revolutionize your culinary precision with ChefAI—the intelligent assistant built for professional kitchens, recipe mastery, and workflow optimization."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Chef Marco",
|
||||
handle: "@marco_culinary",
|
||||
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 Marco", handle: "@marco_culinary", 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",
|
||||
handle: "@elena_bistro",
|
||||
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 Elena", handle: "@elena_bistro", 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",
|
||||
handle: "@david_fine",
|
||||
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 David", handle: "@david_fine", 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",
|
||||
handle: "@sarah_pastry",
|
||||
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 Sarah", handle: "@sarah_pastry", 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",
|
||||
handle: "@thomas_grill",
|
||||
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",
|
||||
},
|
||||
name: "Chef Thomas", handle: "@thomas_grill", 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={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Free Trial", 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"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mid-shot-chef-showing-blank-tablet_23-2148794108.jpg",
|
||||
alt: "Chef portrait 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mid-shot-chef-showing-blank-tablet_23-2148794108.jpg", alt: "Chef portrait 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tablet-with-intelligent-software-placed-table-kitchen-with-nobody_482257-8724.jpg",
|
||||
alt: "Chef portrait 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tablet-with-intelligent-software-placed-table-kitchen-with-nobody_482257-8724.jpg", 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",
|
||||
alt: "Chef portrait 4",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-gadget_1098-15124.jpg",
|
||||
alt: "Chef portrait 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-gadget_1098-15124.jpg", alt: "Chef portrait 5"},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ chefs globally"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Recipe Optimization",
|
||||
},
|
||||
type: "text", text: "Recipe Optimization"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Waste Reduction",
|
||||
},
|
||||
type: "text", text: "Waste Reduction"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Inventory Analytics",
|
||||
},
|
||||
type: "text", text: "Inventory Analytics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Automated Scaling",
|
||||
},
|
||||
type: "text", text: "Automated Scaling"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Profit Margin Insights",
|
||||
},
|
||||
type: "text", text: "Profit Margin Insights"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -175,29 +119,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "AI Recipe Intelligence",
|
||||
description: "Auto-scale ingredients and predict yields with precision.",
|
||||
},
|
||||
title: "AI Recipe Intelligence", description: "Auto-scale ingredients and predict yields with precision."},
|
||||
{
|
||||
icon: Gauge,
|
||||
title: "Real-time Costing",
|
||||
description: "Monitor plate costs and waste margins as you cook.",
|
||||
},
|
||||
title: "Real-time Costing", description: "Monitor plate costs and waste margins as you cook."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Smart Inventory",
|
||||
description: "Automated order suggestions based on daily usage patterns.",
|
||||
},
|
||||
title: "Smart Inventory", description: "Automated order suggestions based on daily usage patterns."},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Prep Schedule Planner",
|
||||
description: "AI-optimized task lists based on daily covers.",
|
||||
},
|
||||
title: "Prep Schedule Planner", description: "AI-optimized task lists based on daily covers."},
|
||||
{
|
||||
icon: BarChart2,
|
||||
title: "Performance Analytics",
|
||||
description: "Deep insights into your kitchen productivity.",
|
||||
},
|
||||
title: "Performance Analytics", description: "Deep insights into your kitchen productivity."},
|
||||
]}
|
||||
title="Kitchen-Ready Features"
|
||||
description="Engineered for high-pressure environments."
|
||||
@@ -212,62 +146,36 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "ChefAI",
|
||||
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: "p1", brand: "ChefAI", 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", onProductClick: () => window.location.href = '#contact'
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "ChefAI",
|
||||
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: "p2", brand: "ChefAI", 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", onProductClick: () => window.location.href = '#contact'
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "ChefAI",
|
||||
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: "p3", brand: "ChefAI", 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", onProductClick: () => window.location.href = '#contact'
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "ChefAI",
|
||||
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: "p4", brand: "ChefAI", 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", onProductClick: () => window.location.href = '#contact'
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "ChefAI",
|
||||
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: "p5", brand: "ChefAI", 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", onProductClick: () => window.location.href = '#contact'
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "ChefAI",
|
||||
name: "Vision Sensor Camera",
|
||||
price: "$349",
|
||||
rating: 5,
|
||||
reviewCount: "104",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographing-frying-pan_23-2147959007.jpg",
|
||||
id: "p6", brand: "ChefAI", name: "Vision Sensor Camera", price: "$349", rating: 5,
|
||||
reviewCount: "104", imageSrc: "http://img.b2bpic.net/free-photo/photographing-frying-pan_23-2147959007.jpg", onProductClick: () => window.location.href = '#contact'
|
||||
},
|
||||
]}
|
||||
title="Essential Culinary Tools"
|
||||
description="Hardware and software packages to modernize your kitchen setup."
|
||||
buttons={[
|
||||
{ text: "View Specifications", href: "#products" },
|
||||
{ text: "Request Pricing", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -279,25 +187,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "35%",
|
||||
title: "Prep Efficiency",
|
||||
description: "Reduction in manual prep labor",
|
||||
icon: Zap,
|
||||
id: "m1", value: "35%", title: "Prep Efficiency", description: "Reduction in manual prep labor", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "22%",
|
||||
title: "Waste Reduction",
|
||||
description: "Optimized ingredient inventory",
|
||||
icon: TrendingDown,
|
||||
id: "m2", value: "22%", title: "Waste Reduction", description: "Optimized ingredient inventory", icon: TrendingDown,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15%",
|
||||
title: "Cost Savings",
|
||||
description: "Lowered average plate costs",
|
||||
icon: DollarSign,
|
||||
id: "m3", value: "15%", title: "Cost Savings", description: "Lowered average plate costs", icon: DollarSign,
|
||||
},
|
||||
]}
|
||||
title="Kitchen Performance Gains"
|
||||
@@ -311,60 +207,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Voices of the Industry"
|
||||
description="Trusted by leading executive chefs across the globe."
|
||||
@@ -377,20 +228,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does the AI assistant learn?",
|
||||
content: "Our engine learns from your historical inventory data and usage patterns.",
|
||||
},
|
||||
id: "q1", title: "How does the AI assistant learn?", content: "Our engine learns from your historical inventory data and usage patterns."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is integration difficult?",
|
||||
content: "ChefAI integrates with most modern POS systems in minutes.",
|
||||
},
|
||||
id: "q2", title: "Is integration difficult?", content: "ChefAI integrates with most modern POS systems in minutes."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What kind of support is provided?",
|
||||
content: "We offer 24/7 dedicated support for professional kitchen partners.",
|
||||
},
|
||||
id: "q3", title: "What kind of support is provided?", content: "We offer 24/7 dedicated support for professional kitchen partners."},
|
||||
]}
|
||||
title="Common Inquiries"
|
||||
description="Everything you need to know about ChefAI."
|
||||
@@ -403,14 +245,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to modernize your kitchen workflow? Get started with a demo today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get in Touch", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -421,42 +260,27 @@ export default function LandingPage() {
|
||||
logoText="ChefAI"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -465,4 +289,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user