Merge version_1 into main #1
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Roboto } 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 { Roboto } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto",
|
||||
@@ -20,6 +24,39 @@ const roboto = Roboto({
|
||||
weight: ["100", "300", "400", "500", "700", "900"]
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Mon Web Pyrénées - Site Web Professionnel 48h",
|
||||
description: "Créez votre site vitrine professionnel en 48h. Hébergement, domaine et support inclus. Contactez l'agence web des Pyrénées.",
|
||||
keywords: "site web professionnel, création site Pyrénées, agence web, site vitrine, hébergement inclus",
|
||||
metadataBase: new URL("https://monwebpyrenees.fr"),
|
||||
alternates: {
|
||||
canonical: "https://monwebpyrenees.fr",
|
||||
},
|
||||
openGraph: {
|
||||
siteName: "Mon Web Pyrénées",
|
||||
title: "Mon Web Pyrénées - Votre vitrine sur internet",
|
||||
description: "Création de sites web professionnels pour les commerces et entreprises des Pyrénées",
|
||||
url: "https://monwebpyrenees.fr",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/beautiful-shot-grassy-field-with-yellow-green-trees-hill-with-mountain-blue-sky_181624-4186.jpg",
|
||||
alt: "Mon Web Pyrénées - Site professionnel",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Mon Web Pyrénées",
|
||||
description: "Votre vitrine sur internet",
|
||||
images: ["http://img.b2bpic.net/free-photo/beautiful-shot-grassy-field-with-yellow-green-trees-hill-with-mountain-blue-sky_181624-4186.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +65,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${roboto.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -104,28 +104,28 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Site livré en 48h",
|
||||
description: "Création rapide et efficace de votre site vitrine professionnel",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/people-creating-together-new-app-laptop_23-2148683052.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/people-creating-together-new-app-laptop_23-2148683052.jpg?_wi=1",
|
||||
imageAlt: "web design process workflow"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Hébergement inclus",
|
||||
description: "Domaine, hébergement web et certificat SSL inclus dans nos offres",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg?_wi=1",
|
||||
imageAlt: "website maintenance support concept"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Responsive mobile",
|
||||
description: "Votre site s'adapte parfaitement à tous les appareils et écrans",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/people-creating-together-new-app-laptop_23-2148683052.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/people-creating-together-new-app-laptop_23-2148683052.jpg?_wi=2",
|
||||
imageAlt: "responsive design icon"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Support 7j/7",
|
||||
description: "Une équipe disponible pour vous aider et vous conseiller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg?_wi=2",
|
||||
imageAlt: "support team icon"
|
||||
}
|
||||
]}
|
||||
@@ -154,7 +154,7 @@ export default function HomePage() {
|
||||
price: "À partir de 200€",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/people-creating-together-new-app-laptop_23-2148683052.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/people-creating-together-new-app-laptop_23-2148683052.jpg?_wi=3",
|
||||
imageAlt: "Création de site web"
|
||||
},
|
||||
{
|
||||
@@ -164,7 +164,7 @@ export default function HomePage() {
|
||||
price: "21€/mois",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg?_wi=3",
|
||||
imageAlt: "Maintenance de site"
|
||||
},
|
||||
{
|
||||
@@ -174,7 +174,7 @@ export default function HomePage() {
|
||||
price: "Inclus",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg?_wi=4",
|
||||
imageAlt: "Support technique"
|
||||
}
|
||||
]}
|
||||
@@ -260,7 +260,7 @@ export default function HomePage() {
|
||||
role: "Propriétaire",
|
||||
company: "Boutique de Mode",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=1",
|
||||
imageAlt: "professional business person portrait"
|
||||
},
|
||||
{
|
||||
@@ -269,7 +269,7 @@ export default function HomePage() {
|
||||
role: "Gérant",
|
||||
company: "Restaurant Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-16182.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-16182.jpg?_wi=1",
|
||||
imageAlt: "successful business woman portrait"
|
||||
},
|
||||
{
|
||||
@@ -278,7 +278,7 @@ export default function HomePage() {
|
||||
role: "Directrice",
|
||||
company: "Cabinet de Conseil",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=2",
|
||||
imageAlt: "business man professional portrait"
|
||||
},
|
||||
{
|
||||
@@ -296,7 +296,7 @@ export default function HomePage() {
|
||||
role: "Présidente",
|
||||
company: "PME Locale",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=3",
|
||||
imageAlt: "professional business person portrait"
|
||||
},
|
||||
{
|
||||
@@ -305,7 +305,7 @@ export default function HomePage() {
|
||||
role: "Directeur",
|
||||
company: "Entreprise Artisanale",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-16182.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-16182.jpg?_wi=2",
|
||||
imageAlt: "successful business woman portrait"
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -58,28 +58,28 @@ export default function ServicesPage() {
|
||||
id: 1,
|
||||
title: "Création de Site Vitrine",
|
||||
description: "Nous créons votre site professionnel en 48h avec design moderne, hébergement inclus et domaine personnalisé. Votre présence en ligne démarre immédiatement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/people-creating-together-new-app-laptop_23-2148683052.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/people-creating-together-new-app-laptop_23-2148683052.jpg?_wi=4",
|
||||
imageAlt: "web design process workflow"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Hébergement Web et Domaine",
|
||||
description: "Domaine, hébergement sécurisé et certificat SSL automatiquement inclus. Pas de coûts cachés. Infrastructure fiable et performante pour votre site.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg?_wi=5",
|
||||
imageAlt: "website maintenance support concept"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Design Responsive Mobile-First",
|
||||
description: "Tous nos sites s'adaptent parfaitement à tous les appareils. Votre site fonctionnera impeccablement sur téléphones, tablettes et ordinateurs de bureau.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/people-creating-together-new-app-laptop_23-2148683052.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/people-creating-together-new-app-laptop_23-2148683052.jpg?_wi=5",
|
||||
imageAlt: "responsive design"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Support Client Disponible 7j/7",
|
||||
description: "Notre équipe est toujours là pour vous. Questions, modifications, problèmes techniques - nous répondons rapidement et professionnellement tous les jours.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg?_wi=6",
|
||||
imageAlt: "support team"
|
||||
}
|
||||
]}
|
||||
@@ -108,7 +108,7 @@ export default function ServicesPage() {
|
||||
price: "21€/mois",
|
||||
rating: 5,
|
||||
reviewCount: "28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg?_wi=7",
|
||||
imageAlt: "Basic maintenance package"
|
||||
},
|
||||
{
|
||||
@@ -118,7 +118,7 @@ export default function ServicesPage() {
|
||||
price: "49€/mois",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/people-creating-together-new-app-laptop_23-2148683052.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/people-creating-together-new-app-laptop_23-2148683052.jpg?_wi=6",
|
||||
imageAlt: "Advanced maintenance package"
|
||||
},
|
||||
{
|
||||
@@ -128,7 +128,7 @@ export default function ServicesPage() {
|
||||
price: "99€/mois",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-working_23-2147577285.jpg?_wi=8",
|
||||
imageAlt: "Premium support package"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user