From db0961a976b32f679c4997ed4b540f9a66c9ccec Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:39:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d44cb3d..168f445 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,12 +71,12 @@ export default function LandingPage() { ]} tag="Raipur's Best" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="text-stagger" buttons={[ { text: "Explore Sports Gear", href: "#products" }, { text: "Shop Gym Equipment", href: "#products" } ]} - buttonAnimation="expand-hover" + buttonAnimation="text-stagger" />
@@ -92,8 +92,8 @@ export default function LandingPage() { tag="About Us" imageSrc="http://img.b2bpic.net/free-photo/after-gym-is-time-little-chat_329181-11231.jpg" imageAlt="Friendly staff assisting a customer in a sports shop" - mediaAnimation="entrance-slide" - metricsAnimation="expand-hover" + mediaAnimation="text-stagger" + metricsAnimation="text-stagger" />
@@ -185,7 +185,7 @@ export default function LandingPage() { { id: "q4", title: "Do you offer delivery services in Raipur?", content: "Yes, we provide reliable delivery services across Raipur for all our sporting goods and gym equipment. Delivery charges may apply based on your location and the size of the order." }, { id: "q5", title: "Can I return or exchange products?", content: "We have a customer-friendly return and exchange policy. Products can be returned or exchanged within a specified period, provided they are in their original condition with proof of purchase. Please refer to our detailed policy in-store or contact us for more information." } ]} - faqsAnimation="entrance-slide" + faqsAnimation="text-stagger" textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1