From 8d62126f702aac6c710d75e9e3f828a2196926d4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 06:04:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83fc5f8..300414b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,7 +111,7 @@ export default function LandingPage() { description="We are passionate about spirits and dedicated to bringing you the finest selection of premium alcoholic beverages. With over 20 years of expertise in the industry, LiquorBoss curates exceptional bottles that represent the best distilleries worldwide. Our mission is to provide connoisseurs and enthusiasts access to authentic, quality spirits that tell stories of craftsmanship and heritage." tag="Industry Leaders" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="slide-up" metrics={[ { value: "20+", title: "Years Experience" }, { value: "500+", title: "Spirit Selections" }, @@ -132,7 +132,7 @@ export default function LandingPage() { description="Trusted by spirits enthusiasts and connoisseurs worldwide. Our customers consistently praise our selection, expertise, and service." tag="Customer Reviews" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="slide-up" @@ -185,10 +185,10 @@ export default function LandingPage() { description="Find answers to common questions about our products, ordering, and shipping policies." tag="Need Help?" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" showCard={true} animationType="smooth" faqs={[ -- 2.49.1