From 76314e570481eb6d20a6418bbde16a7cec3c3fea Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:35:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06496a3..d615dfa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,20 +54,20 @@ export default function LandingPage() { variant: "radial-gradient" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/man-recording-his-training-full-shot_23-2149177962.jpg?_wi=1", imageAlt: "Person running on a modern treadmill" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-basketball-boxes_23-2148796923.jpg?_wi=1", imageAlt: "Display of various sports balls" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-lifting-weights-with-open-legs_1163-124.jpg?_wi=1", imageAlt: "Strength training gym setup with weights" }, - { imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114132.jpg?_wi=1", imageAlt: "Person cycling on a stationary bike" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-shoes-locker_23-2150847412.jpg?_wi=1", imageAlt: "Display of sports shoes" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174763.jpg?_wi=1", imageAlt: "Yoga mat and fitness accessories" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-recording-his-training-full-shot_23-2149177962.jpg", imageAlt: "Person running on a modern treadmill" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-basketball-boxes_23-2148796923.jpg", imageAlt: "Display of various sports balls" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-lifting-weights-with-open-legs_1163-124.jpg", imageAlt: "Strength training gym setup with weights" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114132.jpg", imageAlt: "Person cycling on a stationary bike" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-shoes-locker_23-2150847412.jpg", imageAlt: "Display of sports shoes" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174763.jpg", imageAlt: "Yoga mat and fitness accessories" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174763.jpg?_wi=2", imageAlt: "Yoga mat and fitness accessories" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-shoes-locker_23-2150847412.jpg?_wi=2", imageAlt: "Display of sports shoes" }, - { imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114132.jpg?_wi=2", imageAlt: "Person cycling on a stationary bike" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-lifting-weights-with-open-legs_1163-124.jpg?_wi=2", imageAlt: "Strength training gym setup with weights" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-basketball-boxes_23-2148796923.jpg?_wi=2", imageAlt: "Display of various sports balls" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-recording-his-training-full-shot_23-2149177962.jpg?_wi=2", imageAlt: "Person running on a modern treadmill" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174763.jpg", imageAlt: "Yoga mat and fitness accessories" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-shoes-locker_23-2150847412.jpg", imageAlt: "Display of sports shoes" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114132.jpg", imageAlt: "Person cycling on a stationary bike" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-lifting-weights-with-open-legs_1163-124.jpg", imageAlt: "Strength training gym setup with weights" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-basketball-boxes_23-2148796923.jpg", imageAlt: "Display of various sports balls" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-recording-his-training-full-shot_23-2149177962.jpg", imageAlt: "Person running on a modern treadmill" } ]} tag="Raipur's Best" tagIcon={Star} @@ -76,7 +76,7 @@ export default function LandingPage() { { text: "Explore Sports Gear", href: "#products" }, { text: "Shop Gym Equipment", href: "#products" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="text-stagger" />
@@ -93,7 +93,7 @@ export default function LandingPage() { 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="entrance-slide" + metricsAnimation="text-stagger" />
@@ -107,7 +107,7 @@ export default function LandingPage() { { title: "Fitness Accessories & Apparel", description: "Complete your workout with our selection of fitness accessories, apparel, and supplements.", imageSrc: "http://img.b2bpic.net/free-photo/gym-accessories-empty-room_23-2151922411.jpg", imageAlt: "Fitness accessories and apparel", titleImageSrc: "http://img.b2bpic.net/free-photo/gym-accessories-empty-room_23-2151922411.jpg", buttonText: "Browse Accessories" } ]} gridVariant="two-columns-alternating-heights" - animationType="entrance-slide" + animationType="text-stagger" textboxLayout="default" useInvertedBackground={true} /> @@ -125,7 +125,7 @@ export default function LandingPage() { { id: "p6", name: "Professional Running Shoes", price: "₹6,799", variant: "All Sizes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005663.jpg", imageAlt: "Professional Running Shoes" } ]} gridVariant="three-columns-all-equal-width" - animationType="entrance-slide" + animationType="fade-in" textboxLayout="default" useInvertedBackground={false} /> @@ -139,7 +139,7 @@ export default function LandingPage() { { id: "maintenance", title: "Equipment Maintenance Plan", price: "Starting ₹999", period: "per service", features: ["Regular Servicing", "Part Replacements", "Performance Checks", "Extended Warranty Options", "Priority Support"], button: { text: "Learn More", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-metal-worker-using-industrial-machine-factory-facility_637285-4162.jpg", imageAlt: "Technician inspecting gym equipment" }, { id: "rental", title: "Gym Equipment Rental", price: "Custom Quote", period: "per month", features: ["Short-term & Long-term Options", "Wide Range of Equipment", "Delivery & Pickup", "Flexible Plans", "Event Rentals"], button: { text: "Inquire Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-gym-long-shot_23-2148795173.jpg", imageAlt: "Gym equipment rental service" } ]} - animationType="entrance-slide" + animationType="fade-in" textboxLayout="default" useInvertedBackground={true} /> @@ -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="entrance-slide" + animationType="fade-in" textboxLayout="default" useInvertedBackground={false} /> @@ -172,6 +172,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} speed={35} + animationType="fade-in" />
@@ -185,7 +186,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="fade-in" textboxLayout="default" useInvertedBackground={false} /> @@ -207,6 +208,7 @@ export default function LandingPage() { imageAlt="Friendly customer service representative" mediaPosition="left" buttonText="Send Message" + buttonAnimation="text-stagger" />