diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d806f0..b76d177 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,12 +96,12 @@ export default function PageContent() { testimonialRotationInterval={5000} tag="Authentic Flavors" tagIcon={Flame} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "View Our Menu", href: "#menu" }, { text: "Make a Reservation", href: "#contact" } ]} - buttonAnimation="bounce-effect" + buttonAnimation="slide-up" avatars={[ { src: getAssetUrl("testimonial-avatar-1__2"), alt: getAssetAlt("testimonial-avatar-1__2", "happy man eating noodles") }, { src: getAssetUrl("testimonial-avatar-2__2"), alt: getAssetAlt("testimonial-avatar-2__2", "woman smiling in restaurant") }, @@ -131,8 +131,8 @@ export default function PageContent() { tagIcon={Utensils} imageSrc={getAssetUrl("about-noodle-making")} imageAlt={getAssetAlt("about-noodle-making", "Chef hand-pulling noodles in the kitchen")} - mediaAnimation="entrance-slide" - metricsAnimation="entrance-slide" + mediaAnimation="slide-up" + metricsAnimation="slide-up" />
@@ -142,7 +142,7 @@ export default function PageContent() { { icon: Leaf, title: "Farm-Fresh Ingredients", description: "We source the finest local produce and premium meats, ensuring every ingredient contributes to the vibrant flavors of our dishes." }, { icon: Sparkles, title: "Time-Honored Recipes", description: "Savor authentic flavors passed down through generations, bringing the true taste of Shandong province right to your table." } ]} - animationType="entrance-slide" + animationType="blur-reveal" title="The Shandong Difference: Authenticity in Every Bite" description="We are committed to delivering an exceptional dining experience through our dedication to traditional techniques and high-quality ingredients." textboxLayout="default" @@ -162,7 +162,7 @@ export default function PageContent() { { id: "6", brand: "Korean-Chinese", name: "Jajangmyeon (Black Bean Noodles)", price: "$15.50", rating: 4, reviewCount: "60 reviews", imageSrc: getAssetUrl("product-6"), imageAlt: getAssetAlt("product-6", "Jajangmyeon (Black Bean Noodles)") } ]} gridVariant="three-columns-all-equal-width" - animationType="entrance-slide" + animationType="scale-rotate" title="Our Delicious Noodle Creations" description="Explore our diverse menu featuring a blend of traditional Shandong recipes and popular Chinese-inspired noodle dishes, crafted to satisfy every palate." textboxLayout="default" @@ -184,7 +184,7 @@ export default function PageContent() { { value: "200+", label: "Positive Reviews" }, { value: "100%", label: "Satisfaction" } ]} - animationType="entrance-slide" + animationType="depth-3d" title="What Our Valued Customers Say" description="Hear directly from those who have experienced the authentic taste and warm hospitality of Shandong Noodle House." textboxLayout="default" @@ -202,13 +202,13 @@ export default function PageContent() { ]} imageSrc={getAssetUrl("faq-image")} imageAlt={getAssetAlt("faq-image", "Friendly restaurant staff ready to help")} - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" mediaPosition="left" title="Frequently Asked Questions" description="Find quick answers to common questions about our menu, services, and dining experience." tag="Need Help?" tagIcon={MessageCircle} - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} />