Merge version_1 into main #2
373
src/app/page.tsx
373
src/app/page.tsx
@@ -18,27 +18,23 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="WealthGen"
|
||||
/>
|
||||
@@ -46,118 +42,40 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Generate Wealth with Smart Intelligence"
|
||||
description="Unlock advanced financial tools designed to accelerate your growth and simplify investment strategies effortlessly."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=1",
|
||||
imageAlt: "Dashboard Interface",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg?_wi=1",
|
||||
imageAlt: "Professional Analysis",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=2",
|
||||
imageAlt: "Growth Chart",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg?_wi=2",
|
||||
imageAlt: "Finance Insights",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=3",
|
||||
imageAlt: "Secure Wealth",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg?_wi=3",
|
||||
imageAlt: "Global Trends",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Dashboard Interface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg", imageAlt: "Professional Analysis" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Growth Chart" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg", imageAlt: "Finance Insights" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Secure Wealth" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg", imageAlt: "Global Trends" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg?_wi=4",
|
||||
imageAlt: "Portfolio Success",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=4",
|
||||
imageAlt: "Smart Trading",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg?_wi=5",
|
||||
imageAlt: "Market Analytics",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=5",
|
||||
imageAlt: "Wealth Vision",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg?_wi=6",
|
||||
imageAlt: "Growth Model",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=6",
|
||||
imageAlt: "Digital Assets",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg", imageAlt: "Portfolio Success" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Smart Trading" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg", imageAlt: "Market Analytics" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Wealth Vision" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg", imageAlt: "Growth Model" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Digital Assets" }
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-entrepreneur-making-phone-call-while-having-cup-coffee-cafe_637285-8868.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-office-suit-sitting-outdoors-looking-confident_1258-123395.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-male-manager-suit-writing-clipboard-taking-notes-office-meeting-standing-white-b_1258-173624.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-entrepreneur-making-phone-call-while-having-cup-coffee-cafe_637285-8868.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-office-suit-sitting-outdoors-looking-confident_1258-123395.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-male-manager-suit-writing-clipboard-taking-notes-office-meeting-standing-white-b_1258-173624.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", alt: "User 5" }
|
||||
]}
|
||||
avatarText="Join 12,000+ satisfied investors"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/financial-technology-investment_23-2151966689.jpg",
|
||||
alt: "Partner 1",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/3d-abstract-bacground-extruding-cubes-with-shallow-depth-field_1048-12408.jpg",
|
||||
alt: "Partner 2",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/banking-marketing-concept-flat-icons-set_1284-7356.jpg",
|
||||
alt: "Partner 3",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/financial-technology-investment_23-2151966689.jpg",
|
||||
alt: "Partner 4",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/3d-abstract-bacground-extruding-cubes-with-shallow-depth-field_1048-12408.jpg",
|
||||
alt: "Partner 5",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/financial-technology-investment_23-2151966689.jpg", alt: "Partner 1" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/3d-abstract-bacground-extruding-cubes-with-shallow-depth-field_1048-12408.jpg", alt: "Partner 2" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-vector/banking-marketing-concept-flat-icons-set_1284-7356.jpg", alt: "Partner 3" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/financial-technology-investment_23-2151966689.jpg", alt: "Partner 4" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/3d-abstract-bacground-extruding-cubes-with-shallow-depth-field_1048-12408.jpg", alt: "Partner 5" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,56 +87,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Growth",
|
||||
description: "Automated algorithms to optimize your portfolio performance 24/7.",
|
||||
icon: Zap,
|
||||
title: "Smart Growth", description: "Automated algorithms to optimize your portfolio performance 24/7.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-technology-investment_23-2151966689.jpg?_wi=1",
|
||||
imageAlt: "Growth",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-technology-investment_23-2151966689.jpg?_wi=2",
|
||||
imageAlt: "Growth",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=7",
|
||||
imageAlt: "financial dashboard UI tech",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/financial-technology-investment_23-2151966689.jpg", imageAlt: "Growth" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/financial-technology-investment_23-2151966689.jpg", imageAlt: "Growth" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Data Driven",
|
||||
description: "Real-time analytics to make decisions based on market conditions.",
|
||||
icon: LineChart,
|
||||
title: "Data Driven", description: "Real-time analytics to make decisions based on market conditions.", icon: LineChart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-bacground-extruding-cubes-with-shallow-depth-field_1048-12408.jpg?_wi=1",
|
||||
imageAlt: "Analytics",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-bacground-extruding-cubes-with-shallow-depth-field_1048-12408.jpg?_wi=2",
|
||||
imageAlt: "Analytics",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg?_wi=7",
|
||||
imageAlt: "professional business person finance",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-bacground-extruding-cubes-with-shallow-depth-field_1048-12408.jpg", imageAlt: "Analytics" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-bacground-extruding-cubes-with-shallow-depth-field_1048-12408.jpg", imageAlt: "Analytics" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Secure Assets",
|
||||
description: "Bank-grade security protocols ensuring your wealth remains protected always.",
|
||||
icon: Shield,
|
||||
title: "Secure Assets", description: "Bank-grade security protocols ensuring your wealth remains protected always.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/banking-marketing-concept-flat-icons-set_1284-7356.jpg?_wi=1",
|
||||
imageAlt: "Security",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/banking-marketing-concept-flat-icons-set_1284-7356.jpg?_wi=2",
|
||||
imageAlt: "Security",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-technology-investment_23-2151966689.jpg?_wi=3",
|
||||
imageAlt: "3d financial icon blue",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/banking-marketing-concept-flat-icons-set_1284-7356.jpg", imageAlt: "Security" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/banking-marketing-concept-flat-icons-set_1284-7356.jpg", imageAlt: "Security" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Designed for Results"
|
||||
description="Powerful capabilities to help you scale your assets and manage risk with confidence."
|
||||
@@ -232,56 +120,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Starter",
|
||||
price: "$49",
|
||||
subtitle: "Essential tools for growth",
|
||||
features: [
|
||||
"1 Portfolio",
|
||||
"Real-time Alerts",
|
||||
"Standard Support",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Plan",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
id: "basic", badge: "Starter", price: "$49", subtitle: "Essential tools for growth", features: ["1 Portfolio", "Real-time Alerts", "Standard Support"],
|
||||
buttons: [{ text: "Choose Plan", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Growth",
|
||||
price: "$99",
|
||||
subtitle: "Advanced features for success",
|
||||
features: [
|
||||
"5 Portfolios",
|
||||
"Predictive Analytics",
|
||||
"Priority Support",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Plan",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
id: "pro", badge: "Growth", price: "$99", subtitle: "Advanced features for success", features: ["5 Portfolios", "Predictive Analytics", "Priority Support"],
|
||||
buttons: [{ text: "Choose Plan", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Elite",
|
||||
price: "$199",
|
||||
subtitle: "For institutional scale",
|
||||
features: [
|
||||
"Unlimited Portfolios",
|
||||
"Custom AI Models",
|
||||
"Dedicated Manager",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Plan",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
id: "enterprise", badge: "Elite", price: "$199", subtitle: "For institutional scale", features: ["Unlimited Portfolios", "Custom AI Models", "Dedicated Manager"],
|
||||
buttons: [{ text: "Choose Plan", href: "#" }]
|
||||
}
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
description="Select the plan that aligns with your financial goals."
|
||||
@@ -295,26 +144,10 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "$500M+",
|
||||
description: "Assets Managed",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12,000+",
|
||||
description: "Happy Investors",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.8%",
|
||||
description: "Uptime Rate",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "4.9/5",
|
||||
description: "User Rating",
|
||||
},
|
||||
{ id: "m1", value: "$500M+", description: "Assets Managed" },
|
||||
{ id: "m2", value: "12,000+", description: "Happy Investors" },
|
||||
{ id: "m3", value: "99.8%", description: "Uptime Rate" },
|
||||
{ id: "m4", value: "4.9/5", description: "User Rating" }
|
||||
]}
|
||||
title="Platform Impact"
|
||||
description="Proven results for our community members globally."
|
||||
@@ -327,41 +160,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice Johnson",
|
||||
role: "CEO",
|
||||
testimonial: "WealthGen changed my financial future completely.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark Chen",
|
||||
role: "CTO",
|
||||
testimonial: "The predictive insights are truly remarkable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-entrepreneur-making-phone-call-while-having-cup-coffee-cafe_637285-8868.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah Miller",
|
||||
role: "Director",
|
||||
testimonial: "Easy to use, secure, and incredibly efficient.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-office-suit-sitting-outdoors-looking-confident_1258-123395.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Park",
|
||||
role: "Trader",
|
||||
testimonial: "Top-tier analytics for every investor level.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-manager-suit-writing-clipboard-taking-notes-office-meeting-standing-white-b_1258-173624.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena Ross",
|
||||
role: "Investor",
|
||||
testimonial: "The best platform I've used in years.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alice Johnson", role: "CEO", testimonial: "WealthGen changed my financial future completely.", imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg" },
|
||||
{ id: "t2", name: "Mark Chen", role: "CTO", testimonial: "The predictive insights are truly remarkable.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-entrepreneur-making-phone-call-while-having-cup-coffee-cafe_637285-8868.jpg" },
|
||||
{ id: "t3", name: "Sarah Miller", role: "Director", testimonial: "Easy to use, secure, and incredibly efficient.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-office-suit-sitting-outdoors-looking-confident_1258-123395.jpg" },
|
||||
{ id: "t4", name: "David Park", role: "Trader", testimonial: "Top-tier analytics for every investor level.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-manager-suit-writing-clipboard-taking-notes-office-meeting-standing-white-b_1258-173624.jpg" },
|
||||
{ id: "t5", name: "Elena Ross", role: "Investor", testimonial: "The best platform I've used in years.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg" }
|
||||
]}
|
||||
title="Trusted by Leaders"
|
||||
description="Hear what our successful members have to say."
|
||||
@@ -371,9 +174,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Ready?"
|
||||
title="Start Growing Today"
|
||||
description="Join thousands of members who are transforming their financial journey."
|
||||
@@ -384,45 +185,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="WealthGen"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user