Merge version_1 into main #2
370
src/app/page.tsx
370
src/app/page.tsx
@@ -34,31 +34,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Classes",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Private",
|
||||
id: "private",
|
||||
},
|
||||
{
|
||||
name: "Schedule",
|
||||
id: "schedule",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Classes", id: "services" },
|
||||
{ name: "Private", id: "private" },
|
||||
{ name: "Schedule", id: "schedule" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Trial",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Trial", href: "#contact"}}
|
||||
brandName="FULL DANCE"
|
||||
/>
|
||||
</div>
|
||||
@@ -66,82 +49,36 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Where Lyon Learns to Dance"
|
||||
description="Salsa & Bachata classes for all levels in Lyon — led by Alejandro & Mélanie, the city's most loved instructors."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Five Star Reviews",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Fun Guaranteed",
|
||||
},
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
{ value: "50+", label: "Five Star Reviews" },
|
||||
{ value: "100%", label: "Fun Guaranteed" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "See the Schedule",
|
||||
href: "#schedule",
|
||||
},
|
||||
{ text: "Book Your Free Trial", href: "#contact" },
|
||||
{ text: "See the Schedule", href: "#schedule" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-couple-dancing-with-passion_158595-4682.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-couple-dancing-with-passion_158595-4682.jpg"
|
||||
imageAlt="Couple dancing salsa"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-person-wearing-graphic-eye-makeup_23-2151120743.jpg",
|
||||
alt: "Dancer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/horizontal-shot-amused-cheerful-ethnic-millennial-girl-shakes-hands-dances-carefree-smiles-broadly-looks-away-enjoys-disco-party_273609-46087.jpg",
|
||||
alt: "Dancer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashion-beauty-woman-celebrating-dancing-black-dress-having-fun-smiling-standing-white-background_1258-41199.jpg",
|
||||
alt: "Dancer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/glad-fashionable-afro-american-woman-with-curly-hair-dances-carefree-dressed-purple-glittering-top-raises-arms-isolated-vivid-orange-wall_273609-47792.jpg",
|
||||
alt: "Dancer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587505.jpg",
|
||||
alt: "Dancer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-person-wearing-graphic-eye-makeup_23-2151120743.jpg", alt: "Dancer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/horizontal-shot-amused-cheerful-ethnic-millennial-girl-shakes-hands-dances-carefree-smiles-broadly-looks-away-enjoys-disco-party_273609-46087.jpg", alt: "Dancer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/fashion-beauty-woman-celebrating-dancing-black-dress-having-fun-smiling-standing-white-background_1258-41199.jpg", alt: "Dancer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/glad-fashionable-afro-american-woman-with-curly-hair-dances-carefree-dressed-purple-glittering-top-raises-arms-isolated-vivid-orange-wall_273609-47792.jpg", alt: "Dancer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587505.jpg", alt: "Dancer 5" },
|
||||
]}
|
||||
avatarText="Join 500+ happy dancers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Beginner Friendly",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "No Partner Needed",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Learn at Your Pace",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Community Vibes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Instructors",
|
||||
},
|
||||
{ type: "text", text: "Beginner Friendly" },
|
||||
{ type: "text", text: "No Partner Needed" },
|
||||
{ type: "text", text: "Learn at Your Pace" },
|
||||
{ type: "text", text: "Community Vibes" },
|
||||
{ type: "text", text: "Expert Instructors" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -151,14 +88,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"5/5 on Google",
|
||||
"50+ Raving Reviews",
|
||||
"#1 Latin Dance School in Lyon",
|
||||
"Salsa Mastery",
|
||||
"Bachata Basics",
|
||||
"Beginners Welcome",
|
||||
"Expert Instruction",
|
||||
]}
|
||||
"5/5 on Google", "50+ Raving Reviews", "#1 Latin Dance School in Lyon", "Salsa Mastery", "Bachata Basics", "Beginners Welcome", "Expert Instruction"]}
|
||||
title="Lyon's Choice"
|
||||
description="Join the most vibrant dance community in Lyon."
|
||||
/>
|
||||
@@ -183,28 +113,11 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No experience needed",
|
||||
"No partner required",
|
||||
"No stiff atmosphere",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Welcoming community",
|
||||
"Step-by-step guidance",
|
||||
"Fun learning environment",
|
||||
],
|
||||
}}
|
||||
negativeCard={{ items: ["No experience needed", "No partner required", "No stiff atmosphere"] }}
|
||||
positiveCard={{ items: ["Welcoming community", "Step-by-step guidance", "Fun learning environment"] }}
|
||||
title="What We Offer"
|
||||
description="Tailored programs to get you on the floor with confidence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Trial Class",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Trial Class", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -215,26 +128,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "founders",
|
||||
groupTitle: "Our Lead Instructors",
|
||||
members: [
|
||||
id: "founders", groupTitle: "Our Lead Instructors", members: [
|
||||
{
|
||||
id: "alejandro",
|
||||
title: "Alejandro",
|
||||
subtitle: "Salsa Expert",
|
||||
detail: "15+ years of teaching experience with a focus on technique and rhythm.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587478.jpg",
|
||||
},
|
||||
id: "alejandro", title: "Alejandro", subtitle: "Salsa Expert", detail: "15+ years of teaching experience with a focus on technique and rhythm.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587478.jpg"},
|
||||
{
|
||||
id: "melanie",
|
||||
title: "Mélanie",
|
||||
subtitle: "Bachata Specialist",
|
||||
detail: "Renowned for her patient approach and ability to make learners feel at home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587486.jpg",
|
||||
},
|
||||
id: "melanie", title: "Mélanie", subtitle: "Bachata Specialist", detail: "Renowned for her patient approach and ability to make learners feel at home.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587486.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-dancing-with-passion_158595-4682.jpg?_wi=2",
|
||||
imageAlt: "dance teacher portrait male",
|
||||
},
|
||||
]}
|
||||
title="Meet the Teachers"
|
||||
@@ -248,60 +147,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Stefania P.",
|
||||
role: "Student",
|
||||
company: "Beginner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4209.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Isabelle R.",
|
||||
role: "Student",
|
||||
company: "Returning",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-woman-dancing_23-2149180695.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Evelyne P.",
|
||||
role: "Student",
|
||||
company: "Wedding",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-brunette-girl-closing-eyes-stretches-hands-up-while-sitting-studio-pink-background-happy-morning-concept_197531-31352.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Salma B.",
|
||||
role: "Student",
|
||||
company: "Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-fit-diverse-young-woman-working-out-together-city-square-doing-stretching-exercise-hand-extensions_158595-7985.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Arnaud",
|
||||
role: "Student",
|
||||
company: "Beginner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-loving-couple-hug_72229-572.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Stefania P.", role: "Student", company: "Beginner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4209.jpg" },
|
||||
{ id: "t2", name: "Isabelle R.", role: "Student", company: "Returning", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-woman-dancing_23-2149180695.jpg" },
|
||||
{ id: "t3", name: "Evelyne P.", role: "Student", company: "Wedding", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-brunette-girl-closing-eyes-stretches-hands-up-while-sitting-studio-pink-background-happy-morning-concept_197531-31352.jpg" },
|
||||
{ id: "t4", name: "Salma B.", role: "Student", company: "Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-fit-diverse-young-woman-working-out-together-city-square-doing-stretching-exercise-hand-extensions_158595-7985.jpg" },
|
||||
{ id: "t5", name: "Arnaud", role: "Student", company: "Beginner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-loving-couple-hug_72229-572.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Fun",
|
||||
},
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Rating",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Reviews",
|
||||
},
|
||||
{ value: "100%", label: "Fun" },
|
||||
{ value: "5/5", label: "Rating" },
|
||||
{ value: "50+", label: "Reviews" },
|
||||
]}
|
||||
title="What They Say"
|
||||
description="Join our happy community in Lyon."
|
||||
@@ -315,42 +170,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "s1",
|
||||
name: "Salsa Beginner",
|
||||
price: "Mon 19h",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-dancing-with-passion_158595-4683.jpg",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
name: "Salsa Int",
|
||||
price: "Mon 20h",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-dancers-couple-bonding_23-2148229624.jpg",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
name: "Bachata Beg",
|
||||
price: "Tue 19h",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587509.jpg",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
name: "Bachata Int",
|
||||
price: "Tue 20h",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unfocused-entry-disco-colors_1208-243.jpg",
|
||||
},
|
||||
{
|
||||
id: "s5",
|
||||
name: "Ladies Styling",
|
||||
price: "Wed 19h",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-people-dancing-tango-studio_23-2149193416.jpg",
|
||||
},
|
||||
{
|
||||
id: "s6",
|
||||
name: "Social Dance",
|
||||
price: "Wed 20h",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-beautiful-designer-dress-black-shoes-with-heel-posing-with-glass-white-sparkling-wine-against-christmas-decorations_197531-8507.jpg",
|
||||
},
|
||||
{ id: "s1", name: "Salsa Beginner", price: "Mon 19h", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-dancing-with-passion_158595-4683.jpg" },
|
||||
{ id: "s2", name: "Salsa Int", price: "Mon 20h", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dancers-couple-bonding_23-2148229624.jpg" },
|
||||
{ id: "s3", name: "Bachata Beg", price: "Tue 19h", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587509.jpg" },
|
||||
{ id: "s4", name: "Bachata Int", price: "Tue 20h", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-entry-disco-colors_1208-243.jpg" },
|
||||
{ id: "s5", name: "Ladies Styling", price: "Wed 19h", imageSrc: "http://img.b2bpic.net/free-photo/young-people-dancing-tango-studio_23-2149193416.jpg" },
|
||||
{ id: "s6", name: "Social Dance", price: "Wed 20h", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-beautiful-designer-dress-black-shoes-with-heel-posing-with-glass-white-sparkling-wine-against-christmas-decorations_197531-8507.jpg" },
|
||||
]}
|
||||
title="Weekly Schedule"
|
||||
description="Pick the time that fits your life."
|
||||
@@ -363,39 +188,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "trial",
|
||||
badge: "Popular",
|
||||
price: "Free",
|
||||
subtitle: "First Lesson",
|
||||
features: [
|
||||
"No commitment",
|
||||
"Beginner friendly",
|
||||
"Meet the team",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "sem",
|
||||
badge: "Best Value",
|
||||
price: "299€",
|
||||
subtitle: "Semester Pack",
|
||||
features: [
|
||||
"Full access",
|
||||
"Event invites",
|
||||
"Priority bookings",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "priv",
|
||||
badge: "Tailored",
|
||||
price: "60€",
|
||||
subtitle: "Private Lesson",
|
||||
features: [
|
||||
"One-on-one",
|
||||
"Custom pacing",
|
||||
"Flexible time",
|
||||
],
|
||||
},
|
||||
{ id: "trial", badge: "Popular", price: "Free", subtitle: "First Lesson", features: ["No commitment", "Beginner friendly", "Meet the team"] },
|
||||
{ id: "sem", badge: "Best Value", price: "299€", subtitle: "Semester Pack", features: ["Full access", "Event invites", "Priority bookings"] },
|
||||
{ id: "priv", badge: "Tailored", price: "60€", subtitle: "Private Lesson", features: ["One-on-one", "Custom pacing", "Flexible time"] },
|
||||
]}
|
||||
title="Choose Your Plan"
|
||||
description="Flexible pricing for every level."
|
||||
@@ -410,36 +205,9 @@ export default function LandingPage() {
|
||||
title="Our Atmosphere"
|
||||
description="Catch a glimpse of life at Full Dance."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Event",
|
||||
title: "Summer Party",
|
||||
excerpt: "Our latest salsa event was a huge success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/passionate-elgant-flamenco-dancer_23-2149163385.jpg",
|
||||
authorName: "Alejandro",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-confident-flamenca-dancer_23-2148235186.jpg",
|
||||
date: "Jan 2024",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Class",
|
||||
title: "Bachata Intensive",
|
||||
excerpt: "Focusing on connection and movement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-retail-store_1203-8734.jpg",
|
||||
authorName: "Mélanie",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-woman-artist-painter-with-brushes-posing-studio-isolated-white_627829-7433.jpg",
|
||||
date: "Dec 2023",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Wedding",
|
||||
title: "First Dance",
|
||||
excerpt: "Creating magic for our students.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-motion_23-2150104857.jpg",
|
||||
authorName: "Alejandro",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/flamenca-performing-traditional-floreo_23-2148235165.jpg",
|
||||
date: "Nov 2023",
|
||||
},
|
||||
{ id: "b1", category: "Event", title: "Summer Party", excerpt: "Our latest salsa event was a huge success.", imageSrc: "http://img.b2bpic.net/free-photo/passionate-elgant-flamenco-dancer_23-2149163385.jpg", authorName: "Alejandro", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-confident-flamenca-dancer_23-2148235186.jpg", date: "Jan 2024" },
|
||||
{ id: "b2", category: "Class", title: "Bachata Intensive", excerpt: "Focusing on connection and movement.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-retail-store_1203-8734.jpg", authorName: "Mélanie", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-woman-artist-painter-with-brushes-posing-studio-isolated-white_627829-7433.jpg", date: "Dec 2023" },
|
||||
{ id: "b3", category: "Wedding", title: "First Dance", excerpt: "Creating magic for our students.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-motion_23-2150104857.jpg", authorName: "Alejandro", authorAvatar: "http://img.b2bpic.net/free-photo/flamenca-performing-traditional-floreo_23-2148235165.jpg", date: "Nov 2023" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -447,9 +215,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Ready to move?"
|
||||
title="Your first step starts here"
|
||||
description="Book your free trial class and join our community in Lyon today."
|
||||
@@ -461,38 +227,18 @@ export default function LandingPage() {
|
||||
logoText="FULL DANCE"
|
||||
columns={[
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
{
|
||||
label: "9 Rue des Feuillants, 69001 Lyon",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
],
|
||||
title: "Visit", items: [{ label: "9 Rue des Feuillants, 69001 Lyon", href: "https://maps.google.com" }],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "info@full-dance.com",
|
||||
href: "mailto:info@full-dance.com",
|
||||
},
|
||||
{
|
||||
label: "07 83 90 20 69",
|
||||
href: "tel:0783902069",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "info@full-dance.com", href: "mailto:info@full-dance.com" },
|
||||
{ label: "07 83 90 20 69", href: "tel:0783902069" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user