diff --git a/src/app/page.tsx b/src/app/page.tsx index 607422d..f4eb688 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,21 +60,11 @@ const HomePage = () => { background={{ variant: "blurBottom" }} testimonials={[ { - name: "Elena Rodriguez", - handle: "Food Critic, Culinary Times", - testimonial: "An absolute masterpiece of gastronomy. Every dish tells a story of passion and excellence.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152879.jpg", - imageAlt: "Elena Rodriguez portrait", - }, + name: "Elena Rodriguez", handle: "Food Critic, Culinary Times", testimonial: "An absolute masterpiece of gastronomy. Every dish tells a story of passion and excellence.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152879.jpg", imageAlt: "Elena Rodriguez portrait"}, { - name: "Marcus Thompson", - handle: "Michelin Guide Inspector", - testimonial: "This establishment redefines fine dining with its innovative approach and uncompromising quality.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-cheerful_114579-14179.jpg", - imageAlt: "Marcus Thompson portrait", - }, + name: "Marcus Thompson", handle: "Michelin Guide Inspector", testimonial: "This establishment redefines fine dining with its innovative approach and uncompromising quality.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-cheerful_114579-14179.jpg", imageAlt: "Marcus Thompson portrait"}, ]} buttons={[ { text: "Reserve a Table", href: "/reservation" }, @@ -98,33 +88,13 @@ const HomePage = () => { useInvertedBackground={false} products={[ { - id: "1", - name: "Pan-Seared Foie Gras", - price: "$68", - imageSrc: "http://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-chopped-parmesan-tomato-basilic_114579-919.jpg?_wi=1", - imageAlt: "Gourmet foie gras preparation", - }, + id: "1", name: "Pan-Seared Foie Gras", price: "$68", imageSrc: "http://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-chopped-parmesan-tomato-basilic_114579-919.jpg", imageAlt: "Gourmet foie gras preparation"}, { - id: "2", - name: "Atlantic Salmon Supreme", - price: "$52", - imageSrc: "http://img.b2bpic.net/free-photo/plate-salmon-steak-with-broccoli_181624-32092.jpg?_wi=1", - imageAlt: "Grilled Atlantic salmon fillet", - }, + id: "2", name: "Atlantic Salmon Supreme", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/plate-salmon-steak-with-broccoli_181624-32092.jpg", imageAlt: "Grilled Atlantic salmon fillet"}, { - id: "3", - name: "Chocolate Symphony", - price: "$24", - imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-ny-cheesecake-with-berry-sauce_114579-2316.jpg?_wi=1", - imageAlt: "Elegant chocolate dessert", - }, + id: "3", name: "Chocolate Symphony", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-ny-cheesecake-with-berry-sauce_114579-2316.jpg", imageAlt: "Elegant chocolate dessert"}, { - id: "4", - name: "Wagyu Ribeye Perfection", - price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-asparagus-rosemary-dark-plate_84443-72385.jpg?_wi=1", - imageAlt: "Premium wagyu beef steak", - }, + id: "4", name: "Wagyu Ribeye Perfection", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-asparagus-rosemary-dark-plate_84443-72385.jpg", imageAlt: "Premium wagyu beef steak"}, ]} buttons={[{ text: "View Full Menu", href: "/menu" }]} buttonAnimation="blur-reveal" @@ -158,36 +128,24 @@ const HomePage = () => { features={[ { id: 1, - title: "Italian Classics", - description: "Authentic pasta dishes and risottos prepared with imported ingredients and traditional techniques.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/border-utensils-pasta-with-garlic_23-2147849769.jpg?_wi=1", - }, + title: "Italian Classics", description: "Authentic pasta dishes and risottos prepared with imported ingredients and traditional techniques.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/border-utensils-pasta-with-garlic_23-2147849769.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/border-utensils-pasta-with-garlic_23-2147849769.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/border-utensils-pasta-with-garlic_23-2147849769.jpg"}, }, { id: 2, - title: "Seafood Delights", - description: "Sustainable, fresh-caught selections featuring daily specials and time-honored preparations.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/baked-beans-dushbara-spoon-pepper-salt-board-blue-table_114579-90342.jpg?_wi=1", - }, + title: "Seafood Delights", description: "Sustainable, fresh-caught selections featuring daily specials and time-honored preparations.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/baked-beans-dushbara-spoon-pepper-salt-board-blue-table_114579-90342.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/baked-beans-dushbara-spoon-pepper-salt-board-blue-table_114579-90342.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/baked-beans-dushbara-spoon-pepper-salt-board-blue-table_114579-90342.jpg"}, }, { id: 3, - title: "Prime Selections", - description: "Hand-cut premium meats, dry-aged perfection, and contemporary protein preparations.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-medium-cooked-steak-served-with-tomato-mushroom-zucchini_141793-2460.jpg?_wi=1", - }, + title: "Prime Selections", description: "Hand-cut premium meats, dry-aged perfection, and contemporary protein preparations.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-medium-cooked-steak-served-with-tomato-mushroom-zucchini_141793-2460.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-medium-cooked-steak-served-with-tomato-mushroom-zucchini_141793-2460.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-medium-cooked-steak-served-with-tomato-mushroom-zucchini_141793-2460.jpg"}, }, ]} /> @@ -204,65 +162,17 @@ const HomePage = () => { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson, Event Planner", - date: "Date: 15 November 2024", - title: "The Perfect Venue for Our Corporate Gala", - quote: "Savoria exceeded all expectations for our annual gala. The ambiance, service, and cuisine were absolutely flawless. Our guests are still talking about it weeks later.", - tag: "Special Event", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152879.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg?_wi=1", - }, + id: "1", name: "Sarah Johnson, Event Planner", date: "Date: 15 November 2024", title: "The Perfect Venue for Our Corporate Gala", quote: "Savoria exceeded all expectations for our annual gala. The ambiance, service, and cuisine were absolutely flawless. Our guests are still talking about it weeks later.", tag: "Special Event", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152879.jpg", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg"}, { - id: "2", - name: "Michael Chen, Business Executive", - date: "Date: 10 November 2024", - title: "Exceptional Cuisine and Impeccable Service", - quote: "I've dined at restaurants across the world, and Savoria ranks among the finest. The attention to detail in every aspect is remarkable. Highly recommended for important business dinners.", - tag: "Business Dining", - avatarSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-cheerful_114579-14179.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149727989.jpg?_wi=1", - }, + id: "2", name: "Michael Chen, Business Executive", date: "Date: 10 November 2024", title: "Exceptional Cuisine and Impeccable Service", quote: "I've dined at restaurants across the world, and Savoria ranks among the finest. The attention to detail in every aspect is remarkable. Highly recommended for important business dinners.", tag: "Business Dining", avatarSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-cheerful_114579-14179.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149727989.jpg"}, { - id: "3", - name: "Emma Williams, Travel Blogger", - date: "Date: 5 November 2024", - title: "A Culinary Destination", - quote: "Savoria is a must-visit destination for food enthusiasts. The chef's creations are innovative yet respectful of tradition. Every course was a delightful surprise.", - tag: "Travel Recommendation", - avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-elegant-wine-sommelier-is-ready-try-new-red-wine-artisan-wine-boutique_613910-3106.jpg?_wi=1", - }, + id: "3", name: "Emma Williams, Travel Blogger", date: "Date: 5 November 2024", title: "A Culinary Destination", quote: "Savoria is a must-visit destination for food enthusiasts. The chef's creations are innovative yet respectful of tradition. Every course was a delightful surprise.", tag: "Travel Recommendation", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pensive-elegant-wine-sommelier-is-ready-try-new-red-wine-artisan-wine-boutique_613910-3106.jpg"}, { - id: "4", - name: "James Rodriguez, Sommelier", - date: "Date: 1 November 2024", - title: "Wine Pairing Excellence", - quote: "Their wine selection is superb, and the sommelier's pairings were perfectly executed. The cellar showcases an impressive collection of both classics and hidden gems.", - tag: "Wine Enthusiast", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", - 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?_wi=1", - }, + id: "4", name: "James Rodriguez, Sommelier", date: "Date: 1 November 2024", title: "Wine Pairing Excellence", quote: "Their wine selection is superb, and the sommelier's pairings were perfectly executed. The cellar showcases an impressive collection of both classics and hidden gems.", tag: "Wine Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", 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"}, { - id: "5", - name: "Catherine Martinez, Anniversary Celebrant", - date: "Date: 28 October 2024", - title: "A Night to Remember", - quote: "We celebrated our 25th anniversary at Savoria. The staff remembered every detail of our reservation and made the evening truly special. We'll be back!", - tag: "Special Occasions", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg?_wi=1", - }, + id: "5", name: "Catherine Martinez, Anniversary Celebrant", date: "Date: 28 October 2024", title: "A Night to Remember", quote: "We celebrated our 25th anniversary at Savoria. The staff remembered every detail of our reservation and made the evening truly special. We'll be back!", tag: "Special Occasions", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg"}, { - id: "6", - name: "David Thompson, Culinary Student", - date: "Date: 22 October 2024", - title: "Inspiration for My Career", - quote: "As an aspiring chef, dining at Savoria was a revelation. The plating, flavor composition, and execution showcase what's possible in the culinary arts. Truly inspirational.", - tag: "Student Perspective", - avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-working-beer-factory_23-2150573909.jpg?_wi=1", - }, + id: "6", name: "David Thompson, Culinary Student", date: "Date: 22 October 2024", title: "Inspiration for My Career", quote: "As an aspiring chef, dining at Savoria was a revelation. The plating, flavor composition, and execution showcase what's possible in the culinary arts. Truly inspirational.", tag: "Student Perspective", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-working-beer-factory_23-2150573909.jpg"}, ]} buttons={[{ text: "Read All Reviews", href: "/reviews" }]} /> @@ -280,44 +190,21 @@ const HomePage = () => { useInvertedBackground={false} plans={[ { - id: "happy-hour", - badge: "Daily Special", - badgeIcon: Clock, - price: "$12-18", - name: "Happy Hour Special", - buttons={[{ text: "Claim Offer", href: "/order" }]}, + id: "happy-hour", badge: "Daily Special", badgeIcon: Clock, + price: "$12-18", name: "Happy Hour Special", buttons: [{ text: "Claim Offer", href: "/order" }], features: [ - "50% off selected appetizers", - "Featured wine and cocktail discounts", - "4-6 PM daily service", - "Dine-in or takeaway", - ], + "50% off selected appetizers", "Featured wine and cocktail discounts", "4-6 PM daily service", "Dine-in or takeaway"], }, { - id: "wine-dinner", - badge: "Most Popular", - badgeIcon: Sparkles, - price: "$125", - name: "Wine Pairing Dinner", - buttons: [{ text: "Reserve Now", href: "/reservation" }], + id: "wine-dinner", badge: "Most Popular", badgeIcon: Sparkles, + price: "$125", name: "Wine Pairing Dinner", buttons: [{ text: "Reserve Now", href: "/reservation" }], features: [ - "5-course tasting menu", - "Premium wine pairings", - "Sommelier presentation", - "Advance reservation required", - ], + "5-course tasting menu", "Premium wine pairings", "Sommelier presentation", "Advance reservation required"], }, { - id: "trio-combo", - price: "$89", - name: "Culinary Trio Experience", - buttons: [{ text: "Order Today", href: "/order" }], + id: "trio-combo", price: "$89", name: "Culinary Trio Experience", buttons: [{ text: "Order Today", href: "/order" }], features: [ - "Appetizer course selection", - "Choice of main entrée", - "Signature dessert", - "Complimentary beverage", - ], + "Appetizer course selection", "Choice of main entrée", "Signature dessert", "Complimentary beverage"], }, ]} /> @@ -333,15 +220,7 @@ const HomePage = () => { textboxLayout="default" useInvertedBackground={false} names={[ - "Michelin Guide", - "Culinary Times", - "Fine Dining Review", - "Gastronomy Awards", - "Restaurant Excellence", - "Cuisine Magazine", - "Chef's Recognition", - "Premium Dining Select", - ]} + "Michelin Guide", "Culinary Times", "Fine Dining Review", "Gastronomy Awards", "Restaurant Excellence", "Cuisine Magazine", "Chef's Recognition", "Premium Dining Select"]} speed={40} showCard={true} buttons={[{ text: "See Our Awards", href: "#" }]} @@ -365,14 +244,13 @@ const HomePage = () => { {/* Footer */}