Merge version_1 into main #1
451
src/app/page.tsx
451
src/app/page.tsx
@@ -18,314 +18,173 @@ import { Car } from "lucide-react";
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
defaultButtonVariant="bounce-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: "Inventory",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="Ehsan Auto"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Ehsan Auto"
|
||||
navItems={[
|
||||
{ name: "Inventory", id: "#products" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
logoText="Ehsan Auto"
|
||||
description="Redefining luxury and reliability in every mile. Explore our premium selection of certified vehicles."
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Inventory",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hand-open-car-door-businessman_53876-15910.jpg"
|
||||
imageAlt="Ehsan Auto luxury showcase"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{ variant: "radial-gradient" }}
|
||||
logoText="Ehsan Auto"
|
||||
description="Redefining luxury and reliability in every mile. Explore our premium selection of certified vehicles."
|
||||
buttons={[
|
||||
{ text: "Browse Inventory", href: "#products" },
|
||||
{ text: "Contact Us", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hand-open-car-door-businessman_53876-15910.jpg"
|
||||
imageAlt="Ehsan Auto luxury showcase"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="Our Story"
|
||||
title="Excellence in Motion"
|
||||
description="At Ehsan Auto, we believe purchasing a vehicle should be as seamless as driving one. With decades of combined expertise, our team ensures every client receives tailored service and exceptional quality."
|
||||
subdescription="Our rigorous selection process guarantees that only the finest vehicles reach our floor, ensuring your complete peace of mind."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-woman-white-blouse-beige-pants-sits-car-holds-boyfriend-hand-brunette-man-black-suit-eyeglasses-smiles-poses-near-airport_197531-27129.jpg"
|
||||
imageAlt="Ehsan Auto showroom expertise"
|
||||
mediaAnimation="blur-reveal"
|
||||
icon={Car}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="Our Story"
|
||||
title="Excellence in Motion"
|
||||
description="At Ehsan Auto, we believe purchasing a vehicle should be as seamless as driving one. With decades of combined expertise, our team ensures every client receives tailored service and exceptional quality."
|
||||
subdescription="Our rigorous selection process guarantees that only the finest vehicles reach our floor, ensuring your complete peace of mind."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-woman-white-blouse-beige-pants-sits-car-holds-boyfriend-hand-brunette-man-black-suit-eyeglasses-smiles-poses-near-airport_197531-27129.jpg"
|
||||
imageAlt="Ehsan Auto showroom expertise"
|
||||
mediaAnimation="blur-reveal"
|
||||
icon={Car}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardEight
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Certified Quality",
|
||||
description: "Every vehicle undergoes a 200-point inspection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-with-adjustable-wrench_1048-1698.jpg",
|
||||
},
|
||||
{
|
||||
title: "Flexible Financing",
|
||||
description: "Custom financing options to match your lifestyle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/earnings_53876-36665.jpg",
|
||||
},
|
||||
{
|
||||
title: "Lifetime Support",
|
||||
description: "Our relationship extends well beyond the purchase.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-selling-pre-owned-vehicles-client-after-assessing-condition_482257-118504.jpg",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Ehsan Auto?"
|
||||
description="We don't just sell cars; we provide automotive peace of mind through our premium standards and commitment to excellence."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardEight
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Certified Quality", description: "Every vehicle undergoes a 200-point inspection.", imageSrc: "http://img.b2bpic.net/free-photo/person-with-adjustable-wrench_1048-1698.jpg" },
|
||||
{ title: "Flexible Financing", description: "Custom financing options to match your lifestyle.", imageSrc: "http://img.b2bpic.net/free-vector/earnings_53876-36665.jpg" },
|
||||
{ title: "Lifetime Support", description: "Our relationship extends well beyond the purchase.", imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-selling-pre-owned-vehicles-client-after-assessing-condition_482257-118504.jpg" }
|
||||
]}
|
||||
title="Why Choose Ehsan Auto?"
|
||||
description="We don't just sell cars; we provide automotive peace of mind through our premium standards and commitment to excellence."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Executive Sedan",
|
||||
price: "$65,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sensual-dangerous-woman-standing-with-feline-look-door_158595-1153.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Modern SUV",
|
||||
price: "$72,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-fashionable-lady-black-coat-leather-boots-wearing-colorful-handkerchief-around-her-neck-she-is-carrying-cup-takeaway-coffee-against-open-car-street_132075-9384.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Electric Sport",
|
||||
price: "$85,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electric-car-station-charging_23-2149458015.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Luxury Cabriolet",
|
||||
price: "$92,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-shot-white-car_23-2148320258.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Urban Elite",
|
||||
price: "$55,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15206.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Compact Luxury",
|
||||
price: "$48,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asia-urban-sunny-skyline-riverbank_1112-1061.jpg",
|
||||
},
|
||||
]}
|
||||
title="Premium Inventory"
|
||||
description="Discover our collection of world-class automobiles, curated specifically for the discerning driver."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Executive Sedan", price: "$65,000", imageSrc: "http://img.b2bpic.net/free-photo/sensual-dangerous-woman-standing-with-feline-look-door_158595-1153.jpg" },
|
||||
{ id: "2", name: "Modern SUV", price: "$72,000", imageSrc: "http://img.b2bpic.net/free-photo/full-length-fashionable-lady-black-coat-leather-boots-wearing-colorful-handkerchief-around-her-neck-she-is-carrying-cup-takeaway-coffee-against-open-car-street_132075-9384.jpg" },
|
||||
{ id: "3", name: "Electric Sport", price: "$85,000", imageSrc: "http://img.b2bpic.net/free-photo/electric-car-station-charging_23-2149458015.jpg" },
|
||||
{ id: "4", name: "Luxury Cabriolet", price: "$92,000", imageSrc: "http://img.b2bpic.net/free-photo/back-shot-white-car_23-2148320258.jpg" },
|
||||
{ id: "5", name: "Urban Elite", price: "$55,000", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15206.jpg" },
|
||||
{ id: "6", name: "Compact Luxury", price: "$48,000", imageSrc: "http://img.b2bpic.net/free-photo/asia-urban-sunny-skyline-riverbank_1112-1061.jpg" }
|
||||
]}
|
||||
title="Premium Inventory"
|
||||
description="Discover our collection of world-class automobiles, curated specifically for the discerning driver."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Our Impact"
|
||||
tag="The Numbers"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1500+",
|
||||
description: "Vehicles Delivered",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
description: "Customer Satisfaction",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "25+",
|
||||
description: "Years of Expertise",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Our Impact"
|
||||
tag="The Numbers"
|
||||
metrics={[
|
||||
{ id: "m1", value: "1500+", description: "Vehicles Delivered" },
|
||||
{ id: "m2", value: "98%", description: "Customer Satisfaction" },
|
||||
{ id: "m3", value: "25+", description: "Years of Expertise" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex Rivet",
|
||||
role: "Architect",
|
||||
testimonial: "Exceptional service and a flawless vehicle. Ehsan Auto exceeded all my expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-family-car-salon_1157-21753.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Entrepreneur",
|
||||
testimonial: "The purchasing process was smooth and the staff was professional. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marcus Thorne",
|
||||
role: "CEO",
|
||||
testimonial: "I trust Ehsan Auto with all my vehicle needs. Their quality is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elena Rossi",
|
||||
role: "Designer",
|
||||
testimonial: "Best buying experience I've ever had. Truly professional and helpful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-mobile-talk-while-waiting-electric-car-charge-station-eco-cars_1157-50634.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "John Doe",
|
||||
role: "Manager",
|
||||
testimonial: "Everything was perfect from start to finish. I'm very happy with my new car.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-business-man-car-showroom-choosing-car_1303-23601.jpg",
|
||||
},
|
||||
]}
|
||||
title="Trusted by Owners"
|
||||
description="See why drivers choose Ehsan Auto time and again for their automotive needs."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alex Rivet", role: "Architect", testimonial: "Exceptional service and a flawless vehicle. Ehsan Auto exceeded all my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-family-car-salon_1157-21753.jpg" },
|
||||
{ id: "t2", name: "Sarah Jenkins", role: "Entrepreneur", testimonial: "The purchasing process was smooth and the staff was professional. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg" },
|
||||
{ id: "t3", name: "Marcus Thorne", role: "CEO", testimonial: "I trust Ehsan Auto with all my vehicle needs. Their quality is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg" },
|
||||
{ id: "t4", name: "Elena Rossi", role: "Designer", testimonial: "Best buying experience I've ever had. Truly professional and helpful.", imageSrc: "http://img.b2bpic.net/free-photo/man-having-mobile-talk-while-waiting-electric-car-charge-station-eco-cars_1157-50634.jpg" },
|
||||
{ id: "t5", name: "John Doe", role: "Manager", testimonial: "Everything was perfect from start to finish. I'm very happy with my new car.", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-man-car-showroom-choosing-car_1303-23601.jpg" }
|
||||
]}
|
||||
title="Trusted by Owners"
|
||||
description="See why drivers choose Ehsan Auto time and again for their automotive needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer trade-ins?",
|
||||
content: "Yes, we provide competitive trade-in valuations.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do I schedule a test drive?",
|
||||
content: "Contact us online or call our showroom directly.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are all cars certified?",
|
||||
content: "All our pre-owned inventory undergoes thorough inspection.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to commonly asked questions about our services and vehicle purchasing process."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you offer trade-ins?", content: "Yes, we provide competitive trade-in valuations." },
|
||||
{ id: "f2", title: "How do I schedule a test drive?", content: "Contact us online or call our showroom directly." },
|
||||
{ id: "f3", title: "Are all cars certified?", content: "All our pre-owned inventory undergoes thorough inspection." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to commonly asked questions about our services and vehicle purchasing process."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Latest Insights"
|
||||
description="Expert advice on vehicle maintenance, trends, and market news."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Guides",
|
||||
title: "How to Maintain Your Luxury Sedan",
|
||||
excerpt: "Keep your car running like new with our top maintenance tips.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-spoiler-white-luxury-car-lights-isolated_181624-23597.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24276.jpg",
|
||||
date: "Oct 12, 2023",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Market",
|
||||
title: "Trends in Modern Automotives",
|
||||
excerpt: "What to look for in the evolving automotive landscape.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-three-wheeled-vehicle-mobility-fast-travel_23-2151016497.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg",
|
||||
date: "Sep 28, 2023",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Expertise",
|
||||
title: "Choosing the Right Financing",
|
||||
excerpt: "A guide to understanding auto loan options.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-family-playing-spring-forest_1157-30026.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg",
|
||||
date: "Sep 15, 2023",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Latest Insights"
|
||||
description="Expert advice on vehicle maintenance, trends, and market news."
|
||||
blogs={[
|
||||
{ id: "b1", category: "Guides", title: "How to Maintain Your Luxury Sedan", excerpt: "Keep your car running like new with our top maintenance tips.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-spoiler-white-luxury-car-lights-isolated_181624-23597.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24276.jpg", date: "Oct 12, 2023" },
|
||||
{ id: "b2", category: "Market", title: "Trends in Modern Automotives", excerpt: "What to look for in the evolving automotive landscape.", imageSrc: "http://img.b2bpic.net/free-photo/view-three-wheeled-vehicle-mobility-fast-travel_23-2151016497.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg", date: "Sep 28, 2023" },
|
||||
{ id: "b3", category: "Expertise", title: "Choosing the Right Financing", excerpt: "A guide to understanding auto loan options.", imageSrc: "http://img.b2bpic.net/free-photo/cute-family-playing-spring-forest_1157-30026.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg", date: "Sep 15, 2023" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Connect With Us"
|
||||
title="Start Your Journey Today"
|
||||
description="Ready to get behind the wheel? Reach out for a consultation or to schedule a visit to our showroom."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Visit",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Connect With Us"
|
||||
title="Start Your Journey Today"
|
||||
description="Ready to get behind the wheel? Reach out for a consultation or to schedule a visit to our showroom."
|
||||
buttons={[
|
||||
{ text: "Schedule a Visit", href: "#" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Ehsan Auto"
|
||||
copyrightText="© 2025 Ehsan Auto. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Ehsan Auto"
|
||||
copyrightText="© 2025 Ehsan Auto. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user