From f01657899d9c832478b8330336c3f3f84c213e7d Mon Sep 17 00:00:00 2001 From: Pascal GAULT Date: Thu, 3 Oct 2024 18:04:54 +0200 Subject: [PATCH] feat(page): change phone number --- src/app/(pages)/contact/page.tsx | 12 ++--- src/app/(pages)/layout.tsx | 64 +++++++++++------------ src/app/(pages)/mentions-legales/page.tsx | 12 ++--- 3 files changed, 44 insertions(+), 44 deletions(-) diff --git a/src/app/(pages)/contact/page.tsx b/src/app/(pages)/contact/page.tsx index 4989305..0e47fe7 100644 --- a/src/app/(pages)/contact/page.tsx +++ b/src/app/(pages)/contact/page.tsx @@ -1,11 +1,11 @@ -import ContactForm from '@component/ContactForm'; -import Layout from '@component/Layout'; -import { RouteLink, getCanonicalUrl } from '@lib/route'; +import ContactForm from "@component/ContactForm"; +import Layout from "@component/Layout"; +import { RouteLink, getCanonicalUrl } from "@lib/route"; export const metadata = { - title: 'Un projet web ? Parlons-en - Contactez-moi - Pascal GAULT', + title: "Un projet web ? Parlons-en - Contactez-moi - Pascal GAULT", description: - 'Vous avez une idée de projet web et vous souhaitez me consulter pour que l’on puisse y réfléchir ensemble ? N'hésitez pas à me contact au 06 51 89 89 17.', + "Vous avez une idée de projet web et vous souhaitez me consulter pour que l’on puisse y réfléchir ensemble ? N'hésitez pas à me contact au 06 82 96 38 89.", alternates: { canonical: getCanonicalUrl(RouteLink.contact), }, @@ -48,7 +48,7 @@ export default function Contact() {

- 06 51 89 89 17 + 06 82 96 38 39
du lundi au samedi de 10h à 19h
diff --git a/src/app/(pages)/layout.tsx b/src/app/(pages)/layout.tsx index 500e32e..c2dca12 100644 --- a/src/app/(pages)/layout.tsx +++ b/src/app/(pages)/layout.tsx @@ -1,62 +1,62 @@ -import { ReactNode } from 'react'; +import { ReactNode } from "react"; -import Footer from '@layout/Footer'; +import Footer from "@layout/Footer"; -import './globals.css'; +import "./globals.css"; export async function generateMetadata() { return { openGraph: { - type: 'website', - locale: 'fr-FR', - url: 'https://www.inrage.fr', - site_name: 'inRage', + type: "website", + locale: "fr-FR", + url: "https://www.inrage.fr", + site_name: "inRage", images: [ { - url: 'https://www.inrage.fr/images/screenshot.png', + url: "https://www.inrage.fr/images/screenshot.png", width: 1200, height: 900, - alt: 'inRage', - type: 'image/png', + alt: "inRage", + type: "image/png", }, ], }, twitter: { - card: 'summary_large_image', - creator: '@akiletour', - site: '@akiletour', + card: "summary_large_image", + creator: "@akiletour", + site: "@akiletour", }, }; } export default function RootLayout({ children }: { children: ReactNode }) { const jsonLd = { - organizationType: 'Corporation', - id: 'https://www.inrage.fr/#corporation', - logo: 'https://i1.wp.com/www.inrage.fr/wp-content/uploads/2019/12/logo-inrage.png?fit=150%2C56&ssl=1', - legalName: 'inRage SARL', - name: 'inRage', + organizationType: "Corporation", + id: "https://www.inrage.fr/#corporation", + logo: "https://i1.wp.com/www.inrage.fr/wp-content/uploads/2019/12/logo-inrage.png?fit=150%2C56&ssl=1", + legalName: "inRage SARL", + name: "inRage", address: { - streetAddress: '10 rue Jean Perrin', - addressLocality: 'La Rochelle', - addressRegion: 'Charente Maritime', - postalCode: '17000', - addressCountry: 'FR', + streetAddress: "10 rue Jean Perrin", + addressLocality: "La Rochelle", + addressRegion: "Charente Maritime", + postalCode: "17000", + addressCountry: "FR", }, contactPoints: [ { - telephone: '+33 (0)6 51 89 89 17', - contactType: 'Pascal GAULT', - areaServed: 'FR', - availableLanguage: 'French', + telephone: "+33 (0)6 82 96 38 39", + contactType: "Pascal GAULT", + areaServed: "FR", + availableLanguage: "French", }, ], - url: 'https://www.inrage.fr', + url: "https://www.inrage.fr", sameAs: [ - 'https://www.facebook.com/inragefr/', - 'https://www.instagram.com/akiletour/', - 'https://www.linkedin.com/in/akiletour/', - 'https://twitter.com/akiletour', + "https://www.facebook.com/inragefr/", + "https://www.instagram.com/akiletour/", + "https://www.linkedin.com/in/akiletour/", + "https://twitter.com/akiletour", ], }; return ( diff --git a/src/app/(pages)/mentions-legales/page.tsx b/src/app/(pages)/mentions-legales/page.tsx index 0e412d6..e0ce7e2 100644 --- a/src/app/(pages)/mentions-legales/page.tsx +++ b/src/app/(pages)/mentions-legales/page.tsx @@ -1,8 +1,8 @@ -import Layout from '@component/Layout'; -import { RouteLink, getCanonicalUrl } from '@lib/route'; +import Layout from "@component/Layout"; +import { RouteLink, getCanonicalUrl } from "@lib/route"; export const metadata = { - title: 'Mentions légales - inRage', + title: "Mentions légales - inRage", alternates: { canonical: getCanonicalUrl(RouteLink.legals), }, @@ -10,7 +10,7 @@ export const metadata = { const LegalTitle = ({ children }: { children: string }) => { return ( -

{children}

+

{children}

); }; @@ -28,7 +28,7 @@ export default function Legals() {
Courriel : contact(at)inrage.fr
- Tél : +33 (0)6 51 89 89 17 + Tél : +33 (0)6 82 96 38 39

@@ -87,7 +87,7 @@ export default function Legals() { www.vercel.com