From e50916c44ec31964e7a4cff46a652ef11ed7cff3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:28:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 135ce89..1146fdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { buttons={[ { text: "Reserve Your Table", href: "#contact" } ]} - mediaAnimation="text-shift" + imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-3488.jpg" imageAlt="Elegant fine dining restaurant interior" imagePosition="right" @@ -66,7 +66,7 @@ export default function LandingPage() { { icon: Utensils, label: "Premium Ingredients", value: "Sourced Globally" }, { icon: Star, label: "Exceptional Service", value: "Five-Star Rated" } ]} - metricsAnimation="text-shift" + metricsAnimation="entrance-slide" useInvertedBackground={true} /> @@ -82,7 +82,7 @@ export default function LandingPage() { { 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-fade" + animationType="slide-in-bottom" 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: [{ 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" }] } + { title: "Artisanal Sourcing", description: "We meticulously select the freshest, seasonal ingredients from sustainable farms and premier purveyors.", icon: Leaf, mediaItems: [{ url: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145589.jpg", alt: "Fresh organic vegetables and herbs" }, { url: "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: [{ url: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727996.jpg", alt: "Chef preparing a delicate dish with precision" }, { url: "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: [{ url: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262209.jpg", alt: "Sommelier presenting a bottle of red wine" }, { url: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-wine-glass_23-2149410749.jpg", alt: "Elegant wine list with food pairings" }] } ]} - animationType="entrance-fade" + animationType="slide-in-bottom" 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="text-shift" + cardAnimation="fade-in" useInvertedBackground={false} /> @@ -123,6 +123,9 @@ export default function LandingPage() {