diff --git a/src/app/page.tsx b/src/app/page.tsx
index ba53bca..991cfdf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,99 +40,32 @@ export default function LandingPage() {
@@ -156,20 +77,11 @@ export default function LandingPage() {
title="My Culinary Philosophy"
description="With over 15 years in Michelin-starred kitchens, I blend tradition with modern techniques to create harmony on a plate."
bulletPoints={[
- {
- title: "Farm-to-Table",
- description: "Sourcing only the best local ingredients.",
- },
- {
- title: "Modern Fusion",
- description: "Integrating global flavors seamlessly.",
- },
- {
- title: "Artisan Craft",
- description: "Hand-made techniques for every dish.",
- },
+ { title: "Farm-to-Table", description: "Sourcing only the best local ingredients." },
+ { title: "Modern Fusion", description: "Integrating global flavors seamlessly." },
+ { title: "Artisan Craft", description: "Hand-made techniques for every dish." }
]}
- imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-young-professional-male-chef-with-his-prepared-dish_23-2147863802.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-young-professional-male-chef-with-his-prepared-dish_23-2147863802.jpg"
imageAlt="chef portrait professional"
mediaAnimation="blur-reveal"
/>
@@ -180,24 +92,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Fresh Ingredients",
- description: "Strict seasonal selection process.",
- imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-vegetables_23-2147694145.jpg?_wi=2",
- imageAlt: "farm to table ingredients",
- },
- {
- title: "Visual Plating",
- description: "Food as an art form.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface_140725-115409.jpg?_wi=2",
- imageAlt: "plated gourmet dessert",
- },
- {
- title: "Kitchen Teamwork",
- description: "Coordinated precision in execution.",
- imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865314.jpg?_wi=2",
- imageAlt: "masterchef preparing meal",
- },
+ { title: "Fresh Ingredients", description: "Strict seasonal selection process.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-vegetables_23-2147694145.jpg", imageAlt: "farm to table ingredients" },
+ { title: "Visual Plating", description: "Food as an art form.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface_140725-115409.jpg", imageAlt: "plated gourmet dessert" },
+ { title: "Kitchen Teamwork", description: "Coordinated precision in execution.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865314.jpg", imageAlt: "masterchef preparing meal" }
]}
title="My Specialties"
description="Why my approach delivers unparalleled flavor experiences."
@@ -211,48 +108,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Sea Scallop Carpaccio",
- price: "$28",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949020.jpg",
- imageAlt: "gourmet appetizer plate",
- },
- {
- id: "p2",
- name: "Sous-Vide Wagyu",
- price: "$85",
- imageSrc: "http://img.b2bpic.net/free-photo/beef-salad-with-avocado-tomato-lettuce-carrot_140725-1487.jpg",
- imageAlt: "artisan main course",
- },
- {
- id: "p3",
- name: "Lobster Consommé",
- price: "$42",
- imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fried-shrimps_140725-44339.jpg",
- imageAlt: "gourmet seafood plate",
- },
- {
- id: "p4",
- name: "Deconstructed Tiramisu",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/mini-ethnic-sculptures-embedded-frames_114579-12096.jpg",
- imageAlt: "artisan dessert creation",
- },
- {
- id: "p5",
- name: "Forest Mushrooms",
- price: "$22",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-dish-with-shrimp-white-plate_181624-10332.jpg",
- imageAlt: "seasonal vegetable garnish",
- },
- {
- id: "p6",
- name: "Roasted Duck Breast",
- price: "$64",
- imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg",
- imageAlt: "premium meat dish",
- },
+ { id: "p1", name: "Sea Scallop Carpaccio", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949020.jpg", imageAlt: "gourmet appetizer plate" },
+ { id: "p2", name: "Sous-Vide Wagyu", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/beef-salad-with-avocado-tomato-lettuce-carrot_140725-1487.jpg", imageAlt: "artisan main course" },
+ { id: "p3", name: "Lobster Consommé", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fried-shrimps_140725-44339.jpg", imageAlt: "gourmet seafood plate" },
+ { id: "p4", name: "Deconstructed Tiramisu", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/mini-ethnic-sculptures-embedded-frames_114579-12096.jpg", imageAlt: "artisan dessert creation" },
+ { id: "p5", name: "Forest Mushrooms", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-dish-with-shrimp-white-plate_181624-10332.jpg", imageAlt: "seasonal vegetable garnish" },
+ { id: "p6", name: "Roasted Duck Breast", price: "$64", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg", imageAlt: "premium meat dish" }
]}
title="Signature Menu Items"
description="The curated essence of my kitchen."
@@ -263,61 +124,18 @@ export default function LandingPage() {
@@ -348,35 +159,18 @@ export default function LandingPage() {
logoText="Chef Portfolio"
columns={[
{
- title: "Navigation",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Specialty",
- href: "#features",
- },
- {
- label: "Menu",
- href: "#products",
- },
- ],
+ title: "Navigation", items: [
+ { label: "About", href: "#about" },
+ { label: "Specialty", href: "#features" },
+ { label: "Menu", href: "#products" }
+ ]
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Service",
- href: "#",
- },
- ],
- },
+ title: "Legal", items: [
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Service", href: "#" }
+ ]
+ }
]}
imageAlt="professional chef presenting dish"
/>