From 1cd4d0d0ef8c3a311db753de4a91c14e7645e8be Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:42:38 +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 168f445..235f793 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="text-stagger" + tagAnimation="slide-up" buttons={[ { text: "Explore Sports Gear", href: "#products" }, { text: "Shop Gym Equipment", href: "#products" } ]} - buttonAnimation="text-stagger" + buttonAnimation="slide-up" />
@@ -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="text-stagger" - metricsAnimation="text-stagger" + mediaAnimation="slide-up" + metricsAnimation="slide-up" />
@@ -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="text-stagger" + faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1