Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import ContactPage from "@/screens/marketing/contact";

export const metadata = constructMetadata({
title: "Contactez notre agence web pour votre projet digital",
description: "Besoin d'une agence web pour votre projet ? Contactez notre équipe d'experts en développement et design pour transformer votre vision en réalité digitale.",
description: "Vous avez un projet web ? Contactez notre équipe experte en développement et design pour concrétiser votre vision digitale sur mesure.",
canonical: "https://onruntime.com/contact"
});

export default ContactPage;