Merge version_1 into main #1
@@ -87,7 +87,7 @@ export default function AboutPage() {
|
||||
title: "Note Moyenne Excellente",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg?_wi=5"
|
||||
imageAlt="Intérieur accueillant de Pizza Limouxine"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -111,28 +111,28 @@ export default function AboutPage() {
|
||||
id: 1,
|
||||
title: "Repas sur Place",
|
||||
description: "Ambiance chaleureuse et conviviale. Profitez d'une expérience culinaire agréable dans notre restaurant, parfait pour les familles et les groupes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=5",
|
||||
imageAlt: "Repas sur place",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Terrasse Accueillante",
|
||||
description: "Détendez-vous en plein air avec vue sur Limoux. Notre terrasse offre le cadre idéal pour un moment convivial avec famille ou amis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg?_wi=6",
|
||||
imageAlt: "Terrasse extérieure",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Vente à Emporter",
|
||||
description: "Pizzas fraîches prêtes à emporter. Parfait pour un repas rapide ou pour savourer à la maison. Commande rapide et efficace.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-arguing-with-customer-phone-after-arriving-destination_482257-89119.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-arguing-with-customer-phone-after-arriving-destination_482257-89119.jpg?_wi=5",
|
||||
imageAlt: "Vente à emporter",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Livraison Rapide",
|
||||
description: "Nous vous livrons directement à domicile ou au travail. Service de livraison fiable pour votre convenience, pizzas chaudes garanties.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=11",
|
||||
imageAlt: "Livraison express",
|
||||
},
|
||||
]}
|
||||
@@ -160,7 +160,7 @@ export default function AboutPage() {
|
||||
quote: "Très bonnes pizzas bien garnies et prix très raisonnables. L'atmosphère est calme et agréable. Je reviens régulièrement avec ma famille.",
|
||||
tag: "Client Régulier",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/excited-happy-dark-skinned-woman-points-herself-asks-you-mean-me-cannot-believe-she-won-prize-reacts-surprisingly-hearing-her-name-wears-casual-jacket-poses-indoor-smiles-with-opened-mouth_273609-37567.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -170,7 +170,7 @@ export default function AboutPage() {
|
||||
quote: "De bonnes pizzas maison avec pâte fine, service agréable et équipe accueillante. J'ai apprécié particulièrement l'accueil chaleureuse de l'équipe.",
|
||||
tag: "Client Satisfait",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-model-sexy-stylish-man-dressed-red-turtleneck-sweater-jeans-fashion-hipster-male-posing-near-blue-wall-studio-isolated_158538-25079.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -180,7 +180,7 @@ export default function AboutPage() {
|
||||
quote: "Super ambiance et pizzas délicieuses! Le cadre est agréable et adapté à toute la famille. C'est maintenant mon restaurant préféré à Limoux.",
|
||||
tag: "Famille",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/trendy-young-woman-looking-funny-pointing-with-her-finger_1298-565.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg?_wi=7",
|
||||
},
|
||||
]}
|
||||
className="py-20"
|
||||
|
||||
@@ -1,28 +1,56 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Mulish } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Mulish } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Pizza Limouxine | Pizzeria Artisanale Limoux",
|
||||
description: "Pizza Limouxine - Pizzeria à Limoux. Pizzas artisanales, repas sur place, livraison. 5.0/5 ⭐ Note excellente. Tél: 09 56 33 54 93",
|
||||
keywords: "pizza Limoux, pizzeria Limoux, pizza à emporter Limoux, restaurant Limoux, pizza livraison",
|
||||
metadataBase: new URL("https://pizzalimouxine.fr"),
|
||||
alternates: {
|
||||
canonical: "https://pizzalimouxine.fr",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Pizza Limouxine | Pizzeria Artisanale Limoux",
|
||||
description: "Découvrez nos pizzas artisanales à Limoux. Repas sur place, terrasse, livraison. 5.0/5 avis clients",
|
||||
url: "https://pizzalimouxine.fr",
|
||||
siteName: "Pizza Limouxine",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg",
|
||||
alt: "Pizza Limouxine - Pizzas Artisanales",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Pizza Limouxine | Pizzeria Artisanale Limoux",
|
||||
description: "Pizzas artisanales de qualité à Limoux. 5.0/5 ⭐ Livrées chaudes!",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +59,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${mulish.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +73,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -84,27 +84,27 @@ export default function MenuPage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=4",
|
||||
imageAlt: "Pizza artisanale fraîche",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg",
|
||||
"http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg?_wi=5",
|
||||
imageAlt: "Terrasse accueillante",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg",
|
||||
"http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=4",
|
||||
imageAlt: "Table de restaurant élégante",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg",
|
||||
"http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg?_wi=4",
|
||||
imageAlt: "Intérieur chaleureux de la pizzeria",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delivery-man-arguing-with-customer-phone-after-arriving-destination_482257-89119.jpg",
|
||||
"http://img.b2bpic.net/free-photo/delivery-man-arguing-with-customer-phone-after-arriving-destination_482257-89119.jpg?_wi=4",
|
||||
imageAlt: "Service de livraison rapide",
|
||||
},
|
||||
]}
|
||||
@@ -135,7 +135,7 @@ export default function MenuPage() {
|
||||
description:
|
||||
"La classique incontournable : tomate, mozzarella, basilic frais. Une pizza simple mais délicieuse, fidèle à la tradition italienne.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=5",
|
||||
imageAlt: "Pizza Margherita",
|
||||
},
|
||||
{
|
||||
@@ -144,7 +144,7 @@ export default function MenuPage() {
|
||||
description:
|
||||
"Pour les amateurs de viande : jambon, bacon, saucisse, viande hachée. Une pizza généreuse et savoureuse à base de tomate et fromage.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=6",
|
||||
imageAlt: "Pizza Carnivore",
|
||||
},
|
||||
{
|
||||
@@ -153,7 +153,7 @@ export default function MenuPage() {
|
||||
description:
|
||||
"Légumes frais de saison : poivrons, oignons, tomates, olives, champignons. Une pizza équilibrée et colorée, parfaite pour les amateurs de légumes.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=7",
|
||||
imageAlt: "Pizza Végétarienne",
|
||||
},
|
||||
]}
|
||||
@@ -179,7 +179,7 @@ export default function MenuPage() {
|
||||
description:
|
||||
"Notre création signature : andouille de Vire, chèvre frais, miel. Une combinaison unique qui ravit tous nos clients. À déguster absolument !",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=8",
|
||||
imageAlt: "Pizza Limouxine Spéciale",
|
||||
},
|
||||
{
|
||||
@@ -188,7 +188,7 @@ export default function MenuPage() {
|
||||
description:
|
||||
"Les amateurs de fromage vont adorer : mozzarella, chèvre, gorgonzola, parmesan. Un mariage délicieux de saveurs fromagères intenses.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=9",
|
||||
imageAlt: "Pizza Quattro Formaggi",
|
||||
},
|
||||
{
|
||||
@@ -197,7 +197,7 @@ export default function MenuPage() {
|
||||
description:
|
||||
"Tomates cerises, feta, olives noires, roquette. Une explosion de saveurs méditerranéennes pour une expérience culinaire mémorable.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=10",
|
||||
imageAlt: "Pizza Méditerranéenne",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -90,27 +90,27 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=1",
|
||||
imageAlt: "Pizza artisanale fraîche",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg",
|
||||
"http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg?_wi=1",
|
||||
imageAlt: "Intérieur chaleureux de la pizzeria",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg",
|
||||
"http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg?_wi=1",
|
||||
imageAlt: "Terrasse accueillante",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg",
|
||||
"http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=1",
|
||||
imageAlt: "Table de restaurant élégante",
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delivery-man-arguing-with-customer-phone-after-arriving-destination_482257-89119.jpg",
|
||||
"http://img.b2bpic.net/free-photo/delivery-man-arguing-with-customer-phone-after-arriving-destination_482257-89119.jpg?_wi=1",
|
||||
imageAlt: "Service de livraison rapide",
|
||||
},
|
||||
]}
|
||||
@@ -136,7 +136,7 @@ export default function HomePage() {
|
||||
{ value: "40+", title: "Avis Clients Satisfaits" },
|
||||
{ value: "5.0/5", title: "Note Moyenne Excellente" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg?_wi=2"
|
||||
imageAlt="Intérieur accueillant de Pizza Limouxine"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -162,7 +162,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Ambiance chaleureuse et conviviale. Profitez d'une expérience culinaire agréable dans notre restaurant, parfait pour les familles et les groupes.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg",
|
||||
"http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=2",
|
||||
imageAlt: "Repas sur place",
|
||||
},
|
||||
{
|
||||
@@ -171,7 +171,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Détendez-vous en plein air avec vue sur Limoux. Notre terrasse offre le cadre idéal pour un moment convivial avec famille ou amis.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg",
|
||||
"http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg?_wi=2",
|
||||
imageAlt: "Terrasse extérieure",
|
||||
},
|
||||
{
|
||||
@@ -180,7 +180,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Pizzas fraîches prêtes à emporter. Parfait pour un repas rapide ou pour savourer à la maison. Commande rapide et efficace.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delivery-man-arguing-with-customer-phone-after-arriving-destination_482257-89119.jpg",
|
||||
"http://img.b2bpic.net/free-photo/delivery-man-arguing-with-customer-phone-after-arriving-destination_482257-89119.jpg?_wi=2",
|
||||
imageAlt: "Vente à emporter",
|
||||
},
|
||||
{
|
||||
@@ -189,7 +189,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Nous vous livrons directement à domicile ou au travail. Service de livraison fiable pour votre convenience, pizzas chaudes garanties.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=2",
|
||||
imageAlt: "Livraison express",
|
||||
},
|
||||
]}
|
||||
@@ -220,7 +220,7 @@ export default function HomePage() {
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/excited-happy-dark-skinned-woman-points-herself-asks-you-mean-me-cannot-believe-she-won-prize-reacts-surprisingly-hearing-her-name-wears-casual-jacket-poses-indoor-smiles-with-opened-mouth_273609-37567.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg",
|
||||
"http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -233,7 +233,7 @@ export default function HomePage() {
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-smiling-model-sexy-stylish-man-dressed-red-turtleneck-sweater-jeans-fashion-hipster-male-posing-near-blue-wall-studio-isolated_158538-25079.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg",
|
||||
"http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -246,7 +246,7 @@ export default function HomePage() {
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/trendy-young-woman-looking-funny-pointing-with-her-finger_1298-565.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg",
|
||||
"http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -259,7 +259,7 @@ export default function HomePage() {
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-his-work-time-office-job_23-2149571041.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -272,7 +272,7 @@ export default function HomePage() {
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12867.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delivery-man-arguing-with-customer-phone-after-arriving-destination_482257-89119.jpg",
|
||||
"http://img.b2bpic.net/free-photo/delivery-man-arguing-with-customer-phone-after-arriving-destination_482257-89119.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -285,7 +285,7 @@ export default function HomePage() {
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg",
|
||||
"http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg?_wi=4",
|
||||
},
|
||||
]}
|
||||
className="py-20"
|
||||
|
||||
Reference in New Issue
Block a user