Merge version_1 into main #2
275
src/app/page.tsx
275
src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, Clock, FileText, Heart, Shield, ShieldCheck, Star, Truck } from "lucide-react";
|
||||
import { Award, Clock, FileText, Heart, Shield, ShieldCheck, Star, Truck, Wrench, Sparkles, Calendar } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,130 +32,77 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="A & B Auto Glass Inc."
|
||||
button={{
|
||||
text: "(479) 621-5073",
|
||||
href: "tel:4796215073",
|
||||
}}
|
||||
text: "(479) 621-5073", href: "tel:4796215073"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Fast & Reliable Auto Glass Repair in Rogers"
|
||||
description="Family-owned service dedicated to quality windshield replacements and repairs. Get back on the road safely and quickly."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Stephanie O.",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Joe was so great from first phonecall to final install. Honest, family-owned shop.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
},
|
||||
name: "Stephanie O.", handle: "Local Guide", testimonial: "Joe was so great from first phonecall to final install. Honest, family-owned shop.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg"},
|
||||
{
|
||||
name: "Drew A.",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Got me in same day for a chip repair. Good work at a fair rate.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
|
||||
},
|
||||
name: "Drew A.", handle: "Local Guide", testimonial: "Got me in same day for a chip repair. Good work at a fair rate.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg"},
|
||||
{
|
||||
name: "Happy Driver",
|
||||
handle: "Customer",
|
||||
testimonial: "Best in town and they even vacuumed my floors!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
},
|
||||
name: "Happy Driver", handle: "Customer", testimonial: "Best in town and they even vacuumed my floors!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg"},
|
||||
{
|
||||
name: "Satisfied Client",
|
||||
handle: "Customer",
|
||||
testimonial: "Wonderful job replacing my windshield, done ahead of schedule.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
},
|
||||
name: "Satisfied Client", handle: "Customer", testimonial: "Wonderful job replacing my windshield, done ahead of schedule.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg"},
|
||||
{
|
||||
name: "Pro Repair Fan",
|
||||
handle: "Customer",
|
||||
testimonial: "Great prices, great service, all around great place!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
|
||||
},
|
||||
name: "Pro Repair Fan", handle: "Customer", testimonial: "Great prices, great service, all around great place!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book an Appointment", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mid-adult-mechanic-thinking-while-trying-find-out-where-breakdown-is-while-working-auto-repair-shop_637285-7660.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mid-adult-mechanic-thinking-while-trying-find-out-where-breakdown-is-while-working-auto-repair-shop_637285-7660.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
|
||||
alt: "happy customer portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", alt: "happy customer portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
alt: "happy customer portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "happy customer portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg",
|
||||
alt: "happy customer portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", alt: "happy customer portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
alt: "happy customer portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "happy customer portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
alt: "happy customer portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", alt: "happy customer portrait"},
|
||||
]}
|
||||
avatarText="Trusted by 1000+ local drivers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Windshield Repair",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Windshield Repair", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Same-Day Service",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Same-Day Service", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Mobile Options",
|
||||
icon: Truck,
|
||||
type: "text-icon", text: "Mobile Options", icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Insurance Friendly",
|
||||
icon: FileText,
|
||||
type: "text-icon", text: "Insurance Friendly", icon: FileText,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Family Owned",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Family Owned", icon: Heart,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -167,28 +114,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Glass Replacement",
|
||||
description: "Professional-grade replacement services for all vehicle types.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138809.jpg?_wi=1",
|
||||
buttonIcon: "Wrench",
|
||||
title: "Expert Glass Replacement", description: "Professional-grade replacement services for all vehicle types.", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138809.jpg", buttonIcon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Interior Detail Cleaning",
|
||||
description: "We vacuum and clean up after every job so your car stays spotless.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg?_wi=1",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Interior Detail Cleaning", description: "We vacuum and clean up after every job so your car stays spotless.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Family Owned & Operated",
|
||||
description: "Local, honest service that cares about our community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-executive-looking-pictures-camera_107420-96262.jpg?_wi=1",
|
||||
buttonIcon: "Heart",
|
||||
title: "Family Owned & Operated", description: "Local, honest service that cares about our community.", imageSrc: "http://img.b2bpic.net/free-photo/business-executive-looking-pictures-camera_107420-96262.jpg", buttonIcon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Same-Day Scheduling",
|
||||
description: "Get in and out fast with our efficient booking system.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-tablet-while-chilling-sofa_23-2147670449.jpg?_wi=1",
|
||||
buttonIcon: "Calendar",
|
||||
title: "Same-Day Scheduling", description: "Get in and out fast with our efficient booking system.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-tablet-while-chilling-sofa_23-2147670449.jpg", buttonIcon: Calendar,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
@@ -204,25 +139,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "95+",
|
||||
title: "Five-Star Reviews",
|
||||
description: "Our community values our service.",
|
||||
icon: Award,
|
||||
id: "m1", value: "95+", title: "Five-Star Reviews", description: "Our community values our service.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.7/5",
|
||||
title: "Customer Rating",
|
||||
description: "Consistently high ratings.",
|
||||
icon: Star,
|
||||
id: "m2", value: "4.7/5", title: "Customer Rating", description: "Consistently high ratings.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Dedication",
|
||||
description: "Committed to quality work.",
|
||||
icon: Shield,
|
||||
id: "m3", value: "100%", title: "Dedication", description: "Committed to quality work.", icon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Our Impact in Rogers"
|
||||
@@ -236,60 +159,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Stephanie O.",
|
||||
date: "1 year ago",
|
||||
title: "Local Guide",
|
||||
quote: "Joe was so great from first phonecall to final install.",
|
||||
tag: "Honest Shop",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-thinking-while-trying-find-out-where-breakdown-is-while-working-auto-repair-shop_637285-7660.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "t1", name: "Stephanie O.", date: "1 year ago", title: "Local Guide", quote: "Joe was so great from first phonecall to final install.", tag: "Honest Shop", avatarSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-thinking-while-trying-find-out-where-breakdown-is-while-working-auto-repair-shop_637285-7660.jpg", imageAlt: "happy customer portrait"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Drew A.",
|
||||
date: "4 months ago",
|
||||
title: "Local Guide",
|
||||
quote: "Got me in same day and turned around quickly.",
|
||||
tag: "Fast Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138809.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "t2", name: "Drew A.", date: "4 months ago", title: "Local Guide", quote: "Got me in same day and turned around quickly.", tag: "Fast Service", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138809.jpg", imageAlt: "happy customer portrait"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Satisfied Customer",
|
||||
date: "6 months ago",
|
||||
title: "Customer",
|
||||
quote: "Vacuumed the floors as well. Great experience.",
|
||||
tag: "Added Value",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "t3", name: "Satisfied Customer", date: "6 months ago", title: "Customer", quote: "Vacuumed the floors as well. Great experience.", tag: "Added Value", avatarSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg", imageAlt: "happy customer portrait"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Happy Driver",
|
||||
date: "8 months ago",
|
||||
title: "Customer",
|
||||
quote: "Did a wonderful job, ahead of schedule.",
|
||||
tag: "Quality Work",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-executive-looking-pictures-camera_107420-96262.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "t4", name: "Happy Driver", date: "8 months ago", title: "Customer", quote: "Did a wonderful job, ahead of schedule.", tag: "Quality Work", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-executive-looking-pictures-camera_107420-96262.jpg", imageAlt: "happy customer portrait"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Reliable Client",
|
||||
date: "1 year ago",
|
||||
title: "Customer",
|
||||
quote: "Great prices, great service, all around great place!",
|
||||
tag: "Best Price",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-tablet-while-chilling-sofa_23-2147670449.jpg?_wi=2",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "t5", name: "Reliable Client", date: "1 year ago", title: "Customer", quote: "Great prices, great service, all around great place!", tag: "Best Price", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-tablet-while-chilling-sofa_23-2147670449.jpg", imageAlt: "happy customer portrait"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Don't take our word for it — hear from our satisfied neighbors."
|
||||
@@ -304,29 +182,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "member-1",
|
||||
name: "Joe",
|
||||
role: "Lead Technician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/equipment-large-bargain-construction-parked_1134-1112.jpg",
|
||||
},
|
||||
id: "member-1", name: "Joe", role: "Lead Technician", imageSrc: "http://img.b2bpic.net/free-photo/equipment-large-bargain-construction-parked_1134-1112.jpg"},
|
||||
{
|
||||
id: "member-2",
|
||||
name: "Technician 2",
|
||||
role: "Auto Glass Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg",
|
||||
},
|
||||
id: "member-2", name: "Technician 2", role: "Auto Glass Specialist", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg"},
|
||||
{
|
||||
id: "member-3",
|
||||
name: "Technician 3",
|
||||
role: "Quality Assurance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15716.jpg",
|
||||
},
|
||||
id: "member-3", name: "Technician 3", role: "Quality Assurance", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15716.jpg"},
|
||||
{
|
||||
id: "member-4",
|
||||
name: "Technician 4",
|
||||
role: "Customer Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg",
|
||||
},
|
||||
id: "member-4", name: "Technician 4", role: "Customer Experience", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg"},
|
||||
]}
|
||||
title="Meet the Experts"
|
||||
description="Our team of skilled technicians is here to serve you."
|
||||
@@ -338,20 +200,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept walk-ins?",
|
||||
content: "We recommend calling ahead to schedule, but we strive to accommodate your schedule.",
|
||||
},
|
||||
id: "f1", title: "Do you accept walk-ins?", content: "We recommend calling ahead to schedule, but we strive to accommodate your schedule."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How long does a windshield replacement take?",
|
||||
content: "Most replacements take between 1-3 hours depending on your vehicle model.",
|
||||
},
|
||||
id: "f2", title: "How long does a windshield replacement take?", content: "Most replacements take between 1-3 hours depending on your vehicle model."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer mobile services?",
|
||||
content: "Please give us a call at (479) 621-5073 to discuss your location needs.",
|
||||
},
|
||||
id: "f3", title: "Do you offer mobile services?", content: "Please give us a call at (479) 621-5073 to discuss your location needs."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -362,8 +215,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Get in Touch Today"
|
||||
description="Have questions or ready to book? Give us a call or send us a message."
|
||||
buttonText="Call Now"
|
||||
@@ -378,38 +230,25 @@ export default function LandingPage() {
|
||||
logoText="A & B Auto Glass Inc."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user