diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6ec89f7..9b97209 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,98 +29,44 @@ export default function LandingPage() {
@@ -131,18 +77,9 @@ export default function LandingPage() {
title="A Journey of Taste and Passion"
description="My philosophy is simple: sourcing the finest ingredients, respecting tradition, and adding a modern, creative flair to every plate. Whether it's an intimate dinner or a grand celebration, your dining experience is my masterpiece."
metrics={[
- {
- value: "Farm-to-Table",
- title: "Fresh Philosophy",
- },
- {
- value: "Bespoke",
- title: "Custom Menus",
- },
- {
- value: "Seamless",
- title: "Elegant Execution",
- },
+ { value: "Farm-to-Table", title: "Fresh Philosophy" },
+ { value: "Bespoke", title: "Custom Menus" },
+ { value: "Seamless", title: "Elegant Execution" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg"
imageAlt="Chef plating exquisite dish"
@@ -157,25 +94,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- tag: "Intimate",
- title: "Private Dinner Parties",
- subtitle: "Sophisticated menus tailored to your taste.",
- description: "Perfect for anniversaries, birthdays, or family gatherings. We handle everything from menu curation to clean-up, letting you focus on the moments that matter.",
- imageSrc: "http://img.b2bpic.net/free-photo/decorated-with-floral-compositions-wedding-celebration-table-with-brown-chiavari-chairs-guests-seats-outdoors-gardens_8353-10889.jpg",
+ tag: "Intimate", title: "Private Dinner Parties", subtitle: "Sophisticated menus tailored to your taste.", description: "Perfect for anniversaries, birthdays, or family gatherings. We handle everything from menu curation to clean-up, letting you focus on the moments that matter.", imageSrc: "http://img.b2bpic.net/free-photo/decorated-with-floral-compositions-wedding-celebration-table-with-brown-chiavari-chairs-guests-seats-outdoors-gardens_8353-10889.jpg"
},
{
- tag: "Interactive",
- title: "Cooking Workshops",
- subtitle: "Learn the art of culinary excellence.",
- description: "Unlock the secrets behind fine dining. I teach hands-on workshops in your own home, making cooking fun, educational, and deeply rewarding.",
- imageSrc: "http://img.b2bpic.net/free-photo/vlogger-cooking-while-streaming_23-2149151556.jpg",
+ tag: "Interactive", title: "Cooking Workshops", subtitle: "Learn the art of culinary excellence.", description: "Unlock the secrets behind fine dining. I teach hands-on workshops in your own home, making cooking fun, educational, and deeply rewarding.", imageSrc: "http://img.b2bpic.net/free-photo/vlogger-cooking-while-streaming_23-2149151556.jpg"
},
{
- tag: "Premium",
- title: "Bespoke Grocery Sourcing",
- subtitle: "The freshest, hand-picked ingredients.",
- description: "I source only the finest local, organic, and artisanal ingredients to ensure your meals are not just dishes, but unforgettable culinary stories.",
- imageSrc: "http://img.b2bpic.net/free-photo/garnish-bruschetta-fresh-ingredient-cooking-brown-table_23-2148195043.jpg",
+ tag: "Premium", title: "Bespoke Grocery Sourcing", subtitle: "The freshest, hand-picked ingredients.", description: "I source only the finest local, organic, and artisanal ingredients to ensure your meals are not just dishes, but unforgettable culinary stories.", imageSrc: "http://img.b2bpic.net/free-photo/garnish-bruschetta-fresh-ingredient-cooking-brown-table_23-2148195043.jpg"
},
]}
title="Curated Services for Every Occasion"
@@ -187,31 +112,11 @@ export default function LandingPage() {
@@ -242,33 +142,16 @@ export default function LandingPage() {
logoText="Chef Persona"
columns={[
{
- title: "Navigation",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Services",
- href: "#features",
- },
- {
- label: "Reviews",
- href: "#testimonials",
- },
+ title: "Navigation", items: [
+ { label: "About", href: "#about" },
+ { label: "Services", href: "#features" },
+ { label: "Reviews", href: "#testimonials" },
],
},
{
- title: "Support",
- items: [
- {
- label: "Contact",
- href: "#contact",
- },
- {
- label: "Privacy Policy",
- href: "#",
- },
+ title: "Support", items: [
+ { label: "Contact", href: "#contact" },
+ { label: "Privacy Policy", href: "#" },
],
},
]}