Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a4ba3a4c8b | |||
| 81e7e0e74a | |||
| c970e8f268 | |||
| 72d54fe225 | |||
| f00f3cf089 | |||
| a8521a78ab | |||
| 4a89c245b6 | |||
| 83048015e9 | |||
| 01219bef69 | |||
| 54d025ae5f | |||
| 9aa1d040f0 | |||
| 004ff9bc74 | |||
| 58d0d7b608 | |||
| ae45822b10 | |||
| 010c56fda2 | |||
| 18de2fc58c | |||
| 72ece70bf6 |
169
src/app/page.tsx
169
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#"},
|
||||||
id: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Philosophy",
|
name: "Philosophy", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Curriculum",
|
name: "Curriculum", id: "#program"},
|
||||||
id: "#program",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Stories",
|
name: "Stories", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Chef’s Office Academy"
|
brandName="Chef’s Office Academy"
|
||||||
/>
|
/>
|
||||||
@@ -55,21 +47,16 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
logoText="Where Great Chefs Learn Business"
|
logoText="Where Great Chefs Learn Business"
|
||||||
description="Chef’s Office Academy teaches the financial intelligence behind successful kitchens — from food costing to restaurant profitability."
|
description="Chef’s Office Academy teaches the financial intelligence behind successful kitchens — from food costing to restaurant profitability."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Join The Academy",
|
text: "Join The Academy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Watch Masterclass",
|
text: "Watch Masterclass", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-computer-date-holding-red-flowers_140725-162524.jpg?_wi=1"
|
imageSrc="asset://0b4356a6-e3d0-4050-8b1d-285600123562"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imageAlt="fine dining kitchen moody lighting"
|
imageAlt="fine dining kitchen moody lighting"
|
||||||
/>
|
/>
|
||||||
@@ -96,21 +83,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Kitchen Leadership",
|
"Kitchen Leadership", "Profitability Systems", "Online Access", "Staff Training", "Supply Chain Ops"],
|
||||||
"Profitability Systems",
|
|
||||||
"Online Access",
|
|
||||||
"Staff Training",
|
|
||||||
"Supply Chain Ops",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Food Cost Control",
|
"Food Cost Control", "Salary Growth", "Menu Engineering", "Inventory Audit", "Waste Management"],
|
||||||
"Salary Growth",
|
|
||||||
"Menu Engineering",
|
|
||||||
"Inventory Audit",
|
|
||||||
"Waste Management",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="What You'll Master"
|
title="What You'll Master"
|
||||||
description="Comprehensive financial and operational training."
|
description="Comprehensive financial and operational training."
|
||||||
@@ -124,37 +101,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", title: "Core Modules", price: "$99", period: "/mo", features: [
|
||||||
title: "Core Modules",
|
"Food Costing", "Menu Psychology", "Inventory Systems"],
|
||||||
price: "$99",
|
|
||||||
period: "/mo",
|
|
||||||
features: [
|
|
||||||
"Food Costing",
|
|
||||||
"Menu Psychology",
|
|
||||||
"Inventory Systems",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Apply Now",
|
text: "Apply Now"},
|
||||||
},
|
imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-computer-date-unwrapping-giftbox_140725-162568.jpg", imageAlt: "Virtual love handsome cute guy in suit with wine on a distance computer date unwrapping giftbox"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-computer-date-unwrapping-giftbox_140725-162568.jpg",
|
|
||||||
imageAlt: "Virtual love handsome cute guy in suit with wine on a distance computer date unwrapping giftbox",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", title: "Advanced Mastery", price: "$199", period: "/mo", features: [
|
||||||
title: "Advanced Mastery",
|
"Supplier Negotiation", "Labour Optimization", "Salary Negotiation"],
|
||||||
price: "$199",
|
|
||||||
period: "/mo",
|
|
||||||
features: [
|
|
||||||
"Supplier Negotiation",
|
|
||||||
"Labour Optimization",
|
|
||||||
"Salary Negotiation",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Apply Now",
|
text: "Apply Now"},
|
||||||
},
|
imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-computer-date-holding-red-flowers_140725-162524.jpg?_wi=2", imageAlt: "Virtual love handsome cute guy in suit with wine on a distance computer date unwrapping giftbox"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-computer-date-holding-red-flowers_140725-162524.jpg?_wi=2",
|
|
||||||
imageAlt: "Virtual love handsome cute guy in suit with wine on a distance computer date unwrapping giftbox",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="The Financial Intelligence Program"
|
title="The Financial Intelligence Program"
|
||||||
description="A premium online training experience designed for ambitious chefs."
|
description="A premium online training experience designed for ambitious chefs."
|
||||||
@@ -168,64 +125,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", role: "Sous Chef", company: "Perth", rating: 5,
|
||||||
name: "Sarah J.",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg", imageAlt: "professional chef portrait studio"},
|
||||||
role: "Sous Chef",
|
|
||||||
company: "Perth",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg",
|
|
||||||
imageAlt: "professional chef portrait studio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael C.", role: "Head Chef", company: "Melbourne", rating: 5,
|
||||||
name: "Michael C.",
|
imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-restaurant_1157-45809.jpg", imageAlt: "successful restaurant manager portrait"},
|
||||||
role: "Head Chef",
|
|
||||||
company: "Melbourne",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-restaurant_1157-45809.jpg",
|
|
||||||
imageAlt: "successful restaurant manager portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily R.", role: "Restaurant Owner", company: "Sydney", rating: 5,
|
||||||
name: "Emily R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208272.jpg", imageAlt: "business owner culinary professional"},
|
||||||
role: "Restaurant Owner",
|
|
||||||
company: "Sydney",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208272.jpg",
|
|
||||||
imageAlt: "business owner culinary professional",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David K.", role: "Product Manager", company: "Brisbane", rating: 5,
|
||||||
name: "David K.",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-food-plate_23-2149631670.jpg", imageAlt: "sous chef smiling portrait"},
|
||||||
role: "Product Manager",
|
|
||||||
company: "Brisbane",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-food-plate_23-2149631670.jpg",
|
|
||||||
imageAlt: "sous chef smiling portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "John W.", role: "Executive Chef", company: "Adelaide", rating: 5,
|
||||||
name: "John W.",
|
imageSrc: "http://img.b2bpic.net/free-photo/new-idea-great-business_329181-2907.jpg", imageAlt: "restaurant entrepreneur professional photo"},
|
||||||
role: "Executive Chef",
|
|
||||||
company: "Adelaide",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/new-idea-great-business_329181-2907.jpg",
|
|
||||||
imageAlt: "restaurant entrepreneur professional photo",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "20%",
|
value: "20%", label: "Avg Margin Boost"},
|
||||||
label: "Avg Margin Boost",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "500+",
|
value: "500+", label: "Chefs Trained"},
|
||||||
label: "Chefs Trained",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "12",
|
value: "12", label: "Core Modules"},
|
||||||
label: "Core Modules",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Chef Success Stories"
|
title="Chef Success Stories"
|
||||||
description="Hear from our graduates transforming their kitchens."
|
description="Hear from our graduates transforming their kitchens."
|
||||||
@@ -237,14 +158,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"The Academy Group",
|
"The Academy Group", "Culinary Leaders Guild", "Modern Chef Society", "Hospitality Financial Institute", "Australia Kitchen Professionals", "Global Culinary Business Association", "The Profitable Kitchen Network"]}
|
||||||
"Culinary Leaders Guild",
|
|
||||||
"Modern Chef Society",
|
|
||||||
"Hospitality Financial Institute",
|
|
||||||
"Australia Kitchen Professionals",
|
|
||||||
"Global Culinary Business Association",
|
|
||||||
"The Profitable Kitchen Network",
|
|
||||||
]}
|
|
||||||
title="Join the elite chefs of tomorrow."
|
title="Join the elite chefs of tomorrow."
|
||||||
description="Influence, leadership, and financial power start here."
|
description="Influence, leadership, and financial power start here."
|
||||||
/>
|
/>
|
||||||
@@ -254,8 +168,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Ready to scale your influence?"
|
title="Ready to scale your influence?"
|
||||||
description="Get in touch to learn more about our upcoming cohorts."
|
description="Get in touch to learn more about our upcoming cohorts."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-from-afar-plate-appetizing-dish-stuffed-cabbage-with-lemon-herbs-sauce-white-plate-center-black-table_140725-118643.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-from-afar-plate-appetizing-dish-stuffed-cabbage-with-lemon-herbs-sauce-white-plate-center-black-table_140725-118643.jpg"
|
||||||
@@ -271,25 +184,17 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Curriculum",
|
label: "Curriculum", href: "#program"},
|
||||||
href: "#program",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user