Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -49,21 +49,21 @@ export default function AboutPage() {
|
||||
id: 1,
|
||||
title: "Innovation Locale",
|
||||
description: "Nous avons développé une solution technologique pensée pour les réalités du Maroc, combinant transport et commerce dans un seul écosystème.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_23-2148595349.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_23-2148595349.jpg?_wi=3",
|
||||
imageAlt: "Innovation and technology",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Partenariats Durables",
|
||||
description: "Nous travaillons directement avec les transporteurs locaux et les producteurs bio pour garantir qualité et équité.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-oil-dropper_23-2149016643.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-oil-dropper_23-2149016643.jpg?_wi=2",
|
||||
imageAlt: "Partnership and trust",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Engagement Social",
|
||||
description: "Notre objectif est de créer des opportunités d'emploi et d'améliorer l'accès aux services pour tous les Marocains.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bowl-filled-with-honey-table_23-2148372004.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bowl-filled-with-honey-table_23-2148372004.jpg?_wi=2",
|
||||
imageAlt: "Social responsibility",
|
||||
},
|
||||
]}
|
||||
@@ -88,7 +88,7 @@ export default function AboutPage() {
|
||||
handle: "Co-fondatrice & CEO",
|
||||
testimonial: "Avec 10 ans d'expérience en e-commerce et mobilité urbaine, je dirige Transmaroc pour révolutionner le secteur.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg?_wi=2",
|
||||
imageAlt: "Fatima Bennani",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function AboutPage() {
|
||||
handle: "Co-fondateur & CTO",
|
||||
testimonial: "Ingénieur passionné par les solutions scalables, je construis l'infrastructure technologique de Transmaroc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg?_wi=2",
|
||||
imageAlt: "Mohammed El Alami",
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@ export default function AboutPage() {
|
||||
handle: "Responsable Produits",
|
||||
testimonial: "J'assure que chaque produit dans notre marketplace respecte les plus hauts standards de qualité et d'authenticité.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-with-clipboard-taking-selfie-city_23-2148767023.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-with-clipboard-taking-selfie-city_23-2148767023.jpg?_wi=2",
|
||||
imageAlt: "Leila Houari",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -49,21 +49,21 @@ export default function ContactPage() {
|
||||
id: 1,
|
||||
title: "Support par Email",
|
||||
description: "Envoyez vos demandes à support@transmaroc.ma. Nous répondons dans les 2 heures en heures de bureau.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/onboarding-app-concept-online-purchase_23-2148415352.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/onboarding-app-concept-online-purchase_23-2148415352.jpg?_wi=2",
|
||||
imageAlt: "Email support",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Chat en Ligne",
|
||||
description: "Disponible sur notre plateforme 24/7. Les agents se tiennent prêts pour résoudre vos problèmes instantanément.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/empty-airport-with-luggage-cancelled-flight_23-2148574328.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/empty-airport-with-luggage-cancelled-flight_23-2148574328.jpg?_wi=3",
|
||||
imageAlt: "Live chat support",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "WhatsApp Direct",
|
||||
description: "Contactez-nous sur WhatsApp au +212 612 345 678. Notre équipe répond rapidement à tous les messages.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-oil-dropper_23-2149016643.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-oil-dropper_23-2149016643.jpg?_wi=3",
|
||||
imageAlt: "WhatsApp contact",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,29 +1,67 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } 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 { Manrope } from "next/font/google";
|
||||
import { DM_Sans } 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 manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Transmaroc - Transport & Produits Naturels",
|
||||
description: "Réservez votre transport au Maroc et découvrez nos produits naturels premium. Paiement sécurisé, suivi en temps réel, livraison garantie.",
|
||||
keywords: "transport Maroc, réservation bus, taxis, produits naturels, miel, argan, dattes, Medjool, marketplace, livraison",
|
||||
metadataBase: new URL("https://transmaroc.ma"),
|
||||
alternates: {
|
||||
canonical: "https://transmaroc.ma",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Transmaroc - Transport & Produits Naturels au Maroc",
|
||||
description: "Plateforme complète pour voyager et acheter les meilleurs produits marocains en ligne.",
|
||||
url: "https://transmaroc.ma",
|
||||
siteName: "Transmaroc",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://transmaroc.ma/og-image.jpg",
|
||||
alt: "Transmaroc platform",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Transmaroc - Transport & Marketplace",
|
||||
description: "Réservez votre transport et achetez les meilleurs produits naturels marocains.",
|
||||
images: ["https://transmaroc.ma/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -32,7 +70,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -44,4 +84,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -61,7 +61,7 @@ export default function HomePage() {
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delivery-man-making-ok-sign_1368-6388.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delivery-man-making-ok-sign_1368-6388.jpg?_wi=1"
|
||||
imageAlt="Transport booking platform Morocco"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -81,21 +81,21 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Réservation Facile",
|
||||
description: "Réservez votre transport en quelques clics. Horaires actualisés et tarifs transparents.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_23-2148595349.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_23-2148595349.jpg?_wi=1",
|
||||
imageAlt: "Easy booking interface",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Paiement Sécurisé",
|
||||
description: "Payez en ligne ou à la livraison. Vos données sont totalement protégées.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/onboarding-app-concept-online-purchase_23-2148415352.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/onboarding-app-concept-online-purchase_23-2148415352.jpg?_wi=1",
|
||||
imageAlt: "Secure payment gateway",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Suivi en Temps Réel",
|
||||
description: "Suivez votre transport en direct. Notifications instantanées des mises à jour.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/empty-airport-with-luggage-cancelled-flight_23-2148574328.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/empty-airport-with-luggage-cancelled-flight_23-2148574328.jpg?_wi=1",
|
||||
imageAlt: "Real-time tracking system",
|
||||
},
|
||||
]}
|
||||
@@ -118,14 +118,14 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Miel Naturel Pur",
|
||||
price: "120 DH",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bowl-filled-with-honey-table_23-2148372004.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bowl-filled-with-honey-table_23-2148372004.jpg?_wi=1",
|
||||
imageAlt: "Pure natural honey",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Huile d'Argan Premium",
|
||||
price: "150 DH",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-oil-dropper_23-2149016643.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-oil-dropper_23-2149016643.jpg?_wi=1",
|
||||
imageAlt: "Premium argan oil",
|
||||
},
|
||||
{
|
||||
@@ -270,7 +270,7 @@ export default function HomePage() {
|
||||
handle: "@fatimab_maroc",
|
||||
testimonial: "Transmaroc a transformé ma façon de voyager. Réservation simple, paiement sécurisé, et le service est impeccable. Je la recommande vivement!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg?_wi=1",
|
||||
imageAlt: "Fatima Bennani",
|
||||
},
|
||||
{
|
||||
@@ -279,7 +279,7 @@ export default function HomePage() {
|
||||
handle: "@m_alami",
|
||||
testimonial: "Excellent plateforme pour les trajets réguliers. Les prix sont justes et le suivi en temps réel est très utile.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg?_wi=1",
|
||||
imageAlt: "Mohammed El Alami",
|
||||
},
|
||||
{
|
||||
@@ -288,7 +288,7 @@ export default function HomePage() {
|
||||
handle: "@leila_h",
|
||||
testimonial: "Les produits naturels sont authentiques et de très bonne qualité. Livraison rapide et service client responsif.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-with-clipboard-taking-selfie-city_23-2148767023.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-with-clipboard-taking-selfie-city_23-2148767023.jpg?_wi=1",
|
||||
imageAlt: "Leila Houari",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -48,21 +48,21 @@ export default function ServicesPage() {
|
||||
id: 1,
|
||||
title: "Transport Urbain",
|
||||
description: "Naviguez facilement dans les villes marocaines. Buses, taxis et minibus disponibles avec horaires réguliers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_23-2148595349.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_23-2148595349.jpg?_wi=2",
|
||||
imageAlt: "Urban transport services",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Transport Inter-urbain",
|
||||
description: "Voyagez confortablement entre les villes. Sièges spacieux, climatisation et trajets réguliers garantis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/empty-airport-with-luggage-cancelled-flight_23-2148574328.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/empty-airport-with-luggage-cancelled-flight_23-2148574328.jpg?_wi=2",
|
||||
imageAlt: "Inter-city transport",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Livraison Express",
|
||||
description: "Envoyez vos colis en toute sécurité. Tracking en temps réel et assurance complète incluse.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-making-ok-sign_1368-6388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-making-ok-sign_1368-6388.jpg?_wi=2",
|
||||
imageAlt: "Express delivery service",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user