From a811b20fad14ee520c0ece9635f15028aeb0d372 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:44:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 162 ++++++++++++----------------------------------- 1 file changed, 42 insertions(+), 120 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3dd5e43..d7c17c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,63 +44,38 @@ export default function LandingPage() {
@@ -120,17 +87,11 @@ export default function LandingPage() { description="Every dish tells a story. With over 15 years in Michelin-starred kitchens, I bring passion, precision, and the finest ingredients to every plate." metrics={[ { - value: "15+", - title: "Years Experience", - }, + value: "15+", title: "Years Experience"}, { - value: "200+", - title: "Events Served", - }, + value: "200+", title: "Events Served"}, { - value: "50+", - title: "Unique Dishes", - }, + value: "50+", title: "Unique Dishes"}, ]} imageSrc="http://img.b2bpic.net/free-photo/suspicious-young-male-chef-wearing-uniform-looking-side-isolated-brown-background_141793-136827.jpg" mediaAnimation="slide-up" @@ -141,32 +102,21 @@ export default function LandingPage() {
@@ -232,29 +164,19 @@ export default function LandingPage() { logoText="Chef Portfolio" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Philosophy", - href: "#about", - }, + label: "Philosophy", href: "#about"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, ], }, ]}