diff --git a/src/app/page.tsx b/src/app/page.tsx index aff88cd..135ce89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,11 +45,11 @@ export default function LandingPage() { @@ -76,13 +76,13 @@ export default function LandingPage() { title="Our Exquisite Culinary Menu" description="Discover a symphony of flavors crafted with the finest ingredients and innovative techniques." products={[ - { id: "scallops", name: "Seared Scallops with Saffron Risotto", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/cracker-cake-inside-green-plate-with-designed-nougat-cream_140725-29928.jpg?_wi=1", imageAlt: "Seared scallops with saffron risotto elegantly plated" }, + { id: "scallops", name: "Seared Scallops with Saffron Risotto", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/cracker-cake-inside-green-plate-with-designed-nougat-cream_140725-29928.jpg", imageAlt: "Seared scallops with saffron risotto elegantly plated" }, { id: "filet-mignon", name: "Filet Mignon with Truffle Mash", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-tomato-slices-greens-sauce-rosemary-sprig_140725-8549.jpg", imageAlt: "Perfectly cooked filet mignon with truffle mash" }, { id: "lava-cake", name: "Decadent Chocolate Lava Cake", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7776.jpg", imageAlt: "Rich chocolate lava cake with berries" }, - { id: "lobster", name: "Lobster Bisque with Cognac", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/cracker-cake-inside-green-plate-with-designed-nougat-cream_140725-29928.jpg?_wi=2", imageAlt: "Creamy lobster bisque with a swirl of cognac" } + { id: "lobster", name: "Lobster Bisque with Cognac", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/cracker-cake-inside-green-plate-with-designed-nougat-cream_140725-29928.jpg", imageAlt: "Creamy lobster bisque with a swirl of cognac" } ]} gridVariant="three-columns-all-equal-width" - animationType="entrance-slide" + animationType="entrance-fade" textboxLayout="default" useInvertedBackground={false} /> @@ -93,11 +93,11 @@ export default function LandingPage() { title="The Art of Antonio Fire Cuisine" description="Our philosophy is rooted in the fusion of traditional techniques with modern culinary innovation, bringing you an unparalleled dining experience." features={[ - { title: "Artisanal Sourcing", description: "We meticulously select the freshest, seasonal ingredients from sustainable farms and premier purveyors.", icon: Leaf, mediaItems: [{ type: "image", src: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145589.jpg", alt: "Fresh organic vegetables and herbs" }, { type: "image", src: "http://img.b2bpic.net/free-photo/delicious-high-quality-wine-still-life_23-2149710954.jpg", alt: "Sommelier pouring wine in a cellar" }] }, - { title: "Innovative Techniques", description: "Our chefs employ cutting-edge methods to extract and enhance natural flavors, creating surprising and delightful dishes.", icon: Sparkles, mediaItems: [{ type: "image", src: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727996.jpg", alt: "Chef preparing a delicate dish with precision" }, { type: "image", src: "http://img.b2bpic.net/free-vector/twitch-background-traditional-italian-food-restaurant_23-2150228277.jpg", alt: "Modern culinary creation with molecular gastronomy" }] }, - { title: "Curated Wine Pairings", description: "Elevate your meal with our expertly curated wine list, featuring selections that perfectly complement each dish.", icon: Wine, mediaItems: [{ type: "image", src: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262209.jpg", alt: "Sommelier presenting a bottle of red wine" }, { type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-wine-glass_23-2149410749.jpg", alt: "Elegant wine list with food pairings" }] } + { title: "Artisanal Sourcing", description: "We meticulously select the freshest, seasonal ingredients from sustainable farms and premier purveyors.", icon: Leaf, mediaItems: [{ src: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145589.jpg", alt: "Fresh organic vegetables and herbs" }, { src: "http://img.b2bpic.net/free-photo/delicious-high-quality-wine-still-life_23-2149710954.jpg", alt: "Sommelier pouring wine in a cellar" }] }, + { title: "Innovative Techniques", description: "Our chefs employ cutting-edge methods to extract and enhance natural flavors, creating surprising and delightful dishes.", icon: Sparkles, mediaItems: [{ src: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727996.jpg", alt: "Chef preparing a delicate dish with precision" }, { src: "http://img.b2bpic.net/free-vector/twitch-background-traditional-italian-food-restaurant_23-2150228277.jpg", alt: "Modern culinary creation with molecular gastronomy" }] }, + { title: "Curated Wine Pairings", description: "Elevate your meal with our expertly curated wine list, featuring selections that perfectly complement each dish.", icon: Wine, mediaItems: [{ src: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262209.jpg", alt: "Sommelier presenting a bottle of red wine" }, { src: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-wine-glass_23-2149410749.jpg", alt: "Elegant wine list with food pairings" }] } ]} - animationType="entrance-slide" + animationType="entrance-fade" textboxLayout="default" useInvertedBackground={true} /> @@ -114,7 +114,7 @@ export default function LandingPage() { { id: "4", name: "Julian Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg", imageAlt: "Portrait of Julian Chen" }, { id: "5", name: "Sofia Morales", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg", imageAlt: "Portrait of Sofia Morales" } ]} - cardAnimation="entrance-slide" + cardAnimation="text-shift" useInvertedBackground={false} /> @@ -124,13 +124,13 @@ export default function LandingPage() { title="Recognized Excellence" description="Proudly featured in leading culinary publications and awarded for our exceptional dining experience." logos={[ - { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-restaurant_23-2149930156.jpg", alt: "Zagat Guide Logo" }, - { src: "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", alt: "Michelin Star Award Logo" }, - { src: "http://img.b2bpic.net/free-vector/set-golden-premium-stickers_23-2147629911.jpg", alt: "Gault & Millau Guide Logo" }, - { src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg", alt: "New York Times Dining Logo" }, - { src: "http://img.b2bpic.net/free-photo/table-setting-with-textured-wine-glasses-candles-leaves_169016-18721.jpg", alt: "Forbes Travel Guide Logo" }, - { src: "http://img.b2bpic.net/free-photo/adult-bearded-man-having-breakfast-cafe-sitting-table-front-generic-laptop-looking-with-smile-while-messaging-friends-via-social-networks-enjoying-free-wi-fi_273609-6594.jpg", alt: "Eater Food Publication Logo" }, - { src: "http://img.b2bpic.net/free-vector/flat-new-opening-hours-sign_23-2148834574.jpg", alt: "Time Out Food Logo" } + "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-restaurant_23-2149930156.jpg", + "http://img.b2bpic.net/free-photo/positive-chef-decorating-ice-cream-with-berries_1262-20328.jpg", + "http://img.b2bpic.net/free-vector/set-golden-premium-stickers_23-2147629911.jpg", + "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg", + "http://img.b2bpic.net/free-photo/table-setting-with-textured-wine-glasses-candles-leaves_169016-18721.jpg", + "http://img.b2bpic.net/free-photo/adult-bearded-man-having-breakfast-cafe-sitting-table-front-generic-laptop-looking-with-smile-while-messaging-friends-via-social-networks-enjoying-free-wi-fi_273609-6594.jpg", + "http://img.b2bpic.net/free-vector/flat-new-opening-hours-sign_23-2148834574.jpg" ]} textboxLayout="default" useInvertedBackground={true} @@ -142,8 +142,8 @@ export default function LandingPage() { tag="Make a Reservation" title="Secure Your Unforgettable Evening" description="Book your table at Antonio Fire for an exquisite dining experience. Our team will ensure every detail is perfect." - background={{ variant: "aurora" }} - mediaAnimation="entrance-slide" + background={{ variant: "plain" }} + mediaAnimation="text-shift" imageSrc="http://img.b2bpic.net/free-photo/lovers-dining-together-eating-drinking-wine-festive-dinner-kitchen-happy-couple-talking-sitting-table-enjoying-meal-home-having-romantic-time-together-surprise-candle-lights_482257-3614.jpg" imageAlt="Elegant dining table setting in a restaurant" mediaPosition="left"