Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-28 11:03:35 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Tashwin Sports"
/>
@@ -53,54 +45,34 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Elevate Your Game at Tashwin Sports"
description="Premium athletic equipment designed for performance, comfort, and victory. Experience the difference of elite quality."
testimonials={[
{
name: "Rahul K.",
handle: "@rahul_sports",
testimonial: "Best quality sports gear in the region. Highly recommended!",
rating: 5,
name: "Rahul K.", handle: "@rahul_sports", testimonial: "Best quality sports gear in the region. Highly recommended!", rating: 5,
},
{
name: "Priya S.",
handle: "@priyafit",
testimonial: "Top-notch customer service and premium products.",
rating: 5,
name: "Priya S.", handle: "@priyafit", testimonial: "Top-notch customer service and premium products.", rating: 5,
},
{
name: "Amit V.",
handle: "@amitruns",
testimonial: "My go-to place for all my professional training needs.",
rating: 5,
name: "Amit V.", handle: "@amitruns", testimonial: "My go-to place for all my professional training needs.", rating: 5,
},
{
name: "Sneha M.",
handle: "@snehagym",
testimonial: "Exceptional variety and quality. Loved the purchase.",
rating: 5,
name: "Sneha M.", handle: "@snehagym", testimonial: "Exceptional variety and quality. Loved the purchase.", rating: 5,
},
{
name: "Vikram D.",
handle: "@vikpro",
testimonial: "Professional grade equipment that lasts.",
rating: 5,
name: "Vikram D.", handle: "@vikpro", testimonial: "Professional grade equipment that lasts.", rating: 5,
},
]}
buttons={[
{
text: "Call Now",
href: "tel:+910000000000",
},
text: "Call Now", href: "tel:+910000000000"},
{
text: "Enquire Now",
href: "#contact",
},
text: "Enquire Now", href: "#contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/a-professional-high-end-sports-retail-st-1774695771319-98e3964b.png"
videoSrc="https://www.w3schools.com/howto/movie.mp4?_wi=1"
videoSrc="https://www.w3schools.com/howto/movie.mp4"
/>
</div>
@@ -109,10 +81,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Commitment to Athletes"
description={[
"Tashwin Sports is dedicated to empowering local athletes with gear that matches their ambition.",
"We focus on quality, durability, and ergonomic design to ensure you perform at your peak.",
"Join our community of professionals who trust our expertise for their sporting needs.",
]}
"Tashwin Sports is dedicated to empowering local athletes with gear that matches their ambition.", "We focus on quality, durability, and ergonomic design to ensure you perform at your peak.", "Join our community of professionals who trust our expertise for their sporting needs."]}
/>
</div>
@@ -124,33 +93,13 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Elite Performance Shoe",
price: "$120",
variant: "Pro-Series",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/a-high-end-professional-sports-shoe-mini-1774695771532-f2431441.png?_wi=1",
},
id: "p1", name: "Elite Performance Shoe", price: "$120", variant: "Pro-Series", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/a-high-end-professional-sports-shoe-mini-1774695771532-f2431441.png"},
{
id: "p2",
name: "Carbon Fibre Racquet",
price: "$250",
variant: "Carbon",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/a-high-end-professional-sports-shoe-mini-1774695771532-f2431441.png?_wi=2",
},
id: "p2", name: "Carbon Fibre Racquet", price: "$250", variant: "Carbon", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/a-high-end-professional-sports-shoe-mini-1774695771532-f2431441.png"},
{
id: "p3",
name: "Pro Training Kit",
price: "$80",
variant: "Training",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/a-high-end-professional-sports-shoe-mini-1774695771532-f2431441.png?_wi=3",
},
id: "p3", name: "Pro Training Kit", price: "$80", variant: "Training", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/a-high-end-professional-sports-shoe-mini-1774695771532-f2431441.png"},
{
id: "p4",
name: "Performance Jersey",
price: "$45",
variant: "Dry-Fit",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/a-high-end-professional-sports-shoe-mini-1774695771532-f2431441.png?_wi=4",
},
id: "p4", name: "Performance Jersey", price: "$45", variant: "Dry-Fit", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/a-high-end-professional-sports-shoe-mini-1774695771532-f2431441.png"},
]}
title="Our Elite Collection"
description="Discover our handpicked selection of top-tier sports equipment."
@@ -164,26 +113,18 @@ export default function LandingPage() {
description="Ready to upgrade your sports gear? Call us or send a message today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone",
required: true,
name: "phone", type: "tel", placeholder: "Your Phone", required: true,
},
]}
textarea={{
name: "message",
placeholder: "How can we help?",
rows: 4,
name: "message", placeholder: "How can we help?", rows: 4,
}}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/modern-minimalist-shop-entrance-at-dusk--1774695771347-12d89156.png"
mediaAnimation="slide-up"
videoSrc="https://www.w3schools.com/howto/movie.mp4?_wi=2"
videoSrc="https://www.w3schools.com/howto/movie.mp4"
/>
</div>
@@ -196,57 +137,36 @@ export default function LandingPage() {
description="Quantifiable results for the serious athlete."
metrics={[
{
id: "m1",
value: "500+",
title: "Athletes Served",
description: "Local professionals trusted us.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/a-high-end-professional-sports-shoe-mini-1774695771532-f2431441.png?_wi=5",
},
id: "m1", value: "500+", title: "Athletes Served", description: "Local professionals trusted us.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/a-high-end-professional-sports-shoe-mini-1774695771532-f2431441.png"},
{
id: "m2",
value: "15+",
title: "Elite Brands",
description: "Only the best in stock.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/a-high-end-professional-sports-shoe-mini-1774695771532-f2431441.png?_wi=6",
},
id: "m2", value: "15+", title: "Elite Brands", description: "Only the best in stock.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/a-high-end-professional-sports-shoe-mini-1774695771532-f2431441.png"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZSxuzzzAXzIUvg0LrKGAIIqXl/an-elegant-clean-architectural-shot-of-a-1774695773117-fe6b695e.png"
videoSrc="https://www.w3schools.com/howto/movie.mp4"
columns={[
{
title: "Store",
items: [
title: "Store", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Products",
href: "#products",
},
label: "Products", href: "#products"},
],
},
{
title: "Help",
items: [
title: "Help", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}
logoText="Tashwin Sports"
copyrightText="© 2025 Tashwin Sports"
videoSrc="https://www.w3schools.com/howto/movie.mp4?_wi=3"
/>
</div>
</ReactLenis>