Merge version_1 into main #2
@@ -6,6 +6,7 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { HelpCircle } from "lucide-react";
|
||||
|
||||
export default function ContactPage() {
|
||||
const handleContactSubmit = (data: Record<string, string>) => {
|
||||
@@ -36,9 +37,7 @@ export default function ContactPage() {
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Llamar Ahora",
|
||||
href: "tel:+5255XXXXXXXX",
|
||||
}}
|
||||
text: "Llamar Ahora", href: "tel:+5255XXXXXXXX"}}
|
||||
animateOnLoad={true}
|
||||
navItemClassName="font-medium text-sm tracking-tight"
|
||||
buttonClassName="bg-primary-cta text-primary-cta-text hover:opacity-90 transition-opacity"
|
||||
@@ -51,42 +50,28 @@ export default function ContactPage() {
|
||||
title="Inicia Tu Consulta Inmobiliaria"
|
||||
description="Completa este formulario y nos comunicaremos contigo dentro de 24 horas. Nuestro equipo está listo para responder todas tus preguntas y ayudarte a encontrar la propiedad ideal."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-serious-business-analysts-working-with-diagrams-desk_1262-15307.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-serious-business-analysts-working-with-diagrams-desk_1262-15307.jpg"
|
||||
imageAlt="Oficina de Astivia - consulta profesional"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Enviar Consulta"
|
||||
inputs={[
|
||||
{
|
||||
name: "nombre",
|
||||
type: "text",
|
||||
placeholder: "Tu nombre completo",
|
||||
required: true,
|
||||
name: "nombre", type: "text", placeholder: "Tu nombre completo", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "tu@email.com",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "tu@email.com", required: true,
|
||||
},
|
||||
{
|
||||
name: "telefono",
|
||||
type: "tel",
|
||||
placeholder: "+52 55 XXXX XXXX",
|
||||
required: true,
|
||||
name: "telefono", type: "tel", placeholder: "+52 55 XXXX XXXX", required: true,
|
||||
},
|
||||
{
|
||||
name: "interes",
|
||||
type: "text",
|
||||
placeholder: "Ej: Departamento Polanco, Oficina Santa Fe",
|
||||
required: false,
|
||||
name: "interes", type: "text", placeholder: "Ej: Departamento Polanco, Oficina Santa Fe", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "mensaje",
|
||||
placeholder:
|
||||
"Cuéntanos más sobre lo que buscas y cómo podemos ayudarte...",
|
||||
rows: 5,
|
||||
name: "mensaje", placeholder:
|
||||
"Cuéntanos más sobre lo que buscas y cómo podemos ayudarte...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
onSubmit={handleContactSubmit}
|
||||
@@ -97,44 +82,29 @@ export default function ContactPage() {
|
||||
<FaqSplitMedia
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "¿Cuál es el proceso de compra?",
|
||||
content:
|
||||
"El proceso incluye: 1) Consultoría inicial, 2) Búsqueda personalizada, 3) Visita de propiedades, 4) Oferta y negociación, 5) Inspección y tasación, 6) Trámites legales y administrativos, 7) Escrituración. Manejamos todo con transparencia total en cada etapa.",
|
||||
},
|
||||
id: "faq-1", title: "¿Cuál es el proceso de compra?", content:
|
||||
"El proceso incluye: 1) Consultoría inicial, 2) Búsqueda personalizada, 3) Visita de propiedades, 4) Oferta y negociación, 5) Inspección y tasación, 6) Trámites legales y administrativos, 7) Escrituración. Manejamos todo con transparencia total en cada etapa."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "¿Qué documentación necesito para vender?",
|
||||
content:
|
||||
"Requerimos: Identificación oficial, Comprobante de domicilio actual, Escritura de la propiedad, Impuestos prediales al corriente, Copia de recibos de servicios, Estado de cuenta bancaria. Nuestro equipo legal revisará todo y te guiará en el proceso simplificado.",
|
||||
},
|
||||
id: "faq-2", title: "¿Qué documentación necesito para vender?", content:
|
||||
"Requerimos: Identificación oficial, Comprobante de domicilio actual, Escritura de la propiedad, Impuestos prediales al corriente, Copia de recibos de servicios, Estado de cuenta bancaria. Nuestro equipo legal revisará todo y te guiará en el proceso simplificado."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "¿Cómo evalúan el precio de una propiedad?",
|
||||
content:
|
||||
"Utilizamos análisis de mercado CDMX actualizado, comparación de propiedades similares recientes, evaluación de ubicación y amenidades, inspección profesional, y datos de transacciones en la zona. Todo esto genera una valuación precisa y competitiva.",
|
||||
},
|
||||
id: "faq-3", title: "¿Cómo evalúan el precio de una propiedad?", content:
|
||||
"Utilizamos análisis de mercado CDMX actualizado, comparación de propiedades similares recientes, evaluación de ubicación y amenidades, inspección profesional, y datos de transacciones en la zona. Todo esto genera una valuación precisa y competitiva."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "¿Cuánto tiempo toma una transacción?",
|
||||
content:
|
||||
"Típicamente entre 30-60 días desde oferta hasta escrituración, dependiendo de complejidad. Nuestro equipo acelera trámites sin comprometer calidad. Mantenemos comunicación transparente semanalmente sobre el progreso.",
|
||||
},
|
||||
id: "faq-4", title: "¿Cuánto tiempo toma una transacción?", content:
|
||||
"Típicamente entre 30-60 días desde oferta hasta escrituración, dependiendo de complejidad. Nuestro equipo acelera trámites sin comprometer calidad. Mantenemos comunicación transparente semanalmente sobre el progreso."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "¿Hacen asesoría para inversión?",
|
||||
content:
|
||||
"Sí. Evaluamos potencial de rentabilidad, rendimiento esperado, análisis de riesgo, y tendencias de mercado CDMX. Somos especialistas en propiedades de inversión residencial y comercial con estrategias probadas.",
|
||||
},
|
||||
id: "faq-5", title: "¿Hacen asesoría para inversión?", content:
|
||||
"Sí. Evaluamos potencial de rentabilidad, rendimiento esperado, análisis de riesgo, y tendencias de mercado CDMX. Somos especialistas en propiedades de inversión residencial y comercial con estrategias probadas."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-therapist-talking-couple-marriage-counseling-office_637285-11124.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-therapist-talking-couple-marriage-counseling-office_637285-11124.jpg"
|
||||
imageAlt="Consulta inmobiliaria"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
title="Preguntas Frecuentes"
|
||||
description="Resolvemos tus dudas sobre el proceso inmobiliario, documentación y nuestros servicios"
|
||||
tag="¿Dudas?"
|
||||
tagIcon="HelpCircle"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -147,62 +117,37 @@ export default function ContactPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Sobre Nosotros",
|
||||
href: "/nosotros",
|
||||
},
|
||||
label: "Sobre Nosotros", href: "/nosotros"},
|
||||
{
|
||||
label: "Equipo",
|
||||
href: "/nosotros",
|
||||
},
|
||||
label: "Equipo", href: "/nosotros"},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "/nosotros",
|
||||
},
|
||||
label: "Servicios", href: "/nosotros"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "/contacto",
|
||||
},
|
||||
label: "Contacto", href: "/contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Propiedades",
|
||||
items: [
|
||||
title: "Propiedades", items: [
|
||||
{
|
||||
label: "Ver Catálogo",
|
||||
href: "/",
|
||||
},
|
||||
label: "Ver Catálogo", href: "/"},
|
||||
{
|
||||
label: "Lujo",
|
||||
href: "/",
|
||||
},
|
||||
label: "Lujo", href: "/"},
|
||||
{
|
||||
label: "Residencial",
|
||||
href: "/",
|
||||
},
|
||||
label: "Residencial", href: "/"},
|
||||
{
|
||||
label: "Comercial",
|
||||
href: "/",
|
||||
},
|
||||
label: "Comercial", href: "/"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos de Servicio",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos de Servicio", href: "#"},
|
||||
{
|
||||
label: "Aviso de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Aviso de Privacidad", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -7,6 +7,7 @@ import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import TeamCardEleven from "@/components/sections/team/TeamCardEleven";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { CheckCircle, Users } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -33,9 +34,7 @@ export default function AboutPage() {
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Llamar Ahora",
|
||||
href: "tel:+5255XXXXXXXX",
|
||||
}}
|
||||
text: "Llamar Ahora", href: "tel:+5255XXXXXXXX"}}
|
||||
animateOnLoad={true}
|
||||
navItemClassName="font-medium text-sm tracking-tight"
|
||||
buttonClassName="bg-primary-cta text-primary-cta-text hover:opacity-90 transition-opacity"
|
||||
@@ -47,29 +46,18 @@ export default function AboutPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Somos",
|
||||
},
|
||||
type: "text", content: "Somos"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/corporate-abstract-card_23-2147733243.jpg",
|
||||
alt: "Logo Astivia",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/corporate-abstract-card_23-2147733243.jpg", alt: "Logo Astivia"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Tu Partner Inmobiliario de Confianza en CDMX",
|
||||
},
|
||||
type: "text", content: "Tu Partner Inmobiliario de Confianza en CDMX"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Conoce Nuestro Equipo",
|
||||
href: "#team",
|
||||
},
|
||||
text: "Conoce Nuestro Equipo", href: "#team"},
|
||||
{
|
||||
text: "Consulta Gratuita",
|
||||
href: "tel:+5255XXXXXXXX",
|
||||
},
|
||||
text: "Consulta Gratuita", href: "tel:+5255XXXXXXXX"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
headingClassName="text-4xl md:text-5xl font-light tracking-tight"
|
||||
@@ -82,39 +70,23 @@ export default function AboutPage() {
|
||||
title="Servicios Integrales Inmobiliarios"
|
||||
description="Ofrecemos soluciones completas para compra, venta y arrendamiento con transparencia y agilidad administrativo de primer nivel."
|
||||
tag="Servicios Profesionales"
|
||||
tagIcon="CheckCircle"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Asesoría Especializada",
|
||||
description:
|
||||
"Consultoría personalizada para encontrar la propiedad perfecta según tus necesidades y presupuesto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-communicating-with-insurance-agent-meeting_637285-6139.jpg?_wi=2",
|
||||
imageAlt: "Asesoría inmobiliaria",
|
||||
},
|
||||
title: "Asesoría Especializada", description:
|
||||
"Consultoría personalizada para encontrar la propiedad perfecta según tus necesidades y presupuesto", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-communicating-with-insurance-agent-meeting_637285-6139.jpg", imageAlt: "Asesoría inmobiliaria"},
|
||||
{
|
||||
title: "Tramitología Simplificada",
|
||||
description:
|
||||
"Gestión completa de documentación legal y administrativa con máxima transparencia en cada paso",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-29665.jpg?_wi=2",
|
||||
imageAlt: "Gestión documental",
|
||||
},
|
||||
title: "Tramitología Simplificada", description:
|
||||
"Gestión completa de documentación legal y administrativa con máxima transparencia en cada paso", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-29665.jpg", imageAlt: "Gestión documental"},
|
||||
{
|
||||
title: "Evaluación de Propiedades",
|
||||
description:
|
||||
"Análisis experto del mercado CDMX con valuaciones precisas y dictamen profesional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-real-estate-plans-with-magnifying-glass_23-2148301767.jpg?_wi=2",
|
||||
imageAlt: "Evaluación de propiedad",
|
||||
},
|
||||
title: "Evaluación de Propiedades", description:
|
||||
"Análisis experto del mercado CDMX con valuaciones precisas y dictamen profesional", imageSrc: "http://img.b2bpic.net/free-photo/high-view-real-estate-plans-with-magnifying-glass_23-2148301767.jpg", imageAlt: "Evaluación de propiedad"},
|
||||
{
|
||||
title: "Seguimiento Post-Venta",
|
||||
description:
|
||||
"Soporte continuo y comunicación transparente incluso después de concretar la transacción",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-audio-headset-computer-call-center-job-offering-helpline-assistance-people-female-consultant-talking-clients-customer-care-service-helping-with-telemarketing_482257-43318.jpg?_wi=2",
|
||||
imageAlt: "Soporte post-venta",
|
||||
},
|
||||
title: "Seguimiento Post-Venta", description:
|
||||
"Soporte continuo y comunicación transparente incluso después de concretar la transacción", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-audio-headset-computer-call-center-job-offering-helpline-assistance-people-female-consultant-talking-clients-customer-care-service-helping-with-telemarketing_482257-43318.jpg", imageAlt: "Soporte post-venta"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -126,70 +98,34 @@ export default function AboutPage() {
|
||||
title="Equipo de Expertos"
|
||||
description="Profesionales con amplia experiencia en el mercado inmobiliario de la Ciudad de México"
|
||||
tag="Nuestro Equipo"
|
||||
tagIcon="Users"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
groups={[
|
||||
{
|
||||
id: "directivos",
|
||||
groupTitle: "Dirección",
|
||||
members: [
|
||||
id: "directivos", groupTitle: "Dirección", members: [
|
||||
{
|
||||
id: "1",
|
||||
title: "Fernando López",
|
||||
subtitle: "Fundador y Director General",
|
||||
detail: "fernando@astivia.com.mx",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg?_wi=2",
|
||||
},
|
||||
id: "1", title: "Fernando López", subtitle: "Fundador y Director General", detail: "fernando@astivia.com.mx", imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Mariana Gutiérrez",
|
||||
subtitle: "Directora Comercial",
|
||||
detail: "mariana@astivia.com.mx",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=2",
|
||||
},
|
||||
id: "2", title: "Mariana Gutiérrez", subtitle: "Directora Comercial", detail: "mariana@astivia.com.mx", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "agentes",
|
||||
groupTitle: "Agentes Inmobiliarios",
|
||||
members: [
|
||||
id: "agentes", groupTitle: "Agentes Inmobiliarios", members: [
|
||||
{
|
||||
id: "3",
|
||||
title: "Carlos Mendoza",
|
||||
subtitle: "Especialista Residencial",
|
||||
detail: "carlos@astivia.com.mx",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg?_wi=2",
|
||||
},
|
||||
id: "3", title: "Carlos Mendoza", subtitle: "Especialista Residencial", detail: "carlos@astivia.com.mx", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Patricia Reyes",
|
||||
subtitle: "Especialista Comercial",
|
||||
detail: "patricia@astivia.com.mx",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-holding-digital-tablet-standing-outdoors_23-2147862764.jpg?_wi=2",
|
||||
},
|
||||
id: "4", title: "Patricia Reyes", subtitle: "Especialista Comercial", detail: "patricia@astivia.com.mx", imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-holding-digital-tablet-standing-outdoors_23-2147862764.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Roberto Sánchez",
|
||||
subtitle: "Especialista Lujo",
|
||||
detail: "roberto@astivia.com.mx",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-outdoors_171337-19837.jpg?_wi=2",
|
||||
},
|
||||
id: "5", title: "Roberto Sánchez", subtitle: "Especialista Lujo", detail: "roberto@astivia.com.mx", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-outdoors_171337-19837.jpg"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "administrativo",
|
||||
groupTitle: "Administrativo",
|
||||
members: [
|
||||
id: "administrativo", groupTitle: "Administrativo", members: [
|
||||
{
|
||||
id: "6",
|
||||
title: "Gabriela Torres",
|
||||
subtitle: "Coordinadora Legal",
|
||||
detail: "gabriela@astivia.com.mx",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-senior-business-woman-office-desk_1262-3824.jpg?_wi=2",
|
||||
},
|
||||
id: "6", title: "Gabriela Torres", subtitle: "Coordinadora Legal", detail: "gabriela@astivia.com.mx", imageSrc: "http://img.b2bpic.net/free-photo/serious-senior-business-woman-office-desk_1262-3824.jpg"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -200,62 +136,37 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Sobre Nosotros",
|
||||
href: "/nosotros",
|
||||
},
|
||||
label: "Sobre Nosotros", href: "/nosotros"},
|
||||
{
|
||||
label: "Equipo",
|
||||
href: "/nosotros",
|
||||
},
|
||||
label: "Equipo", href: "/nosotros"},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "/nosotros",
|
||||
},
|
||||
label: "Servicios", href: "/nosotros"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "/contacto",
|
||||
},
|
||||
label: "Contacto", href: "/contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Propiedades",
|
||||
items: [
|
||||
title: "Propiedades", items: [
|
||||
{
|
||||
label: "Ver Catálogo",
|
||||
href: "/",
|
||||
},
|
||||
label: "Ver Catálogo", href: "/"},
|
||||
{
|
||||
label: "Lujo",
|
||||
href: "/",
|
||||
},
|
||||
label: "Lujo", href: "/"},
|
||||
{
|
||||
label: "Residencial",
|
||||
href: "/",
|
||||
},
|
||||
label: "Residencial", href: "/"},
|
||||
{
|
||||
label: "Comercial",
|
||||
href: "/",
|
||||
},
|
||||
label: "Comercial", href: "/"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos de Servicio",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos de Servicio", href: "#"},
|
||||
{
|
||||
label: "Aviso de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Aviso de Privacidad", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user