From 6101e50ecfd8e56e337e74d6fa5abeb8645d92e7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:36:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 199 +++++++++++------------------------------------ 1 file changed, 46 insertions(+), 153 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 347323f..75dc49c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,9 +78,7 @@ export default function HomePage() { brandName="Drini-R" navItems={navItems} button={{ - text: "Reserve a Table", - href: "/reservations", - }} + text: "Reserve a Table", href: "/reservations"}} /> @@ -92,35 +90,21 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/meat-plate-with-meat-rolls-chicken-drumstick-served-with-pear_140725-7978.jpg", - imageAlt: "Fine dining luxury establishment with sophisticated plating", - }, + imageSrc: "http://img.b2bpic.net/free-photo/meat-plate-with-meat-rolls-chicken-drumstick-served-with-pear_140725-7978.jpg", imageAlt: "Fine dining luxury establishment with sophisticated plating"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1312.jpg", - imageAlt: "Elegant private dining room with refined ambiance", - }, + imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1312.jpg", imageAlt: "Elegant private dining room with refined ambiance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081857.jpg", - imageAlt: "Professional kitchen with chef preparing gourmet dishes", - }, + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081857.jpg", imageAlt: "Professional kitchen with chef preparing gourmet dishes"}, { - imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-white-bottles-still_1203-5620.jpg", - imageAlt: "Premium wine collection in sophisticated cellar", - }, + imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-white-bottles-still_1203-5620.jpg", imageAlt: "Premium wine collection in sophisticated cellar"}, { - imageSrc: "http://img.b2bpic.net/free-vector/christmas-menu-with-photography_23-2147973031.jpg", - imageAlt: "Beautifully plated fine dining course", - }, + imageSrc: "http://img.b2bpic.net/free-vector/christmas-menu-with-photography_23-2147973031.jpg", imageAlt: "Beautifully plated fine dining course"}, ]} buttons={[ { - text: "Reserve Your Table", - href: "/reservations", - }, + text: "Reserve Your Table", href: "/reservations"}, { - text: "Explore Menu", - href: "/menu", - }, + text: "Explore Menu", href: "/menu"}, ]} /> @@ -129,21 +113,15 @@ export default function HomePage() { @@ -155,32 +133,14 @@ export default function HomePage() { tag="Chef's Selections" products={[ { - id: "dish-1", - name: "Pan-Seared Diver Scallops", - price: "$58", - variant: "With Cauliflower Purée & Caviar", - imageSrc: - "http://img.b2bpic.net/free-photo/classic-caesar-salad-with-chicken-grated-parmesan_140725-6991.jpg?_wi=1", - imageAlt: "Pan-seared diver scallops with elegant plating", - }, + id: "dish-1", name: "Pan-Seared Diver Scallops", price: "$58", variant: "With Cauliflower Purée & Caviar", imageSrc: + "http://img.b2bpic.net/free-photo/classic-caesar-salad-with-chicken-grated-parmesan_140725-6991.jpg?_wi=1", imageAlt: "Pan-seared diver scallops with elegant plating"}, { - id: "dish-2", - name: "Prime Dry-Aged Ribeye", - price: "$72", - variant: "Butter-Poached, Truffle Reduction", - imageSrc: - "http://img.b2bpic.net/free-photo/man-cutting-grilled-salmon-served-with-rice-lula-kebab-lice-tomatoes-wine_140725-4140.jpg?_wi=1", - imageAlt: "Prime aged ribeye steak with sophisticated presentation", - }, + id: "dish-2", name: "Prime Dry-Aged Ribeye", price: "$72", variant: "Butter-Poached, Truffle Reduction", imageSrc: + "http://img.b2bpic.net/free-photo/man-cutting-grilled-salmon-served-with-rice-lula-kebab-lice-tomatoes-wine_140725-4140.jpg?_wi=1", imageAlt: "Prime aged ribeye steak with sophisticated presentation"}, { - id: "dish-3", - name: "Chocolate Soufflé", - price: "$16", - variant: "Dark Chocolate, Raspberry Coulis", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-man-dusting-sugar-delicious-chocolate-pastry_23-2148161562.jpg?_wi=1", - imageAlt: "Decadent chocolate soufflé with artistic garnish", - }, + id: "dish-3", name: "Chocolate Soufflé", price: "$16", variant: "Dark Chocolate, Raspberry Coulis", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-man-dusting-sugar-delicious-chocolate-pastry_23-2148161562.jpg?_wi=1", imageAlt: "Decadent chocolate soufflé with artistic garnish"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" @@ -194,25 +154,20 @@ export default function HomePage() { title="Our Menu Collections" description="Experience the full spectrum of our culinary offerings, carefully curated to showcase the finest ingredients and techniques." tag="Menu Sections" - negativeCard={{ items: [] }} + negativeCard={{ + items: [ + "Limited sourcing options", "Standard preparation methods", "Inconsistent ingredient quality", "Minimal seasonal variation"], + }} positiveCard={{ items: [ - "Appetizers & Amuse-Bouche", - "Fresh Seafood & Crustaceans", - "Premium Steaks & Proteins", - "Vegetarian & Vegan Creations", - "Artisanal Desserts", - "Premium Wine & Beverage Selections", - ], + "Appetizers & Amuse-Bouche", "Fresh Seafood & Crustaceans", "Premium Steaks & Proteins", "Vegetarian & Vegan Creations", "Artisanal Desserts", "Premium Wine & Beverage Selections"], }} textboxLayout="default" useInvertedBackground={false} animationType="slide-up" buttons={[ { - text: "View Full Menu", - href: "/menu", - }, + text: "View Full Menu", href: "/menu"}, ]} /> @@ -224,45 +179,21 @@ export default function HomePage() { tag="Visual Gallery" testimonials={[ { - id: "gallery-1", - name: "Dining Room", - role: "Ambiance", - company: "Fine Dining", - rating: 5, + id: "gallery-1", name: "Dining Room", role: "Ambiance", company: "Fine Dining", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg?_wi=1", - imageAlt: "fine dining restaurant interior elegant ambiance", - }, + "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg?_wi=1", imageAlt: "fine dining restaurant interior elegant ambiance"}, { - id: "gallery-2", - name: "Plated Course", - role: "Artistry", - company: "Culinary Excellence", - rating: 5, + id: "gallery-2", name: "Plated Course", role: "Artistry", company: "Culinary Excellence", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg?_wi=1", - imageAlt: "restaurant plated course fine dining presentation", - }, + "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg?_wi=1", imageAlt: "restaurant plated course fine dining presentation"}, { - id: "gallery-3", - name: "Kitchen Excellence", - role: "Precision", - company: "Culinary Craft", - rating: 5, + id: "gallery-3", name: "Kitchen Excellence", role: "Precision", company: "Culinary Craft", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/female-chef-kitchen-torching-dessert_23-2149720779.jpg?_wi=1", - imageAlt: "chef working kitchen fine dining professional", - }, + "http://img.b2bpic.net/free-photo/female-chef-kitchen-torching-dessert_23-2149720779.jpg?_wi=1", imageAlt: "chef working kitchen fine dining professional"}, { - id: "gallery-4", - name: "Bar Selection", - role: "Sophistication", - company: "Premium Beverages", - rating: 5, + id: "gallery-4", name: "Bar Selection", role: "Sophistication", company: "Premium Beverages", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/waiter-grey-jacket-carries-cocktail-glasses-with-red-drinks_8353-708.jpg?_wi=1", - imageAlt: "restaurant bar elegant cocktail service", - }, + "http://img.b2bpic.net/free-photo/waiter-grey-jacket-carries-cocktail-glasses-with-red-drinks_8353-708.jpg?_wi=1", imageAlt: "restaurant bar elegant cocktail service"}, ]} gridVariant="uniform-all-items-equal" textboxLayout="default" @@ -270,9 +201,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "View Full Gallery", - href: "/gallery", - }, + text: "View Full Gallery", href: "/gallery"}, ]} /> @@ -284,65 +213,29 @@ export default function HomePage() { tag="Testimonials" testimonials={[ { - id: "testimonial-1", - name: "Alexandra Sterling", - role: "Restaurant Critic", - company: "Gourmet Magazine", - rating: 5, + id: "testimonial-1", name: "Alexandra Sterling", role: "Restaurant Critic", company: "Gourmet Magazine", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/thoughtful-blond-business-woman-sitting-couch_23-2148095700.jpg", - imageAlt: "professional headshot business executive portrait", - }, + "http://img.b2bpic.net/free-photo/thoughtful-blond-business-woman-sitting-couch_23-2148095700.jpg", imageAlt: "professional headshot business executive portrait"}, { - id: "testimonial-2", - name: "Michelle Laurent", - role: "Food Editor", - company: "Culinary Times", - rating: 5, + id: "testimonial-2", name: "Michelle Laurent", role: "Food Editor", company: "Culinary Times", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1354.jpg?_wi=1", - imageAlt: "professional headshot business woman portrait", - }, + "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1354.jpg?_wi=1", imageAlt: "professional headshot business woman portrait"}, { - id: "testimonial-3", - name: "James Richardson", - role: "Executive Chef", - company: "Hospitality Leaders", - rating: 5, + id: "testimonial-3", name: "James Richardson", role: "Executive Chef", company: "Hospitality Leaders", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", - imageAlt: "professional headshot business man portrait", - }, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional headshot business man portrait"}, { - id: "testimonial-4", - name: "Victoria Chen", - role: "Food Journalist", - company: "Dining Excellence", - rating: 5, + id: "testimonial-4", name: "Victoria Chen", role: "Food Journalist", company: "Dining Excellence", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg?_wi=1", - imageAlt: "professional headshot business portrait", - }, + "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg?_wi=1", imageAlt: "professional headshot business portrait"}, { - id: "testimonial-5", - name: "Edward Thompson", - role: "Sommelier", - company: "Wine Society", - rating: 5, + id: "testimonial-5", name: "Edward Thompson", role: "Sommelier", company: "Wine Society", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", - imageAlt: "professional headshot business executive", - }, + "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "professional headshot business executive"}, { - id: "testimonial-6", - name: "Sophie Dupont", - role: "Culinary Expert", - company: "Fine Dining Council", - rating: 5, + id: "testimonial-6", name: "Sophie Dupont", role: "Culinary Expert", company: "Fine Dining Council", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", - imageAlt: "professional headshot business portrait", - }, + "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "professional headshot business portrait"}, ]} gridVariant="uniform-all-items-equal" textboxLayout="default" @@ -372,4 +265,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1