4 Commits

Author SHA1 Message Date
01219bef69 Update src/app/page.tsx 2026-05-14 03:30:31 +00:00
54d025ae5f Switch to version 1: modified src/app/page.tsx 2026-05-14 03:08:15 +00:00
9aa1d040f0 Switch to version 2: modified src/app/page.tsx 2026-05-14 03:07:05 +00:00
004ff9bc74 Merge version_3 into main
Merge version_3 into main
2026-05-14 03:02:32 +00:00

View File

@@ -48,17 +48,19 @@ export default function LandingPage() {
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
logoText="Where Great Chefs Learn Business" logoText="Chefs Office Academy"
description="Chefs Office Academy teaches the financial intelligence behind successful kitchens — from food costing to restaurant profitability." description="Where Great Chefs Learn Business. We teach the financial intelligence behind successful kitchens — from food costing to restaurant profitability."
buttons={[ buttons={[
{ {
text: "Join The Academy", href: "#"}, text: "Join The Academy", href: "#"},
{ {
text: "Watch Masterclass", href: "#"}, text: "Watch Masterclass", href: "#"},
]} ]}
imageSrc="asset://0b4356a6-e3d0-4050-8b1d-285600123562" 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"
mediaAnimation="slide-up" mediaAnimation="slide-up"
imageAlt="fine dining kitchen moody lighting" imageAlt="fine dining kitchen moody lighting"
logoContainerClassName="flex items-center gap-3"
logoClassName="w-12 h-12 object-contain"
/> />
</div> </div>