Merge version_1_1781558384981 into main
Merge version_1_1781558384981 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -7,309 +7,167 @@ import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVertic
|
||||
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
|
||||
import TeamOverlayCards from '@/components/sections/team/TeamOverlayCards';
|
||||
import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards';
|
||||
import { Droplets, Star, Users } from "lucide-react";
|
||||
import { Star, Users, Droplets } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroSplitVerticalMarquee
|
||||
tag="Welcome to Barcelona"
|
||||
title="Craft beer, tapas, and Barcelonas warmest welcome"
|
||||
description="Ancestral Bar combines authentic Spanish flavors with artisanal brews in Eixamples most welcoming neighborhood spot. Join us for daily tapas, weekend vermut, and unforgettable service."
|
||||
primaryButton={{
|
||||
text: "Reserve your table",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Explore the menu",
|
||||
href: "#menu",
|
||||
}}
|
||||
leftItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-glass-with-froth_107420-65352.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-inscription-snacks-with-crackers-seeds-cookies-black-background_141793-3520.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-light-beer-table_140725-10259.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fairy-light-against-golden-bokeh-backdrop_23-2148056708.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-students-sitting-sofa-resting-cafe-work-with-laptop-common-project_613910-5902.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pineapples-ready-sale_23-2151526706.jpg",
|
||||
},
|
||||
]}
|
||||
rightItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-roll-with-grilled-apples-pears-with-glass-red-wine_141793-5010.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-posing-together_23-2149073437.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-snacks-arrangement_23-2149325267.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-sugar-cubes_23-2149600692.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Welcome to Barcelona"
|
||||
title="Craft beer, tapas, and Barcelonas warmest welcome"
|
||||
description="Ancestral Bar combines authentic Spanish flavors with artisanal brews in Eixamples most welcoming neighborhood spot. Join us for daily tapas, weekend vermut, and unforgettable service."
|
||||
primaryButton={{
|
||||
text: "Reserve your table", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "Explore the menu", href: "#menu"}}
|
||||
leftItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-glass-with-froth_107420-65352.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-inscription-snacks-with-crackers-seeds-cookies-black-background_141793-3520.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-light-beer-table_140725-10259.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fairy-light-against-golden-bokeh-backdrop_23-2148056708.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/group-students-sitting-sofa-resting-cafe-work-with-laptop-common-project_613910-5902.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pineapples-ready-sale_23-2151526706.jpg" },
|
||||
]}
|
||||
rightItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-roll-with-grilled-apples-pears-with-glass-red-wine_141793-5010.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-posing-together_23-2149073437.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-snacks-arrangement_23-2149325267.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-sugar-cubes_23-2149600692.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutTestimonial
|
||||
tag="Our Story"
|
||||
quote="The atmosphere at Ancestral Bar is incomparable. It's the only place in Eixample that feels truly like home, with tapas that bring back the best of Spanish tradition."
|
||||
author="Elena Martínez"
|
||||
role="Local Resident"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pleased-tilting-head-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-103462.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Story"
|
||||
quote="The atmosphere at Ancestral Bar is incomparable. It's the only place in Eixample that feels truly like home, with tapas that bring back the best of Spanish tradition."
|
||||
author="Elena Martínez"
|
||||
role="Local Resident"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pleased-tilting-head-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-103462.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesDetailedCards
|
||||
tag="Our Vibe"
|
||||
title="A Community Hub"
|
||||
description="More than just a bar, we're a space for everyone in our neighborhood."
|
||||
items={[
|
||||
{
|
||||
title: "LGBTQ+ Friendly",
|
||||
description: "Everyone is welcome to be themselves at Ancestral Bar.",
|
||||
tags: [
|
||||
"Inclusive",
|
||||
"Safe Space",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/love-is-love-pride-quote-with-rainbow-hearts_23-2148475914.jpg",
|
||||
},
|
||||
{
|
||||
title: "Cozy Atmosphere",
|
||||
description: "Perfect for remote work in the afternoon.",
|
||||
tags: [
|
||||
"Relaxed",
|
||||
"Cozy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-girl-sitting-restaurant_1157-14647.jpg",
|
||||
},
|
||||
{
|
||||
title: "Weekend Vermut",
|
||||
description: "Our signature Saturday experience.",
|
||||
tags: [
|
||||
"Traditional",
|
||||
"Social",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tea-set-with-feijoa-jam_141793-17613.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Vibe"
|
||||
title="A Community Hub"
|
||||
description="More than just a bar, we're a space for everyone in our neighborhood."
|
||||
items={[
|
||||
{
|
||||
title: "LGBTQ+ Friendly", description: "Everyone is welcome to be themselves at Ancestral Bar.", tags: ["Inclusive", "Safe Space"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/love-is-love-pride-quote-with-rainbow-hearts_23-2148475914.jpg"},
|
||||
{
|
||||
title: "Cozy Atmosphere", description: "Perfect for remote work in the afternoon.", tags: ["Relaxed", "Cozy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-girl-sitting-restaurant_1157-14647.jpg"},
|
||||
{
|
||||
title: "Weekend Vermut", description: "Our signature Saturday experience.", tags: ["Traditional", "Social"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tea-set-with-feijoa-jam_141793-17613.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Our Menu"
|
||||
title="Authentic Flavors"
|
||||
description="Hand-crafted tapas and artisanal beers."
|
||||
items={[
|
||||
{
|
||||
title: "Patatas Bravas",
|
||||
description: "Classic recipe with a twist.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368930.jpg",
|
||||
},
|
||||
{
|
||||
title: "Iberian Ham",
|
||||
description: "Sourced from local farms.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanish-serrano-ham-slices-black-plate-black-slate-background_123827-20084.jpg",
|
||||
},
|
||||
{
|
||||
title: "Craft Ales",
|
||||
description: "Rotating local craft selection.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-dark-beer-burlap-with-pine-branch-high-quality-photo_114579-67397.jpg",
|
||||
},
|
||||
{
|
||||
title: "Garlic Prawns",
|
||||
description: "Fresh, locally caught prawns.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-with-side-fried-shrimps_140725-1953.jpg",
|
||||
},
|
||||
{
|
||||
title: "Artisan Cheese",
|
||||
description: "A selection of regional cheeses.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwiches-with-smoked-salmon-cream-cheese-dill_114579-11312.jpg",
|
||||
},
|
||||
{
|
||||
title: "Stuffed Peppers",
|
||||
description: "Traditional flavor profile.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-tray-with-bowl-cooked-paste-portions-various-toppings-marble-surface_114579-54665.jpg",
|
||||
},
|
||||
{
|
||||
title: "Anchovies",
|
||||
description: "Cantabrian sea quality.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwiches-with-smoked-salmon-cream-cheese-dill_114579-12697.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Menu"
|
||||
title="Authentic Flavors"
|
||||
description="Hand-crafted tapas and artisanal beers."
|
||||
items={[
|
||||
{ title: "Patatas Bravas", description: "Classic recipe with a twist.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368930.jpg" },
|
||||
{ title: "Iberian Ham", description: "Sourced from local farms.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/spanish-serrano-ham-slices-black-plate-black-slate-background_123827-20084.jpg" },
|
||||
{ title: "Craft Ales", description: "Rotating local craft selection.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/glass-dark-beer-burlap-with-pine-branch-high-quality-photo_114579-67397.jpg" },
|
||||
{ title: "Garlic Prawns", description: "Fresh, locally caught prawns.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-with-side-fried-shrimps_140725-1953.jpg" },
|
||||
{ title: "Artisan Cheese", description: "A selection of regional cheeses.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/sandwiches-with-smoked-salmon-cream-cheese-dill_114579-11312.jpg" },
|
||||
{ title: "Stuffed Peppers", description: "Traditional flavor profile.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/wooden-tray-with-bowl-cooked-paste-portions-various-toppings-marble-surface_114579-54665.jpg" },
|
||||
{ title: "Anchovies", description: "Cantabrian sea quality.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/sandwiches-with-smoked-salmon-cream-cheese-dill_114579-12697.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsIconCards
|
||||
tag="Reputation"
|
||||
title="Loved by locals"
|
||||
description="We are proud of our community standing."
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
title: "Average Rating",
|
||||
value: "4.8",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Weekly Visitors",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Craft Beers",
|
||||
value: "20+",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Reputation"
|
||||
title="Loved by locals"
|
||||
description="We are proud of our community standing."
|
||||
metrics={[
|
||||
{ icon: "Star", title: "Average Rating", value: "4.8" },
|
||||
{ icon: "Users", title: "Weekly Visitors", value: "500+" },
|
||||
{ icon: "Droplets", title: "Craft Beers", value: "20+" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<SectionErrorBoundary name="team">
|
||||
<div id="team" data-section="team">
|
||||
<SectionErrorBoundary name="team">
|
||||
<TeamOverlayCards
|
||||
tag="Our Crew"
|
||||
title="Meet the team"
|
||||
members={[
|
||||
{
|
||||
name: "Jordi",
|
||||
role: "Bar Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg",
|
||||
},
|
||||
{
|
||||
name: "Ana",
|
||||
role: "Head Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208297.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marc",
|
||||
role: "Mixologist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bartender-making-drinking-cocktails-counter_1303-19956.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Crew"
|
||||
title="Meet the team"
|
||||
description="Our dedicated team makes the magic happen."
|
||||
members={[
|
||||
{ name: "Jordi", role: "Bar Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg" },
|
||||
{ name: "Ana", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208297.jpg" },
|
||||
{ name: "Marc", role: "Mixologist", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bartender-making-drinking-cocktails-counter_1303-19956.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeCards
|
||||
tag="Reviews"
|
||||
title="Community Love"
|
||||
testimonials={[
|
||||
{
|
||||
name: "David",
|
||||
role: "Tourist",
|
||||
quote: "Fantastic spot!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah",
|
||||
role: "Local",
|
||||
quote: "Best vibes ever.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-posing-together-retro-style-with-beverage_23-2149525831.jpg",
|
||||
},
|
||||
{
|
||||
name: "Leo",
|
||||
role: "Regular",
|
||||
quote: "Service is top tier.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emma",
|
||||
role: "Visitor",
|
||||
quote: "Amazing tapas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-talking-phone_23-2149529682.jpg",
|
||||
},
|
||||
{
|
||||
name: "Tom",
|
||||
role: "Regular",
|
||||
quote: "Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Reviews"
|
||||
title="Community Love"
|
||||
description="What our guests have to say."
|
||||
testimonials={[
|
||||
{ name: "David", role: "Tourist", quote: "Fantastic spot!", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg" },
|
||||
{ name: "Sarah", role: "Local", quote: "Best vibes ever.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-posing-together-retro-style-with-beverage_23-2149525831.jpg" },
|
||||
{ name: "Leo", role: "Regular", quote: "Service is top tier.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" },
|
||||
{ name: "Emma", role: "Visitor", quote: "Amazing tapas.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-talking-phone_23-2149529682.jpg" },
|
||||
{ name: "Tom", role: "Regular", quote: "Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSplitMedia
|
||||
tag="Questions?"
|
||||
title="Need to know more?"
|
||||
items={[
|
||||
{
|
||||
question: "Are you LGBTQ friendly?",
|
||||
answer: "Yes, we are a proud community space.",
|
||||
},
|
||||
{
|
||||
question: "Do you take reservations?",
|
||||
answer: "Yes, please contact us online.",
|
||||
},
|
||||
{
|
||||
question: "Do you have vegan options?",
|
||||
answer: "We offer a variety of vegan tapas.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-indoor_1321-492.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Questions?"
|
||||
title="Need to know more?"
|
||||
description="Common answers for our visitors."
|
||||
items={[
|
||||
{ question: "Are you LGBTQ friendly?", answer: "Yes, we are a proud community space." },
|
||||
{ question: "Do you take reservations?", answer: "Yes, please contact us online." },
|
||||
{ question: "Do you have vegan options?", answer: "We offer a variety of vegan tapas." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-indoor_1321-492.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Visit Us"
|
||||
text="Ready to experience Ancestral Bar? Book your table or reach out for special events."
|
||||
primaryButton={{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "View Location",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Visit Us"
|
||||
text="Ready to experience Ancestral Bar? Book your table or reach out for special events."
|
||||
primaryButton={{ text: "Book Now", href: "#" }}
|
||||
secondaryButton={{ text: "View Location", href: "#" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user