diff --git a/src/app/page.tsx b/src/app/page.tsx
index dfbec62..d44cb3d 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="entrance-slide"
buttons={[
{ text: "Explore Sports Gear", href: "#products" },
{ text: "Shop Gym Equipment", href: "#products" }
]}
- buttonAnimation="hover-magnetic"
+ buttonAnimation="expand-hover"
/>
@@ -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="hover-magnetic"
+ mediaAnimation="entrance-slide"
+ metricsAnimation="expand-hover"
/>
@@ -157,7 +157,7 @@ export default function LandingPage() {
{ id: "t6", name: "Amit Gupta", handle: "@amit_sports", testimonial: "Fantastic variety of sports equipment for all ages. My kids love their new cricket gear from Sports Camp.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-after-sport-shopping-blue-wall_179666-30451.jpg" }
]}
showRating={true}
- animationType="flip-x"
+ animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -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="entrance-slide"
textboxLayout="default"
useInvertedBackground={false}
/>