diff --git a/src/app/page.tsx b/src/app/page.tsx index 1146fdc..3b14e35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,6 @@ export default function LandingPage() { imageAlt="Elegant fine dining restaurant interior" imagePosition="right" fixedMediaHeight={true} - useInvertedBackground={false} /> @@ -66,7 +65,7 @@ export default function LandingPage() { { icon: Utensils, label: "Premium Ingredients", value: "Sourced Globally" }, { icon: Star, label: "Exceptional Service", value: "Five-Star Rated" } ]} - metricsAnimation="entrance-slide" + metricsAnimation="text-stagger" useInvertedBackground={true} /> @@ -82,7 +81,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="slide-in-bottom" + animationType="fade-in" textboxLayout="default" useInvertedBackground={false} /> @@ -93,11 +92,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: [{ 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" }] } + { title: "Artisanal Sourcing", description: "We meticulously select the freshest, seasonal ingredients from sustainable farms and premier purveyors.", icon: Leaf, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145589.jpg", imageAlt: "Fresh organic vegetables and herbs" }, { imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-quality-wine-still-life_23-2149710954.jpg", imageAlt: "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: [{ imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727996.jpg", imageAlt: "Chef preparing a delicate dish with precision" }, { imageSrc: "http://img.b2bpic.net/free-vector/twitch-background-traditional-italian-food-restaurant_23-2150228277.jpg", imageAlt: "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: [{ imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262209.jpg", imageAlt: "Sommelier presenting a bottle of red wine" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-wine-glass_23-2149410749.jpg", imageAlt: "Elegant wine list with food pairings" }] } ]} - animationType="slide-in-bottom" + animationType="fade-in" textboxLayout="default" useInvertedBackground={true} /> @@ -114,7 +113,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="fade-in" + cardAnimation="text-stagger" useInvertedBackground={false} />