Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-24 13:30:43 +00:00

View File

@@ -65,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}
/>
</div>
@@ -81,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="entrance-slide"
animationType="reveal-blur"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -96,7 +96,7 @@ export default function LandingPage() {
{ 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="entrance-slide"
animationType="background-highlight"
textboxLayout="default"
useInvertedBackground={true}
/>
@@ -113,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="entrance-slide"
cardAnimation="text-stagger"
useInvertedBackground={false}
/>
</div>