Merge version_2 into main #1
264
src/app/page.tsx
264
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Burak Supermarket"
|
||||
/>
|
||||
@@ -58,69 +50,37 @@ export default function LandingPage() {
|
||||
description="Dein Experte für frische Lebensmittel, türkische Spezialitäten und herzlichen Service in Günzburg."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Amko Setro",
|
||||
handle: "@customer",
|
||||
testimonial: "5 Sterne für diesen Supermarkt, einfach top!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-shopper-satisfied-with-discount_1262-14986.jpg",
|
||||
},
|
||||
name: "Amko Setro", handle: "@customer", testimonial: "5 Sterne für diesen Supermarkt, einfach top!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-shopper-satisfied-with-discount_1262-14986.jpg"},
|
||||
{
|
||||
name: "Bodyguard",
|
||||
handle: "@customer",
|
||||
testimonial: "Absolut empfehlenswert, ein echter Geheimtipp!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-bohemian-woman_23-2149726236.jpg",
|
||||
},
|
||||
name: "Bodyguard", handle: "@customer", testimonial: "Absolut empfehlenswert, ein echter Geheimtipp!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-bohemian-woman_23-2149726236.jpg"},
|
||||
{
|
||||
name: "Local Shopper",
|
||||
handle: "@customer",
|
||||
testimonial: "Tolle Auswahl und immer frisches Obst und Gemüse.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-chooses-fruits-vegetables-supermarket_169016-19319.jpg",
|
||||
},
|
||||
name: "Local Shopper", handle: "@customer", testimonial: "Tolle Auswahl und immer frisches Obst und Gemüse.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-chooses-fruits-vegetables-supermarket_169016-19319.jpg"},
|
||||
{
|
||||
name: "Familienvater",
|
||||
handle: "@customer",
|
||||
testimonial: "Beste türkische Waren in Günzburg.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-buys-groceries-supermarket-with-phone-her-hands_169016-5030.jpg",
|
||||
},
|
||||
name: "Familienvater", handle: "@customer", testimonial: "Beste türkische Waren in Günzburg.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-buys-groceries-supermarket-with-phone-her-hands_169016-5030.jpg"},
|
||||
{
|
||||
name: "Sarah M.",
|
||||
handle: "@customer",
|
||||
testimonial: "Sehr freundliches Personal, komme immer gerne wieder.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-holding-fresh-vegetables-fruits-brown-bag-against-brick-wall_23-2147855408.jpg",
|
||||
},
|
||||
name: "Sarah M.", handle: "@customer", testimonial: "Sehr freundliches Personal, komme immer gerne wieder.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-holding-fresh-vegetables-fruits-brown-bag-against-brick-wall_23-2147855408.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Angebote entdecken",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Unsere Wochenangebote ansehen", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-taking-avocado_23-2148238135.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/love-shopping-close-up-shot-beautiful-dark-haired-female-smiling-camera-with-her-purchases-her-hand_651396-3879.jpg",
|
||||
alt: "Customer portrait 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/love-shopping-close-up-shot-beautiful-dark-haired-female-smiling-camera-with-her-purchases-her-hand_651396-3879.jpg", alt: "Customer portrait 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-climbing-escalator-holding-shopping-bag_23-2148339193.jpg",
|
||||
alt: "Customer portrait 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-climbing-escalator-holding-shopping-bag_23-2148339193.jpg", alt: "Customer portrait 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg",
|
||||
alt: "Customer portrait 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg", alt: "Customer portrait 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-shopping-clothes_23-2149187303.jpg",
|
||||
alt: "Customer portrait 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-shopping-clothes_23-2149187303.jpg", alt: "Customer portrait 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-looking-camera-posing_176420-3837.jpg",
|
||||
alt: "Customer portrait 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-looking-camera-posing_176420-3837.jpg", alt: "Customer portrait 5"},
|
||||
]}
|
||||
avatarText="Über 2.000+ zufriedene Kunden"
|
||||
/>
|
||||
@@ -131,10 +91,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Tradition & Frische"
|
||||
description={[
|
||||
"Bei Burak Supermarkt in Günzburg verbinden wir traditionelle Werte mit moderner Vielfalt.",
|
||||
"Unser Familienbetrieb bietet Ihnen täglich eine große Auswahl an frischen Lebensmitteln, eine hauseigene Fleischtheke und eine Bäckerei, die das Herz begehrt.",
|
||||
"Kommen Sie vorbei und erleben Sie unseren herzlichen Service!",
|
||||
]}
|
||||
"Bei Burak Supermarkt in Günzburg verbinden wir traditionelle Werte mit moderner Vielfalt.", "Unser Familienbetrieb bietet Ihnen täglich eine große Auswahl an frischen Lebensmitteln, eine hauseigene Fleischtheke und eine Bäckerei, die das Herz begehrt.", "Kommen Sie vorbei und erleben Sie unseren herzlichen Service!"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,20 +102,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Hauseigene Metzgerei",
|
||||
description: "Frisch zubereitete Fleischwaren in bester Qualität für Ihre Küche.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/racks-salmon-smoking-small-smoker_169016-37260.jpg",
|
||||
},
|
||||
title: "Hauseigene Metzgerei", description: "Frisch zubereitete Fleischwaren in bester Qualität für Ihre Küche.", imageSrc: "http://img.b2bpic.net/free-photo/racks-salmon-smoking-small-smoker_169016-37260.jpg"},
|
||||
{
|
||||
title: "Traditionelle Bäckerei",
|
||||
description: "Täglich frisches Brot und türkische Gebäckspezialitäten aus dem Ofen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-store-with-pastries_23-2148289386.jpg",
|
||||
},
|
||||
title: "Traditionelle Bäckerei", description: "Täglich frisches Brot und türkische Gebäckspezialitäten aus dem Ofen.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-store-with-pastries_23-2148289386.jpg"},
|
||||
{
|
||||
title: "Frisches Obst & Gemüse",
|
||||
description: "Tägliche Lieferung von saisonalen Produkten aus der Region und aller Welt.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-summer-fruits-grocery-stands_114579-11525.jpg",
|
||||
},
|
||||
title: "Frisches Obst & Gemüse", description: "Tägliche Lieferung von saisonalen Produkten aus der Region und aller Welt.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-summer-fruits-grocery-stands_114579-11525.jpg"},
|
||||
]}
|
||||
title="Was uns auszeichnet"
|
||||
description="Wir bieten Ihnen mehr als nur Lebensmittel. Erleben Sie Qualität und Frische bei jedem Besuch."
|
||||
@@ -173,47 +121,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Weißkäse Auswahl",
|
||||
price: "ab 4,99 €",
|
||||
variant: "Frisch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-appetizer_23-2148145190.jpg",
|
||||
},
|
||||
id: "p1", name: "Weißkäse Auswahl", price: "ab 4,99 €", variant: "Frisch", imageSrc: "http://img.b2bpic.net/free-photo/cheese-appetizer_23-2148145190.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Eingelegte Oliven",
|
||||
price: "ab 3,50 €",
|
||||
variant: "Authentisch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marinated-olives-cans-market_1398-2250.jpg",
|
||||
},
|
||||
id: "p2", name: "Eingelegte Oliven", price: "ab 3,50 €", variant: "Authentisch", imageSrc: "http://img.b2bpic.net/free-photo/marinated-olives-cans-market_1398-2250.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Orientalische Gewürze",
|
||||
price: "ab 2,99 €",
|
||||
variant: "Aromatisch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-dried-food-market-place-sideways_23-2148648930.jpg",
|
||||
},
|
||||
id: "p3", name: "Orientalische Gewürze", price: "ab 2,99 €", variant: "Aromatisch", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-dried-food-market-place-sideways_23-2148648930.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Frisches Baklava",
|
||||
price: "ab 8,99 €",
|
||||
variant: "Süß",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-delicious-sweet-snacks-banquet-table_181624-24586.jpg",
|
||||
},
|
||||
id: "p4", name: "Frisches Baklava", price: "ab 8,99 €", variant: "Süß", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-delicious-sweet-snacks-banquet-table_181624-24586.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Türkischer Schwarztee",
|
||||
price: "ab 5,49 €",
|
||||
variant: "Tee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/herbs-tea-counter_1398-3046.jpg",
|
||||
},
|
||||
id: "p5", name: "Türkischer Schwarztee", price: "ab 5,49 €", variant: "Tee", imageSrc: "http://img.b2bpic.net/free-photo/herbs-tea-counter_1398-3046.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Snack-Auswahl",
|
||||
price: "ab 1,99 €",
|
||||
variant: "Lecker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shop-client-uses-biodegradable-paper-bag_482257-81668.jpg",
|
||||
},
|
||||
id: "p6", name: "Snack-Auswahl", price: "ab 1,99 €", variant: "Lecker", imageSrc: "http://img.b2bpic.net/free-photo/shop-client-uses-biodegradable-paper-bag_482257-81668.jpg"},
|
||||
]}
|
||||
title="Unsere Spezialitäten"
|
||||
description="Entdecken Sie eine Vielfalt an authentischen Produkten für Ihren täglichen Genuss."
|
||||
@@ -227,26 +145,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "57+",
|
||||
title: "Google Rezensionen",
|
||||
description: "Begeisterte Kundenstimmen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-garage-sale_23-2150540760.jpg",
|
||||
},
|
||||
id: "m1", value: "57+", title: "Google Rezensionen", description: "Begeisterte Kundenstimmen", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-garage-sale_23-2150540760.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Frische-Garantie",
|
||||
description: "Täglich frische Ware",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-wooden-utensils_23-2149316582.jpg",
|
||||
},
|
||||
id: "m2", value: "100%", title: "Frische-Garantie", description: "Täglich frische Ware", imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-wooden-utensils_23-2149316582.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "2440+",
|
||||
title: "Facebook Fans",
|
||||
description: "Teil unserer Community",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-with-mask-slicing-fruit_23-2148763139.jpg",
|
||||
},
|
||||
id: "m3", value: "2440+", title: "Facebook Fans", description: "Teil unserer Community", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-with-mask-slicing-fruit_23-2148763139.jpg"},
|
||||
]}
|
||||
title="Wir in Günzburg"
|
||||
description="Danke für das entgegengebrachte Vertrauen unserer treuen Kunden."
|
||||
@@ -259,45 +162,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Geheimtipp",
|
||||
quote: "Der Burak Market in Günzburg ist ein echter Geheimtipp!",
|
||||
name: "Bodyguard",
|
||||
role: "Stammkunde",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
|
||||
},
|
||||
id: "t1", title: "Geheimtipp", quote: "Der Burak Market in Günzburg ist ein echter Geheimtipp!", name: "Bodyguard", role: "Stammkunde", imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Sehr empfehlenswert",
|
||||
quote: "Immer freundlich, immer frisch. Beste Wahl hier im Umkreis.",
|
||||
name: "Amko Setro",
|
||||
role: "Kunde",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-supermarket_1157-21966.jpg",
|
||||
},
|
||||
id: "t2", title: "Sehr empfehlenswert", quote: "Immer freundlich, immer frisch. Beste Wahl hier im Umkreis.", name: "Amko Setro", role: "Kunde", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-supermarket_1157-21966.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Großartige Auswahl",
|
||||
quote: "Hier finde ich immer meine Lieblingsprodukte aus der Türkei.",
|
||||
name: "Mehmet K.",
|
||||
role: "Stammkunde",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-holding-paper-bag_171337-2318.jpg",
|
||||
},
|
||||
id: "t3", title: "Großartige Auswahl", quote: "Hier finde ich immer meine Lieblingsprodukte aus der Türkei.", name: "Mehmet K.", role: "Stammkunde", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-holding-paper-bag_171337-2318.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Top Qualität",
|
||||
quote: "Besonders das Fleisch und das frische Brot sind hervorragend.",
|
||||
name: "Ayşe Y.",
|
||||
role: "Kundin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-elderly-female-gardener-wearing-gardening-hat-holding-red-peppers-isolated-olive-green-wall-with-copy-space_141793-118269.jpg",
|
||||
},
|
||||
id: "t4", title: "Top Qualität", quote: "Besonders das Fleisch und das frische Brot sind hervorragend.", name: "Ayşe Y.", role: "Kundin", imageSrc: "http://img.b2bpic.net/free-photo/smiling-elderly-female-gardener-wearing-gardening-hat-holding-red-peppers-isolated-olive-green-wall-with-copy-space_141793-118269.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Herzlicher Service",
|
||||
quote: "Das Personal nimmt sich immer Zeit und ist sehr hilfsbereit.",
|
||||
name: "Thomas W.",
|
||||
role: "Kunde",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-paper-bags_23-2147669698.jpg",
|
||||
},
|
||||
id: "t5", title: "Herzlicher Service", quote: "Das Personal nimmt sich immer Zeit und ist sehr hilfsbereit.", name: "Thomas W.", role: "Kunde", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-paper-bags_23-2147669698.jpg"},
|
||||
]}
|
||||
title="Was unsere Kunden sagen"
|
||||
description="Wir sind stolz darauf, Sie als unsere Gäste begrüßen zu dürfen."
|
||||
@@ -310,25 +183,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Wo finden Sie uns?",
|
||||
content: "Unser Markt befindet sich direkt in der Dillinger Str. 5, 89312 Günzburg.",
|
||||
},
|
||||
id: "q1", title: "Wo finden Sie uns?", content: "Unser Markt befindet sich direkt in der Dillinger Str. 5, 89312 Günzburg."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Wie sind Ihre Öffnungszeiten?",
|
||||
content: "Wir haben für Sie von Montag bis Samstag von 08:00 bis 19:00 Uhr geöffnet.",
|
||||
},
|
||||
id: "q2", title: "Wie sind Ihre Öffnungszeiten?", content: "Wir haben für Sie von Montag bis Samstag von 08:00 bis 19:00 Uhr geöffnet."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Gibt es Parkplätze?",
|
||||
content: "Ja, wir bieten kostenlose Parkplätze direkt vor unserem Supermarkt an.",
|
||||
},
|
||||
id: "q3", title: "Gibt es Parkplätze?", content: "Ja, wir bieten kostenlose Parkplätze direkt vor unserem Supermarkt an."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Bieten Sie auch Fleisch an?",
|
||||
content: "Ja, wir verfügen über eine hauseigene Fleischtheke mit frischen Qualitätsprodukten.",
|
||||
},
|
||||
id: "q4", title: "Bieten Sie auch Fleisch an?", content: "Ja, wir verfügen über eine hauseigene Fleischtheke mit frischen Qualitätsprodukten."},
|
||||
]}
|
||||
title="Häufige Fragen"
|
||||
description="Hier finden Sie die Antworten auf die wichtigsten Fragen zu unserem Supermarkt."
|
||||
@@ -340,8 +201,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kontakt"
|
||||
title="Besuchen Sie uns in Günzburg"
|
||||
description="Haben Sie Fragen oder Wünsche? Wir freuen uns, von Ihnen zu hören oder Sie persönlich im Markt begrüßen zu dürfen."
|
||||
@@ -356,49 +216,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Über uns", href: "#about"},
|
||||
{
|
||||
label: "Produkte",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Produkte", href: "#products"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Dillinger Str. 5",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dillinger Str. 5", href: "#"},
|
||||
{
|
||||
label: "89312 Günzburg",
|
||||
href: "#",
|
||||
},
|
||||
label: "89312 Günzburg", href: "#"},
|
||||
{
|
||||
label: "08221 2598877",
|
||||
href: "tel:+4982212598877",
|
||||
},
|
||||
label: "08221 2598877", href: "tel:+4982212598877"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Mo-Sa: 8:00-19:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mo-Sa: 8:00-19:00", href: "#"},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -408,4 +250,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user