Update src/app/page.tsx
This commit is contained in:
346
src/app/page.tsx
346
src/app/page.tsx
@@ -32,109 +32,48 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "how-we-help",
|
||||
},
|
||||
{
|
||||
name: "Outcomes",
|
||||
id: "outcomes",
|
||||
},
|
||||
{
|
||||
name: "Equipment",
|
||||
id: "solutions",
|
||||
},
|
||||
{
|
||||
name: "Industries",
|
||||
id: "industries",
|
||||
},
|
||||
{ name: "Solutions", id: "how-we-help" },
|
||||
{ name: "Outcomes", id: "outcomes" },
|
||||
{ name: "Equipment", id: "solutions" },
|
||||
{ name: "Industries", id: "industries" },
|
||||
]}
|
||||
brandName="Powerline Machinery"
|
||||
button={{
|
||||
text: "Consultation",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Consultation", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Build a Faster, More Profitable Shop — Without Adding Labor"
|
||||
description="Automation, workflow, and machinery solutions for manufacturers ready to scale. We don't just sell machines; we architect high-output production systems."
|
||||
kpis={[
|
||||
{
|
||||
value: "40%",
|
||||
label: "Output Increase",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Operational Readiness",
|
||||
},
|
||||
{
|
||||
value: "0",
|
||||
label: "Production Errors",
|
||||
},
|
||||
{ value: "40%", label: "Output Increase" },
|
||||
{ value: "24/7", label: "Operational Readiness" },
|
||||
{ value: "0", label: "Production Errors" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "See Solutions",
|
||||
href: "#solutions",
|
||||
},
|
||||
{ text: "Schedule a Consultation", href: "#contact" },
|
||||
{ text: "See Solutions", href: "#solutions" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-employee-doing-solar-panel-assembly-job-pc_482257-119310.jpg"
|
||||
imageAlt="Industrial woodworking machinery"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-engineer-looking-camera-while-working-with-computer_7502-4463.jpg",
|
||||
alt: "Industrial partner team member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-363.jpg",
|
||||
alt: "Industrial partner team member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/photos-sterile-production-area-with-stainless-steel-machine-production-sorting-pills-medicines_645730-375.jpg",
|
||||
alt: "Industrial partner team member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/manufacture-steel-machine-with-control-computer-clear-room_645730-186.jpg",
|
||||
alt: "Industrial partner team member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/carpenter-working-with-circular-saw_1157-35625.jpg",
|
||||
alt: "Industrial partner team member",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/male-engineer-looking-camera-while-working-with-computer_7502-4463.jpg", alt: "Industrial partner team member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-363.jpg", alt: "Industrial partner team member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/photos-sterile-production-area-with-stainless-steel-machine-production-sorting-pills-medicines_645730-375.jpg", alt: "Industrial partner team member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/manufacture-steel-machine-with-control-computer-clear-room_645730-186.jpg", alt: "Industrial partner team member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/carpenter-working-with-circular-saw_1157-35625.jpg", alt: "Industrial partner team member" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Engineering",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Automated Workflows",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Full-Scale Integration",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Predictive Maintenance",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Resource Optimization",
|
||||
},
|
||||
{ type: "text", text: "Precision Engineering" },
|
||||
{ type: "text", text: "Automated Workflows" },
|
||||
{ type: "text", text: "Full-Scale Integration" },
|
||||
{ type: "text", text: "Predictive Maintenance" },
|
||||
{ type: "text", text: "Resource Optimization" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -145,26 +84,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Settings,
|
||||
title: "Workflow Optimization",
|
||||
description: "Analyzing your shop floor for hidden inefficiencies and bottleneck mitigation.",
|
||||
},
|
||||
{
|
||||
icon: Database,
|
||||
title: "Automation Strategy",
|
||||
description: "Integrating software and machinery for a seamless design-to-production flow.",
|
||||
},
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Precision Selection",
|
||||
description: "Matching the exact machinery (CNC, Edgebanders) for your growth needs.",
|
||||
},
|
||||
{
|
||||
icon: LayoutDashboard,
|
||||
title: "Plant Layout",
|
||||
description: "Optimizing physical space for maximum speed and ergonomic productivity.",
|
||||
},
|
||||
{ icon: Settings, title: "Workflow Optimization", description: "Analyzing your shop floor for hidden inefficiencies and bottleneck mitigation." },
|
||||
{ icon: Database, title: "Automation Strategy", description: "Integrating software and machinery for a seamless design-to-production flow." },
|
||||
{ icon: Wrench, title: "Precision Selection", description: "Matching the exact machinery (CNC, Edgebanders) for your growth needs." },
|
||||
{ icon: LayoutDashboard, title: "Plant Layout", description: "Optimizing physical space for maximum speed and ergonomic productivity." },
|
||||
]}
|
||||
title="We Don't Just Sell Machines — We Architect Production Systems"
|
||||
description="True value isn't found in a specification sheet; it's found in optimized workflows that eliminate bottlenecks and scale output."
|
||||
@@ -176,27 +99,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
animationType="depth-3d"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "40%",
|
||||
description: "Increase in output per shift",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "60%",
|
||||
description: "Reduction in rework and errors",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "2x",
|
||||
description: "Faster project lead times",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "15%",
|
||||
description: "Lower total cost of production",
|
||||
},
|
||||
{ id: "1", value: "40%", description: "Increase in output per shift" },
|
||||
{ id: "2", value: "60%", description: "Reduction in rework and errors" },
|
||||
{ id: "3", value: "2x", description: "Faster project lead times" },
|
||||
{ id: "4", value: "15%", description: "Lower total cost of production" },
|
||||
]}
|
||||
title="The Powerline Impact"
|
||||
description="Real outcomes for manufacturers looking to transform their bottom line."
|
||||
@@ -210,60 +118,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "entry",
|
||||
brand: "Start",
|
||||
name: "Entry-Level Systems",
|
||||
price: "Essential",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-81.jpg",
|
||||
},
|
||||
{
|
||||
id: "scaling",
|
||||
brand: "Growth",
|
||||
name: "Scaling Production Cells",
|
||||
price: "Optimized",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wood-processing-factory-plant-with-conveyor-belt-which-wood-moves-concept-wooden-manufacturing_166373-9095.jpg",
|
||||
},
|
||||
{
|
||||
id: "auto",
|
||||
brand: "Pro",
|
||||
name: "Fully Automated Lines",
|
||||
price: "Advanced",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-factory-is-producing-ceramic-sanitary-ware-ceramic-toilet-semi-finished-products-factory-ceramics-factory-industrial-environment_645730-206.jpg",
|
||||
},
|
||||
{
|
||||
id: "cnc",
|
||||
brand: "Precision",
|
||||
name: "CNC Routing Cells",
|
||||
price: "High Precision",
|
||||
rating: 5,
|
||||
reviewCount: "19",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-engineer-using-vr-optimize-manufacturing-workflow_482257-119250.jpg",
|
||||
},
|
||||
{
|
||||
id: "edge",
|
||||
brand: "Finish",
|
||||
name: "Advanced Edgebanding",
|
||||
price: "Industrial",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/row-equipment-producing-metal-parts-works-photo-with-depth-field_645730-72.jpg",
|
||||
},
|
||||
{
|
||||
id: "software",
|
||||
brand: "Digital",
|
||||
name: "Integration Suite",
|
||||
price: "Connected",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-industrial-employee-hardhat-overall-walking-plant-floor_74855-16327.jpg",
|
||||
},
|
||||
{ id: "entry", brand: "Start", name: "Entry-Level Systems", price: "Essential", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-81.jpg" },
|
||||
{ id: "scaling", brand: "Growth", name: "Scaling Production Cells", price: "Optimized", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/wood-processing-factory-plant-with-conveyor-belt-which-wood-moves-concept-wooden-manufacturing_166373-9095.jpg" },
|
||||
{ id: "auto", brand: "Pro", name: "Fully Automated Lines", price: "Advanced", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-factory-is-producing-ceramic-sanitary-ware-ceramic-toilet-semi-finished-products-factory-ceramics-factory-industrial-environment_645730-206.jpg" },
|
||||
{ id: "cnc", brand: "Precision", name: "CNC Routing Cells", price: "High Precision", rating: 5, reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-engineer-using-vr-optimize-manufacturing-workflow_482257-119250.jpg" },
|
||||
{ id: "edge", brand: "Finish", name: "Advanced Edgebanding", price: "Industrial", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/row-equipment-producing-metal-parts-works-photo-with-depth-field_645730-72.jpg" },
|
||||
{ id: "software", brand: "Digital", name: "Integration Suite", price: "Connected", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-industrial-employee-hardhat-overall-walking-plant-floor_74855-16327.jpg" },
|
||||
]}
|
||||
title="Solutions Built for Your Scale"
|
||||
description="Equipment isn't just hardware; it's the foundation of your production capacity."
|
||||
@@ -276,36 +136,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Home,
|
||||
title: "Cabinets & Closets",
|
||||
description: "High-volume, high-precision production.",
|
||||
},
|
||||
{
|
||||
icon: Building,
|
||||
title: "Millwork",
|
||||
description: "Complex custom designs at industrial speed.",
|
||||
},
|
||||
{
|
||||
icon: Box,
|
||||
title: "Marine",
|
||||
description: "Durable manufacturing for custom needs.",
|
||||
},
|
||||
{
|
||||
icon: Rocket,
|
||||
title: "Aerospace",
|
||||
description: "Strict tolerances, repeatable performance.",
|
||||
},
|
||||
{
|
||||
icon: ShoppingBag,
|
||||
title: "Retail Fixtures",
|
||||
description: "Fast turnarounds for national retailers.",
|
||||
},
|
||||
{
|
||||
icon: Layers,
|
||||
title: "General Fabrication",
|
||||
description: "Versatile cells for custom projects.",
|
||||
},
|
||||
{ icon: Home, title: "Cabinets & Closets", description: "High-volume, high-precision production." },
|
||||
{ icon: Building, title: "Millwork", description: "Complex custom designs at industrial speed." },
|
||||
{ icon: Box, title: "Marine", description: "Durable manufacturing for custom needs." },
|
||||
{ icon: Rocket, title: "Aerospace", description: "Strict tolerances, repeatable performance." },
|
||||
{ icon: ShoppingBag, title: "Retail Fixtures", description: "Fast turnarounds for national retailers." },
|
||||
{ icon: Layers, title: "General Fabrication", description: "Versatile cells for custom projects." },
|
||||
]}
|
||||
title="Industries We Transform"
|
||||
description="We specialize in the unique challenges of manufacturers across these sectors."
|
||||
@@ -317,21 +153,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are you using disconnected software?",
|
||||
content: "When design and production live in different worlds, you bleed time and accuracy. We bridge the gap.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Hiring to solve volume?",
|
||||
content: "Labor isn't the solution to scaling; automation is. We reduce labor-per-unit costs.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Missed design-to-production time?",
|
||||
content: "Inefficiencies between engineering and the shop floor are the biggest bottlenecks in modern manufacturing.",
|
||||
},
|
||||
{ id: "1", title: "Are you using disconnected software?", content: "When design and production live in different worlds, you bleed time and accuracy. We bridge the gap." },
|
||||
{ id: "2", title: "Hiring to solve volume?", content: "Labor isn't the solution to scaling; automation is. We reduce labor-per-unit costs." },
|
||||
{ id: "3", title: "Missed design-to-production time?", content: "Inefficiencies between engineering and the shop floor are the biggest bottlenecks in modern manufacturing." },
|
||||
]}
|
||||
title="Is Your Shop Set Up to Scale?"
|
||||
description="If these hit close to home, your production systems might be holding your growth back."
|
||||
@@ -344,56 +168,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mark S.",
|
||||
date: "Oct 2023",
|
||||
title: "Shop Owner, Cabinetry",
|
||||
quote: "We increased our output by 40% without hiring a single new person.",
|
||||
tag: "Cabinetry",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/metal-factory-operator-is-controlling-machine-tool-cutting-steel_613910-5236.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-working-industrial-production-line_342744-176.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah P.",
|
||||
date: "Jan 2024",
|
||||
title: "Operations Lead, Marine",
|
||||
quote: "The automated integration saved us weeks of rework time.",
|
||||
tag: "Marine",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/supervisor-overseeing-work-done-by-engineers-industry-4-0-solar-panels-plant-reduce-downtime_482257-135635.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-working-workshop_23-2147944918.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "David R.",
|
||||
date: "Nov 2023",
|
||||
title: "Director, Millwork",
|
||||
quote: "Finally working with a partner who understands constraints.",
|
||||
tag: "Millwork",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/factory-worker-operating-industrial-machine-setting-parameters-computer_342744-133.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-industrial-employee-working-uniform-hardhat-standing-factory-production-line_342744-190.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena V.",
|
||||
date: "Feb 2024",
|
||||
title: "Owner, Retail",
|
||||
quote: "The transition was smooth and profitable from day one.",
|
||||
tag: "Fixtures",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-is-posing-his-job-result-metal-factory_613910-17044.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/astronaut-using-tablet-check-space-station-analytics-after-completing-mission_482257-130475.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert B.",
|
||||
date: "Mar 2024",
|
||||
title: "Manager, Aerospace",
|
||||
quote: "Efficiency has hit levels we didn't think were possible.",
|
||||
tag: "Aerospace",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-supervisor-overseeing-work-done-by-engineer_482257-120375.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineering-professionals-executive-directors-review-operational-workflows-solar_482257-136309.jpg",
|
||||
},
|
||||
{ id: "1", name: "Mark S.", date: "Oct 2023", title: "Shop Owner, Cabinetry", quote: "We increased our output by 40% without hiring a single new person.", tag: "Cabinetry", avatarSrc: "http://img.b2bpic.net/free-photo/metal-factory-operator-is-controlling-machine-tool-cutting-steel_613910-5236.jpg", imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-working-industrial-production-line_342744-176.jpg" },
|
||||
{ id: "2", name: "Sarah P.", date: "Jan 2024", title: "Operations Lead, Marine", quote: "The automated integration saved us weeks of rework time.", tag: "Marine", avatarSrc: "http://img.b2bpic.net/free-photo/supervisor-overseeing-work-done-by-engineers-industry-4-0-solar-panels-plant-reduce-downtime_482257-135635.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-working-workshop_23-2147944918.jpg" },
|
||||
{ id: "3", name: "David R.", date: "Nov 2023", title: "Director, Millwork", quote: "Finally working with a partner who understands constraints.", tag: "Millwork", avatarSrc: "http://img.b2bpic.net/free-photo/factory-worker-operating-industrial-machine-setting-parameters-computer_342744-133.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-industrial-employee-working-uniform-hardhat-standing-factory-production-line_342744-190.jpg" },
|
||||
{ id: "4", name: "Elena V.", date: "Feb 2024", title: "Owner, Retail", quote: "The transition was smooth and profitable from day one.", tag: "Fixtures", avatarSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-is-posing-his-job-result-metal-factory_613910-17044.jpg", imageSrc: "http://img.b2bpic.net/free-photo/astronaut-using-tablet-check-space-station-analytics-after-completing-mission_482257-130475.jpg" },
|
||||
{ id: "5", name: "Robert B.", date: "Mar 2024", title: "Manager, Aerospace", quote: "Efficiency has hit levels we didn't think were possible.", tag: "Aerospace", avatarSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-supervisor-overseeing-work-done-by-engineer_482257-120375.jpg", imageSrc: "http://img.b2bpic.net/free-photo/engineering-professionals-executive-directors-review-operational-workflows-solar_482257-136309.jpg" },
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="See how shops like yours transitioned to high-output systems."
|
||||
@@ -404,21 +183,14 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why Powerline Machinery?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Talk with a Specialist",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Talk with a Specialist", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Ready to scale?"
|
||||
title="Let's Fix Your Bottlenecks"
|
||||
description="Book a production review and let us build a plan for your shop's future."
|
||||
@@ -433,20 +205,12 @@ export default function LandingPage() {
|
||||
logoText="Powerline Machinery"
|
||||
copyrightText="© 2025 Powerline Machinery. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user