diff --git a/src/app/page.tsx b/src/app/page.tsx index 46b96ae..905d324 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() { @@ -117,23 +75,14 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Personalized Menus", - description: "Custom recipes designed around your preferences.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-cook-cutting-celery-dark-wall-salad-diet-meal-photo-food-colors-cooking-kitchen_179666-17531.jpg", + id: "f1", title: "Personalized Menus", description: "Custom recipes designed around your preferences.", tag: "Menu", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-cook-cutting-celery-dark-wall-salad-diet-meal-photo-food-colors-cooking-kitchen_179666-17531.jpg" }, { - id: "f2", - title: "Intimate Events", - description: "Perfect for anniversaries, dinners, or corporate nights.", - imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg", + id: "f2", title: "Intimate Events", description: "Perfect for anniversaries, dinners, or corporate nights.", tag: "Events", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg" }, { - id: "f3", - title: "Seamless Hosting", - description: "We take care of shopping, cooking, and cleanup.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dough-slices-with-meatballs-gray-background-pasta-meat-dish-color-restaurant-dinner-cooking_140725-157533.jpg", - }, + id: "f3", title: "Seamless Hosting", description: "We take care of shopping, cooking, and cleanup.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dough-slices-with-meatballs-gray-background-pasta-meat-dish-color-restaurant-dinner-cooking_140725-157533.jpg" + } ]} title="Services Tailored for You" description="Experience culinary artistry designed to exceed your expectations." @@ -147,48 +96,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Herb-Crusted Appetizer", - price: "$25", - variant: "Starter", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg", - }, - { - id: "p2", - name: "Pan-Seared Wagyu", - price: "$85", - variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/close-front-view-grilled-meat-with-vegetables-lettuce-with-grated-cheese-plate_141793-2811.jpg", - }, - { - id: "p3", - name: "Butter-Poached Lobster", - price: "$95", - variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-apron-sprinkled-salt-onto-fresh-fish-pomegranate-seeds-bowl-table_179666-44290.jpg", - }, - { - id: "p4", - name: "Dark Chocolate Ganache", - price: "$30", - variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone_169016-3419.jpg", - }, - { - id: "p5", - name: "Truffle Infused Pasta", - price: "$45", - variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-cheese-topped-with-basil_140725-3803.jpg", - }, - { - id: "p6", - name: "Chef Tasting Flight", - price: "$150", - variant: "Full Menu", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-meat-with-green-sauce-tomato_140725-9526.jpg", - }, + { id: "p1", name: "Herb-Crusted Appetizer", price: "$25", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg" }, + { id: "p2", name: "Pan-Seared Wagyu", price: "$85", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/close-front-view-grilled-meat-with-vegetables-lettuce-with-grated-cheese-plate_141793-2811.jpg" }, + { id: "p3", name: "Butter-Poached Lobster", price: "$95", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-apron-sprinkled-salt-onto-fresh-fish-pomegranate-seeds-bowl-table_179666-44290.jpg" }, + { id: "p4", name: "Dark Chocolate Ganache", price: "$30", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone_169016-3419.jpg" }, + { id: "p5", name: "Truffle Infused Pasta", price: "$45", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-cheese-topped-with-basil_140725-3803.jpg" }, + { id: "p6", name: "Chef Tasting Flight", price: "$150", variant: "Full Menu", imageSrc: "http://img.b2bpic.net/free-photo/fresh-meat-with-green-sauce-tomato_140725-9526.jpg" } ]} title="Signature Menu Selections" description="Sample our seasonal offerings prepared with fresh, local ingredients." @@ -199,31 +112,11 @@ export default function LandingPage() { @@ -282,39 +156,22 @@ export default function LandingPage() { logoText="Chef Excellence" columns={[ { - title: "Navigation", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Services", - href: "#features", - }, - { - label: "Menu", - href: "#products", - }, - ], + title: "Navigation", items: [ + { label: "About", href: "#about" }, + { label: "Services", href: "#features" }, + { label: "Menu", href: "#products" } + ] }, { - title: "Legal", - items: [ - { - label: "Privacy", - href: "#", - }, - { - label: "Terms", - href: "#", - }, - ], - }, + title: "Legal", items: [ + { label: "Privacy", href: "#" }, + { label: "Terms", href: "#" } + ] + } ]} /> ); -} +} \ No newline at end of file