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: "#"},
],
},
]}