Merge version_1 into main #2
360
src/app/page.tsx
360
src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, Building, Building2, Home, MapPin, ThumbsUp, Users } from "lucide-react";
|
||||
import { Award, Building, Building2, MapPin, ThumbsUp, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop",
|
||||
id: "#shop",
|
||||
},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "#properties",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Shop", id: "#shop" },
|
||||
{ name: "Properties", id: "#properties" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Burikantu Art Ltd"
|
||||
/>
|
||||
@@ -56,102 +44,31 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Burikantu Art Ltd"
|
||||
description="Crafting Comfort & Building Dreams. We specialize in bespoke handmade furniture and curated real estate investments in the heart of Kigali."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Uwase",
|
||||
handle: "@sarah_u",
|
||||
testimonial: "The craftsmanship of my mahogany chair is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245222.jpg",
|
||||
},
|
||||
{
|
||||
name: "John Doe",
|
||||
handle: "@john_d",
|
||||
testimonial: "Found my dream apartment through Burikantu Art Ltd.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-portrait-asian-female-broker-showing-thumbup-paper-house-cutout-recommending-agen_1258-158917.jpg",
|
||||
},
|
||||
{
|
||||
name: "Aline K.",
|
||||
handle: "@aline_k",
|
||||
testimonial: "Truly elegant pieces that transform any space into a home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-manager-eyeglasses-with-folder-hand_171337-16702.jpg",
|
||||
},
|
||||
{
|
||||
name: "Jean B.",
|
||||
handle: "@jean_b",
|
||||
testimonial: "Professional and trustworthy service from start to finish.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-suit-outside-church-waving-welcoming-woman_181624-23201.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marie N.",
|
||||
handle: "@marie_n",
|
||||
testimonial: "I love the attention to detail in their custom work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571916.jpg",
|
||||
},
|
||||
{ name: "Sarah Uwase", handle: "@sarah_u", testimonial: "The craftsmanship of my mahogany chair is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245222.jpg" },
|
||||
{ name: "John Doe", handle: "@john_d", testimonial: "Found my dream apartment through Burikantu Art Ltd.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-portrait-asian-female-broker-showing-thumbup-paper-house-cutout-recommending-agen_1258-158917.jpg" },
|
||||
{ name: "Aline K.", handle: "@aline_k", testimonial: "Truly elegant pieces that transform any space into a home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-manager-eyeglasses-with-folder-hand_171337-16702.jpg" },
|
||||
{ name: "Jean B.", handle: "@jean_b", testimonial: "Professional and trustworthy service from start to finish.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-suit-outside-church-waving-welcoming-woman_181624-23201.jpg" },
|
||||
{ name: "Marie N.", handle: "@marie_n", testimonial: "I love the attention to detail in their custom work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571916.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Furniture",
|
||||
href: "#shop",
|
||||
},
|
||||
{
|
||||
text: "Explore Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg?_wi=1"
|
||||
buttons={[{ text: "Shop Furniture", href: "#shop" }, { text: "Explore Properties", href: "#properties" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-couple-luxury-travel-house_23-2149140852.jpg",
|
||||
alt: "Customer portrait 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/i-think-new-bookself-will-be-fit_329181-9753.jpg",
|
||||
alt: "Customer portrait 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg",
|
||||
alt: "Customer portrait 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-couple-enjoying-their-new-house_23-2148895442.jpg",
|
||||
alt: "Customer portrait 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg",
|
||||
alt: "Customer portrait 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-couple-luxury-travel-house_23-2149140852.jpg", alt: "Customer portrait 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/i-think-new-bookself-will-be-fit_329181-9753.jpg", alt: "Customer portrait 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg", alt: "Customer portrait 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-couple-enjoying-their-new-house_23-2148895442.jpg", alt: "Customer portrait 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg", alt: "Customer portrait 5" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Handmade Craftsmanship",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Kigali Real Estate",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ethically Sourced Wood",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Custom Home Design",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bespoke Furnishings",
|
||||
},
|
||||
{ type: "text", text: "Handmade Craftsmanship" },
|
||||
{ type: "text", text: "Luxury Kigali Real Estate" },
|
||||
{ type: "text", text: "Ethically Sourced Wood" },
|
||||
{ type: "text", text: "Custom Home Design" },
|
||||
{ type: "text", text: "Bespoke Furnishings" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,21 +78,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Story of Craftsmanship"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
{
|
||||
icon: Home,
|
||||
label: "Projects Completed",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Clients",
|
||||
value: "1000+",
|
||||
},
|
||||
{ icon: Award, label: "Years Experience", value: "15+" },
|
||||
{ icon: Home, label: "Projects Completed", value: "500+" },
|
||||
{ icon: Users, label: "Happy Clients", value: "1000+" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -187,43 +92,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
description="Our premium handmade selection."
|
||||
products={[
|
||||
{
|
||||
id: "f1",
|
||||
name: "Mahogany Chair",
|
||||
price: "$450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-chair-room_53876-88596.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
name: "Leather Sofa",
|
||||
price: "$1200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa_1194-6454.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
name: "Artisan Table",
|
||||
price: "$850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tags-ribbon-scissor-sticks-jute-spool-empty-transparent-jar-wooden-desk_23-2148164421.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
name: "Bed Frame",
|
||||
price: "$1500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-room-decor-with-furniture-minimalist-beige-tones_23-2150767036.jpg",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
name: "Decor Vase",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/living-room-interior-luxury-industrial-style_53876-134088.jpg",
|
||||
},
|
||||
{
|
||||
id: "f6",
|
||||
name: "Side Cabinet",
|
||||
price: "$380",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704361.jpg",
|
||||
},
|
||||
{ id: "f1", name: "Mahogany Chair", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/blue-chair-room_53876-88596.jpg" },
|
||||
{ id: "f2", name: "Leather Sofa", price: "$1200", imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa_1194-6454.jpg" },
|
||||
{ id: "f3", name: "Artisan Table", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/tags-ribbon-scissor-sticks-jute-spool-empty-transparent-jar-wooden-desk_23-2148164421.jpg" },
|
||||
{ id: "f4", name: "Bed Frame", price: "$1500", imageSrc: "http://img.b2bpic.net/free-photo/3d-room-decor-with-furniture-minimalist-beige-tones_23-2150767036.jpg" },
|
||||
{ id: "f5", name: "Decor Vase", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/living-room-interior-luxury-industrial-style_53876-134088.jpg" },
|
||||
{ id: "f6", name: "Side Cabinet", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704361.jpg" }
|
||||
]}
|
||||
title="Exquisite Furniture"
|
||||
/>
|
||||
@@ -235,21 +111,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Modern Apartments",
|
||||
description: "Beautiful 2BR apartments in the city center.",
|
||||
},
|
||||
{
|
||||
icon: Building,
|
||||
title: "Luxury Villas",
|
||||
description: "Spacious family homes with scenic views.",
|
||||
},
|
||||
{
|
||||
icon: Building2,
|
||||
title: "Prime Land",
|
||||
description: "Ready-to-build plots in developing areas.",
|
||||
},
|
||||
{ icon: MapPin, title: "Modern Apartments", description: "Beautiful 2BR apartments in the city center." },
|
||||
{ icon: Building, title: "Luxury Villas", description: "Spacious family homes with scenic views." },
|
||||
{ icon: Building2, title: "Prime Land", description: "Ready-to-build plots in developing areas." }
|
||||
]}
|
||||
title="Premium Real Estate"
|
||||
description="Discover high-end homes and land listings in Kigali."
|
||||
@@ -263,27 +127,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "120+",
|
||||
title: "Properties",
|
||||
description: "Active Listings",
|
||||
icon: Building,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Retention",
|
||||
description: "Client Satisfaction",
|
||||
icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "25",
|
||||
title: "Staff",
|
||||
description: "Expert Designers",
|
||||
icon: Users,
|
||||
},
|
||||
{ id: "m1", value: "120+", title: "Properties", description: "Active Listings", icon: Building },
|
||||
{ id: "m2", value: "98%", title: "Retention", description: "Client Satisfaction", icon: ThumbsUp },
|
||||
{ id: "m3", value: "25", title: "Staff", description: "Expert Designers", icon: Users }
|
||||
]}
|
||||
title="Market Impact"
|
||||
description="We are proud to serve our community with excellence."
|
||||
@@ -295,61 +141,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Aline K.",
|
||||
date: "2023",
|
||||
title: "Design Client",
|
||||
quote: "Stunning furniture work.",
|
||||
tag: "Furniture",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-interacting-color-swatch_1170-832.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg?_wi=2",
|
||||
imageAlt: "customer portrait high end",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jean B.",
|
||||
date: "2023",
|
||||
title: "Real Estate Buyer",
|
||||
quote: "Very trustworthy service.",
|
||||
tag: "Real Estate",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-couple-making-plans-together-redecorate-house_23-2148814614.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-chair-room_53876-88596.jpg?_wi=2",
|
||||
imageAlt: "customer portrait high end",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marie N.",
|
||||
date: "2024",
|
||||
title: "Interior Design",
|
||||
quote: "Love the premium quality.",
|
||||
tag: "Furniture",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525706.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa_1194-6454.jpg?_wi=2",
|
||||
imageAlt: "customer portrait high end",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Paul D.",
|
||||
date: "2024",
|
||||
title: "Investor",
|
||||
quote: "Great land investment.",
|
||||
tag: "Real Estate",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-giving-keys-couple-who-is-buying-their-new-home_637285-6093.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tags-ribbon-scissor-sticks-jute-spool-empty-transparent-jar-wooden-desk_23-2148164421.jpg?_wi=2",
|
||||
imageAlt: "customer portrait high end",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sophie M.",
|
||||
date: "2024",
|
||||
title: "Furniture Client",
|
||||
quote: "Elegant custom dining table.",
|
||||
tag: "Furniture",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/airbnb-host-welcoming-guests_23-2149872045.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/main-entrance-modern-residential-building_637285-1913.jpg",
|
||||
imageAlt: "customer portrait high end",
|
||||
},
|
||||
{ id: "t1", name: "Aline K.", date: "2023", title: "Design Client", quote: "Stunning furniture work.", tag: "Furniture", avatarSrc: "http://img.b2bpic.net/free-photo/couple-interacting-color-swatch_1170-832.jpg", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg", imageAlt: "customer portrait high end" },
|
||||
{ id: "t2", name: "Jean B.", date: "2023", title: "Real Estate Buyer", quote: "Very trustworthy service.", tag: "Real Estate", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-couple-making-plans-together-redecorate-house_23-2148814614.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blue-chair-room_53876-88596.jpg", imageAlt: "customer portrait high end" },
|
||||
{ id: "t3", name: "Marie N.", date: "2024", title: "Interior Design", quote: "Love the premium quality.", tag: "Furniture", avatarSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525706.jpg", imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa_1194-6454.jpg", imageAlt: "customer portrait high end" },
|
||||
{ id: "t4", name: "Paul D.", date: "2024", title: "Investor", quote: "Great land investment.", tag: "Real Estate", avatarSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-giving-keys-couple-who-is-buying-their-new-home_637285-6093.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tags-ribbon-scissor-sticks-jute-spool-empty-transparent-jar-wooden-desk_23-2148164421.jpg", imageAlt: "customer portrait high end" },
|
||||
{ id: "t5", name: "Sophie M.", date: "2024", title: "Furniture Client", quote: "Elegant custom dining table.", tag: "Furniture", avatarSrc: "http://img.b2bpic.net/free-photo/airbnb-host-welcoming-guests_23-2149872045.jpg", imageSrc: "http://img.b2bpic.net/free-photo/main-entrance-modern-residential-building_637285-1913.jpg", imageAlt: "customer portrait high end" }
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Hear what our valued clients have to say about their journey with us."
|
||||
@@ -361,21 +157,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver furniture?",
|
||||
content: "Yes, we provide nationwide delivery.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I visit properties?",
|
||||
content: "Absolutely, contact us to schedule a visit.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are your materials sustainable?",
|
||||
content: "We prioritize high-quality, ethically sourced local woods.",
|
||||
},
|
||||
{ id: "q1", title: "Do you deliver furniture?", content: "Yes, we provide nationwide delivery." },
|
||||
{ id: "q2", title: "Can I visit properties?", content: "Absolutely, contact us to schedule a visit." },
|
||||
{ id: "q3", title: "Are your materials sustainable?", content: "We prioritize high-quality, ethically sourced local woods." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -386,21 +170,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Visit Our Kigali Showroom"
|
||||
description="KK 89 St, Kigali, Rwanda. Call us at 0786 551 146."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Agent",
|
||||
href: "tel:0786551146",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/250786551146",
|
||||
},
|
||||
{ text: "Contact Agent", href: "tel:0786551146" },
|
||||
{ text: "WhatsApp", href: "https://wa.me/250786551146" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -409,40 +185,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Burikantu Art Ltd"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#shop",
|
||||
},
|
||||
{
|
||||
label: "Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Shop", href: "#shop" }, { label: "Properties", href: "#properties" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Burikantu Art Ltd. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user