9 Commits

Author SHA1 Message Date
73eb411683 Update src/app/page.tsx 2026-06-10 06:30:58 +00:00
0fc935ecca Update src/app/page.tsx 2026-06-10 06:30:24 +00:00
7d1a176574 Merge version_3 into main
Merge version_3 into main
2026-06-10 06:27:00 +00:00
ec28f6155a Update src/app/page.tsx 2026-06-10 06:26:54 +00:00
b50684d7d4 Merge version_2 into main
Merge version_2 into main
2026-06-10 06:23:53 +00:00
48ca59ff99 Update src/app/page.tsx 2026-06-10 06:23:50 +00:00
3d1c727efd Merge version_1 into main
Merge version_1 into main
2026-06-10 06:21:42 +00:00
2a3943fd3f Merge version_1 into main
Merge version_1 into main
2026-06-10 06:19:29 +00:00
af3188a341 Merge version_1 into main
Merge version_1 into main
2026-06-10 05:44:59 +00:00

View File

@@ -62,8 +62,8 @@ export default function LandingPage() {
background={{
variant: "plain"}}
imagePosition="right"
title="Your DHABALE SPORT"
description="GO NOW ADD SHOP NOW "
title="Elevate Your Game with Premium Sports Gear"
description="Discover a curated selection of high-quality equipment and apparel designed to boost your performance and passion. Shop now and experience the difference."
kpis={[
{
value: "1000+", label: "Happy Customers"},
@@ -77,7 +77,7 @@ export default function LandingPage() {
{
text: " Products", href: "#products"},
{
text: "GO SHOP NOW ", href: "#about"},
text: "Learn More About Us", href: "#about"},
]}
avatars={[
{
@@ -87,7 +87,7 @@ export default function LandingPage() {
{
src: "http://img.b2bpic.net/free-photo/happy-senior-sportsman-feeling-motivated-while-listening-music-running-nature-copy-space_637285-3863.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/pleased-young-handsome-sporty-boy-wearing-headband-wristbands-with-dental-braces-standing-profile-view-holding-stretching-out-dumbbells-isolated-green-background-with-copy-space_141793-76915.jpg", alt: "Customer 4"},
src: "http://img.b2bpic.net/free-photo/pleased-young-handsome-sporty-boy-wearing-headband-wristbands-with-dental-braces-with-dental-braces-standing-profile-view-holding-stretching-out-dumbbells-isolated-green-background-with-copy-space_141793-76915.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/muscular-young-male-athlete-sitting-track-field-relaxing_23-2148162094.jpg", alt: "Sports customer avatar"},
]}
@@ -121,6 +121,11 @@ export default function LandingPage() {
description="At DHABALE SPORT, we are passionate about helping athletes achieve their best. We offer a curated selection of high-quality sports objects and kits, meticulously chosen for durability, performance, and style. Our commitment is to provide every customer with the right gear and expert advice to excel in their chosen sport."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Evs2A5YGzOktWN7LnGHkVy1xJv/uploaded-1781072172248-bkif4l1r.png"
imageAlt="Interior of a modern sports store with equipment displays"
buttons={[
{
text: "Explore Products", href: "#products"
}
]}
/>
</div>
@@ -221,16 +226,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1", title: "", content: "SHOPING."},
id: "faq-1", title: "How do I place an order?", content: "You can easily place an order by browsing our products, adding items to your cart, and proceeding to checkout. Follow the simple steps to complete your purchase."
},
{
id: "faq-2", title: "", content: "We offer a 30-day return policy for unused items in their original packaging. Please visit our 'Returns' page for detailed instructions."},
id: "faq-2", title: "What is your return policy?", content: "We offer a 30-day return policy for unused items in their original packaging. Please visit our 'Returns' page for detailed instructions."},
{
id: "faq-3", title: "", content: "Currently, we only ship within India. We are working on expanding our delivery services internationally in the near future."},
id: "faq-3", title: "Do you ship internationally?", content: "Currently, we only ship within India. We are working on expanding our delivery services internationally in the near future."},
{
id: "faq-4", title: "", content: "Once your order is shipped, you will receive an email with a tracking number and a link to track your package's journey."},
id: "faq-4", title: "How can I track my order?", content: "Once your order is shipped, you will receive an email with a tracking number and a link to track your package's journey."},
]}
title=""
description="Find answers to common questions about our products"
title="Frequently Asked Questions"
description="Find answers to common questions about our products, orders, and services."
faqsAnimation="slide-up"
/>
</div>
@@ -243,9 +249,9 @@ export default function LandingPage() {
text="Ready to Gear Up? Contact DHABALE SPORT Today!"
buttons={[
{
text: "Call Us: +9028265581", href: "tel:+919876543210"},
text: "Call Us: +919876543210", href: "tel:+919876543210"},
{
text: "ADDRESS - AMAR DHABALE GALLI,SHASTRI NAGER,TUMSAR.MAHARASHTRA 441912 - GOOO NOWWWW ", href: "mailto:info@dhabalesport.com"},
text: "Email Us", href: "mailto:info@dhabalesport.com"},
]}
/>
</div>
@@ -293,4 +299,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}