Update src/app/page.tsx
This commit is contained in:
249
src/app/page.tsx
249
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Features", id: "#features"},
|
||||||
id: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Tenu Sport Football"
|
brandName="Tenu Sport Football"
|
||||||
/>
|
/>
|
||||||
@@ -64,45 +52,28 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Dominate the Pitch. Define Your Game."
|
title="Dominate the Pitch. Define Your Game."
|
||||||
description="Experience unparalleled performance with Tenu Sport Football's cutting-edge sportswear. Designed for champions, crafted for victory."
|
description="Experience unparalleled performance with Tenu Sport Football's cutting-edge sportswear. Designed for champions, crafted for victory."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop New Arrivals",
|
text: "Shop New Arrivals", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-soccer-field-soccer-training-active-lifestyle-football-concept_169016-68197.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/girl-soccer-field-soccer-training-active-lifestyle-football-concept_169016-68197.jpg", imageAlt: "Football player in dynamic action wearing premium sportswear"},
|
||||||
imageAlt: "Football player in dynamic action wearing premium sportswear",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186759.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186759.jpg", imageAlt: "Close-up of a premium football jersey with intricate details"},
|
||||||
imageAlt: "Close-up of a premium football jersey with intricate details",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-women-with-winners-cup_23-2148634610.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/excited-women-with-winners-cup_23-2148634610.jpg", imageAlt: "A triumphant football team celebrating on the pitch"},
|
||||||
imageAlt: "A triumphant football team celebrating on the pitch",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-orange-soccer-cleats-green-field_23-2151982449.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-orange-soccer-cleats-green-field_23-2151982449.jpg", imageAlt: "Close-up of high-performance football boots on grass"},
|
||||||
imageAlt: "Close-up of high-performance football boots on grass",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049650.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049650.jpg", imageAlt: "Goalkeeper making a dramatic save during a match"},
|
||||||
imageAlt: "Goalkeeper making a dramatic save during a match",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-athlete-competing-paralympics-championship-games_23-2151492708.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-athlete-competing-paralympics-championship-games_23-2151492708.jpg", imageAlt: "Dramatic view of a football stadium illuminated at night"},
|
||||||
imageAlt: "Dramatic view of a football stadium illuminated at night",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -115,17 +86,11 @@ export default function LandingPage() {
|
|||||||
description="At Tenu Sport Football, we blend innovative technology with timeless design to create sportswear that empowers athletes. Every stitch, every fiber, is engineered for comfort, durability, and ultimate performance on the field."
|
description="At Tenu Sport Football, we blend innovative technology with timeless design to create sportswear that empowers athletes. Every stitch, every fiber, is engineered for comfort, durability, and ultimate performance on the field."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Advanced Fabric Technology",
|
title: "Advanced Fabric Technology", description: "Experience superior moisture-wicking and breathability for maximum comfort."},
|
||||||
description: "Experience superior moisture-wicking and breathability for maximum comfort.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Ergonomic Fit & Flexibility",
|
title: "Ergonomic Fit & Flexibility", description: "Designed for unrestricted movement and a second-skin feel during intense play."},
|
||||||
description: "Designed for unrestricted movement and a second-skin feel during intense play.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Sustainable & Durable",
|
title: "Sustainable & Durable", description: "Built to last with eco-conscious materials, supporting both your game and the planet."},
|
||||||
description: "Built to last with eco-conscious materials, supporting both your game and the planet.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-businesswoman-owner_23-2148828328.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-businesswoman-owner_23-2148828328.jpg"
|
||||||
imageAlt="Close-up of sportswear fabric texture, showing advanced technology"
|
imageAlt="Close-up of sportswear fabric texture, showing advanced technology"
|
||||||
@@ -139,23 +104,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Moisture-Wicking Fabric",
|
title: "Moisture-Wicking Fabric", description: "Stay dry and comfortable with advanced fabrics that pull sweat away from your body.", imageSrc: "http://img.b2bpic.net/free-photo/schoolboy-posing-with-skateboard_23-2147667374.jpg", imageAlt: "Athlete showing sweat wicking from fabric"},
|
||||||
description: "Stay dry and comfortable with advanced fabrics that pull sweat away from your body.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/schoolboy-posing-with-skateboard_23-2147667374.jpg",
|
|
||||||
imageAlt: "Athlete showing sweat wicking from fabric",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "4-Way Stretch Technology",
|
title: "4-Way Stretch Technology", description: "Enjoy full range of motion and an adaptive fit that moves with you, not against you.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-african-american-woman-wearing-coat-posing-street_181624-28798.jpg", imageAlt: "Football player stretching, showing flexibility of sportswear"},
|
||||||
description: "Enjoy full range of motion and an adaptive fit that moves with you, not against you.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-african-american-woman-wearing-coat-posing-street_181624-28798.jpg",
|
|
||||||
imageAlt: "Football player stretching, showing flexibility of sportswear",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Reinforced Durability",
|
title: "Reinforced Durability", description: "Built to withstand the toughest tackles and rigorous training sessions, season after season.", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-woman-s-hand-putting-crumpled-paper-her-pocket_23-2147839005.jpg", imageAlt: "Close-up of durable sportswear stitching"},
|
||||||
description: "Built to withstand the toughest tackles and rigorous training sessions, season after season.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-woman-s-hand-putting-crumpled-paper-her-pocket_23-2147839005.jpg",
|
|
||||||
imageAlt: "Close-up of durable sportswear stitching",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Innovate. Perform. Excel."
|
title="Innovate. Perform. Excel."
|
||||||
description="Our sportswear is engineered with features that give you the competitive edge."
|
description="Our sportswear is engineered with features that give you the competitive edge."
|
||||||
@@ -167,49 +120,20 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
animationType="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p-jersey-1",
|
id: "p-jersey-1", name: "Elite Match Jersey", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-vector/sports-shirt-design-ready-print-football-shirt-sublimation_29096-4168.jpg", imageAlt: "White and gold elite match jersey"},
|
||||||
name: "Elite Match Jersey",
|
|
||||||
price: "$79.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/sports-shirt-design-ready-print-football-shirt-sublimation_29096-4168.jpg",
|
|
||||||
imageAlt: "White and gold elite match jersey",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p-jersey-2",
|
id: "p-jersey-2", name: "Dynamic Training Jersey", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-vector/professional-football-shirt-templates-highquality-athletic-shirt-textures_29096-4669.jpg", imageAlt: "Red and black dynamic training jersey"},
|
||||||
name: "Dynamic Training Jersey",
|
|
||||||
price: "$59.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-football-shirt-templates-highquality-athletic-shirt-textures_29096-4669.jpg",
|
|
||||||
imageAlt: "Red and black dynamic training jersey",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p-shorts-1",
|
id: "p-shorts-1", name: "Performance Football Shorts", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/contemplated-african-young-male-athlete-leaning-reflective-mirror-outdoors_23-2148124103.jpg", imageAlt: "Black performance football shorts"},
|
||||||
name: "Performance Football Shorts",
|
|
||||||
price: "$49.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-african-young-male-athlete-leaning-reflective-mirror-outdoors_23-2148124103.jpg",
|
|
||||||
imageAlt: "Black performance football shorts",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p-socks-1",
|
id: "p-socks-1", name: "Pro Compression Socks", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/sport-female-holding-bottle-water-while-sitting-ground-resting_8353-6960.jpg", imageAlt: "High performance football compression socks"},
|
||||||
name: "Pro Compression Socks",
|
|
||||||
price: "$24.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-female-holding-bottle-water-while-sitting-ground-resting_8353-6960.jpg",
|
|
||||||
imageAlt: "High performance football compression socks",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p-jacket-1",
|
id: "p-jacket-1", name: "Track Master Jacket", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/carefree-ethnic-young-woman-wears-casual-sweatshirt-with-hood_273609-18078.jpg", imageAlt: "Black track master jacket"},
|
||||||
name: "Track Master Jacket",
|
|
||||||
price: "$89.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/carefree-ethnic-young-woman-wears-casual-sweatshirt-with-hood_273609-18078.jpg",
|
|
||||||
imageAlt: "Black track master jacket",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p-gloves-1",
|
id: "p-gloves-1", name: "Goalkeeper Elite Gloves", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/football-equipment-grass_23-2147833422.jpg", imageAlt: "Goalkeeper elite gloves"},
|
||||||
name: "Goalkeeper Elite Gloves",
|
|
||||||
price: "$99.99",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/football-equipment-grass_23-2147833422.jpg",
|
|
||||||
imageAlt: "Goalkeeper elite gloves",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="The Latest Collection"
|
title="The Latest Collection"
|
||||||
description="Discover our premium range of football sportswear, designed for victory."
|
description="Discover our premium range of football sportswear, designed for victory."
|
||||||
@@ -224,25 +148,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "100K+", title: "Happy Athletes", description: "Wearing our gear globally.", icon: Users,
|
||||||
value: "100K+",
|
|
||||||
title: "Happy Athletes",
|
|
||||||
description: "Wearing our gear globally.",
|
|
||||||
icon: Users,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "5 Stars", title: "Average Rating", description: "Across all product categories.", icon: Star,
|
||||||
value: "5 Stars",
|
|
||||||
title: "Average Rating",
|
|
||||||
description: "Across all product categories.",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "99%", title: "Durability Score", description: "Certified by independent labs.", icon: ShieldCheck,
|
||||||
value: "99%",
|
|
||||||
title: "Durability Score",
|
|
||||||
description: "Certified by independent labs.",
|
|
||||||
icon: ShieldCheck,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Impact: By the Numbers"
|
title="Our Impact: By the Numbers"
|
||||||
@@ -255,35 +167,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Leo Martinez", imageSrc: "http://img.b2bpic.net/free-photo/handsome-athletic-male-rugby-player-holding-ball_23-2148793296.jpg", imageAlt: "Portrait of professional football player Leo Martinez"},
|
||||||
name: "Leo Martinez",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-athletic-male-rugby-player-holding-ball_23-2148793296.jpg",
|
|
||||||
imageAlt: "Portrait of professional football player Leo Martinez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Sophia Rivera", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-curly-girl-warms-up-sports-ground_89887-1184.jpg", imageAlt: "Portrait of female soccer player Sophia Rivera"},
|
||||||
name: "Sophia Rivera",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-curly-girl-warms-up-sports-ground_89887-1184.jpg",
|
|
||||||
imageAlt: "Portrait of female soccer player Sophia Rivera",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Young Talent Academy", imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827420.jpg", imageAlt: "Portrait of a young aspiring football player"},
|
||||||
name: "Young Talent Academy",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827420.jpg",
|
|
||||||
imageAlt: "Portrait of a young aspiring football player",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Coach Davies", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-doing-workout-exercises_23-2150470985.jpg", imageAlt: "Portrait of experienced football coach Davies"},
|
||||||
name: "Coach Davies",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-doing-workout-exercises_23-2150470985.jpg",
|
|
||||||
imageAlt: "Portrait of experienced football coach Davies",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Dedicated Fan", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530219.jpg", imageAlt: "Portrait of an enthusiastic football fan"},
|
||||||
name: "Dedicated Fan",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530219.jpg",
|
|
||||||
imageAlt: "Portrait of an enthusiastic football fan",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Hear From Our Champions"
|
cardTitle="Hear From Our Champions"
|
||||||
cardTag="Athlete Reviews"
|
cardTag="Athlete Reviews"
|
||||||
@@ -296,14 +188,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Global Football League",
|
"Global Football League", "Youth Soccer Federation", "Athletic Performance Institute", "Pro Sports Media", "National Team Sponsorships", "Grassroots Football Initatives", "Elite Sports Academies"]}
|
||||||
"Youth Soccer Federation",
|
|
||||||
"Athletic Performance Institute",
|
|
||||||
"Pro Sports Media",
|
|
||||||
"National Team Sponsorships",
|
|
||||||
"Grassroots Football Initatives",
|
|
||||||
"Elite Sports Academies",
|
|
||||||
]}
|
|
||||||
title="Trusted by the Best"
|
title="Trusted by the Best"
|
||||||
description="Proud partners of leading sports organizations and teams."
|
description="Proud partners of leading sports organizations and teams."
|
||||||
showCard={true}
|
showCard={true}
|
||||||
@@ -314,18 +199,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
text="Ready to elevate your game? Get in touch with us today for collaborations, custom orders, or any inquiries. Our team is here to help you achieve greatness."
|
text="Ready to elevate your game? Get in touch with us today for collaborations, custom orders, or any inquiries. Our team is here to help you achieve greatness."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact Sales",
|
text: "Contact Sales", href: "mailto:sales@tenusport.com"},
|
||||||
href: "mailto:sales@tenusport.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Visit Our Store",
|
text: "Visit Our Store", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -334,58 +214,35 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Products",
|
title: "Products", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Jerseys",
|
label: "Jerseys", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Shorts",
|
label: "Shorts", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Footwear",
|
label: "Footwear", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Accessories",
|
label: "Accessories", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Features",
|
label: "Features", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Shipping",
|
label: "Shipping", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Returns",
|
label: "Returns", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user