Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-06-08 07:40:02 +00:00

View File

@@ -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"
/>
</div>
<div id="about" data-section="about">
@@ -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"
/>
</div>
<div id="features" data-section="features">
@@ -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}
/>