From cf5eecec20bd2b738a59a91fd145a57ae4401e03 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 09:04:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 250 ++++++++--------------------------------------- 1 file changed, 39 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 593f894..61ad6bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,91 +29,39 @@ export default function LandingPage() {
@@ -122,19 +70,9 @@ export default function LandingPage() { @@ -146,42 +84,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Truffle Infused Risotto", - price: "$32.00", - imageSrc: "http://img.b2bpic.net/free-photo/easy-flexitarian-diet-food-assortment_23-2148955545.jpg", - }, - { - id: "p2", - name: "Handmade Herb Pasta", - price: "$28.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-eggplants-with-greens-rice-dark-surface-dinner-cooking-oil-rice-meal_140725-101696.jpg", - }, - { - id: "p3", - name: "Seared Atlantic Salmon", - price: "$38.00", - imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad_1203-7436.jpg", - }, - { - id: "p4", - name: "Roasted Garden Vegetables", - price: "$24.00", - imageSrc: "http://img.b2bpic.net/free-photo/vegetables-fresh-bio-vegetable-basket_127032-1802.jpg", - }, - { - id: "p5", - name: "Chef Selection Platter", - price: "$45.00", - imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949020.jpg", - }, - { - id: "p6", - name: "Velvety Butternut Soup", - price: "$18.00", - imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-chicken-broth-sprinkled-with-herbs_140725-2237.jpg", - }, + { id: "p1", name: "Truffle Infused Risotto", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/easy-flexitarian-diet-food-assortment_23-2148955545.jpg" }, + { id: "p2", name: "Handmade Herb Pasta", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-eggplants-with-greens-rice-dark-surface-dinner-cooking-oil-rice-meal_140725-101696.jpg" }, + { id: "p3", name: "Seared Atlantic Salmon", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad_1203-7436.jpg" }, + { id: "p4", name: "Roasted Garden Vegetables", price: "$24.00", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-fresh-bio-vegetable-basket_127032-1802.jpg" }, + { id: "p5", name: "Chef Selection Platter", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949020.jpg" }, + { id: "p6", name: "Velvety Butternut Soup", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-chicken-broth-sprinkled-with-herbs_140725-2237.jpg" }, ]} title="Signature Creations" description="Discover our hand-picked collection of seasonal dishes, crafted with passion and precision." @@ -194,39 +102,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} plans={[ - { - id: "basic", - badge: "Tasting", - price: "$75", - subtitle: "A curated 3-course journey", - features: [ - "Appetizer", - "Main Course", - "Dessert", - ], - }, - { - id: "pro", - badge: "Signature", - price: "$120", - subtitle: "Full chef experience", - features: [ - "Everything in Basic", - "Wine Pairing", - "Priority Seating", - ], - }, - { - id: "enterprise", - badge: "Private", - price: "$250+", - subtitle: "Exclusive event service", - features: [ - "Private Dining", - "Customized Menu", - "Dedicated Staff", - ], - }, + { id: "basic", badge: "Tasting", price: "$75", subtitle: "A curated 3-course journey", features: ["Appetizer", "Main Course", "Dessert"] }, + { id: "pro", badge: "Signature", price: "$120", subtitle: "Full chef experience", features: ["Everything in Basic", "Wine Pairing", "Priority Seating"] }, + { id: "enterprise", badge: "Private", price: "$250+", subtitle: "Exclusive event service", features: ["Private Dining", "Customized Menu", "Dedicated Staff"] }, ]} title="Dining Packages" description="Choose the perfect dining plan for your next occasion." @@ -240,26 +118,11 @@ export default function LandingPage() { rating={5} author="Sarah Miller" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", - alt: "Sarah", - }, - { - src: "http://img.b2bpic.net/free-photo/lunch-break-elegant-man-office-businessman-white-shirt-man-eats-noodles_1157-39259.jpg", - alt: "Mike", - }, - { - src: "http://img.b2bpic.net/free-photo/image-black-woman-sits-sideways-with-glad-expression_273609-28609.jpg", - alt: "Emily", - }, - { - src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", - alt: "David", - }, - { - src: "http://img.b2bpic.net/free-photo/confident-young-male-gardener-wearing-gardening-hat-holding-pepper-eyes-crossing-hands-isolated-blue-wall_141793-83722.jpg", - alt: "John", - }, + { src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", alt: "Sarah" }, + { src: "http://img.b2bpic.net/free-photo/lunch-break-elegant-man-office-businessman-white-shirt-man-eats-noodles_1157-39259.jpg", alt: "Mike" }, + { src: "http://img.b2bpic.net/free-photo/image-black-woman-sits-sideways-with-glad-expression_273609-28609.jpg", alt: "Emily" }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", alt: "David" }, + { src: "http://img.b2bpic.net/free-photo/confident-young-male-gardener-wearing-gardening-hat-holding-pepper-eyes-crossing-hands-isolated-blue-wall_141793-83722.jpg", alt: "John" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -269,9 +132,7 @@ export default function LandingPage() {
@@ -324,4 +152,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1