diff --git a/src/app/page.tsx b/src/app/page.tsx index 83659e0..322a85d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,95 +31,43 @@ export default function LandingPage() {
@@ -130,16 +78,10 @@ export default function LandingPage() { title="L'Innovation au cœur d'O2 Move" description="Fondée sur l'excellence technique, O2 Move accompagne les entreprises dans leur transformation numérique. Que vous ayez besoin d'un site marchand performant ou d'une infrastructure informatique solide, nous avons la solution." metrics={[ - { - value: "100+", - title: "Projets livrés", - }, - { - value: "98%", - title: "Client satisfait", - }, + { value: "100+", title: "Projets livrés" }, + { value: "98%", title: "Client satisfait" } ]} - imageSrc="http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167413.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167413.jpg" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -152,20 +94,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Expertise E-commerce", - description: "Création de boutiques en ligne performantes et sécurisées.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-trails-blue-lights_23-2147785864.jpg?_wi=1", + title: "Expertise E-commerce", description: "Création de boutiques en ligne performantes et sécurisées.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-trails-blue-lights_23-2147785864.jpg" }, { - title: "Infrastructure IT", - description: "Gestion, maintenance et sécurisation de vos parcs informatiques.", - imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-banner-background-remixed-from-public-domain-by-nasa_53876-104239.jpg?_wi=1", + title: "Infrastructure IT", description: "Gestion, maintenance et sécurisation de vos parcs informatiques.", imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-banner-background-remixed-from-public-domain-by-nasa_53876-104239.jpg" }, { - title: "Développement sur mesure", - description: "Solutions logicielles et applications adaptées à vos besoins.", - imageSrc: "http://img.b2bpic.net/free-photo/programming-background-collage_23-2149901778.jpg?_wi=1", - }, + title: "Développement sur mesure", description: "Solutions logicielles et applications adaptées à vos besoins.", imageSrc: "http://img.b2bpic.net/free-photo/programming-background-collage_23-2149901778.jpg" + } ]} title="Nos Services" description="Des solutions pensées pour votre croissance numérique." @@ -179,48 +115,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Gadget Tech Pro", - price: "199€", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736818.jpg", - }, - { - id: "2", - name: "Routeur Wi-Fi 6", - price: "129€", - variant: "Réseau", - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-writing-clipboard-medium-shot_23-2148323435.jpg", - }, - { - id: "3", - name: "Tablette Business", - price: "450€", - variant: "Gestion", - imageSrc: "http://img.b2bpic.net/free-photo/few-electronic-devices-displayed-grey-background-smart-phone-pad-calculator-all-digital-except-pen-scene-workplace_1372-24.jpg", - }, - { - id: "4", - name: "Micro Studio Pro", - price: "89€", - variant: "Audio", - imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105546.jpg", - }, - { - id: "5", - name: "Clavier Ergonomique", - price: "149€", - variant: "Accessoire", - imageSrc: "http://img.b2bpic.net/free-photo/composition-with-laptop-notepad_23-2147982595.jpg", - }, - { - id: "6", - name: "Housse Protection", - price: "49€", - variant: "Protection", - imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-her-laptop-inside-her-purse_23-2148777575.jpg", - }, + { id: "1", name: "Gadget Tech Pro", price: "199€", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736818.jpg" }, + { id: "2", name: "Routeur Wi-Fi 6", price: "129€", variant: "Réseau", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-writing-clipboard-medium-shot_23-2148323435.jpg" }, + { id: "3", name: "Tablette Business", price: "450€", variant: "Gestion", imageSrc: "http://img.b2bpic.net/free-photo/few-electronic-devices-displayed-grey-background-smart-phone-pad-calculator-all-digital-except-pen-scene-workplace_1372-24.jpg" }, + { id: "4", name: "Micro Studio Pro", price: "89€", variant: "Audio", imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105546.jpg" }, + { id: "5", name: "Clavier Ergonomique", price: "149€", variant: "Accessoire", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-laptop-notepad_23-2147982595.jpg" }, + { id: "6", name: "Housse Protection", price: "49€", variant: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-her-laptop-inside-her-purse_23-2148777575.jpg" } ]} title="Sélection High-Tech" description="Retrouvez nos produits informatiques incontournables." @@ -233,33 +133,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "15+", - title: "Années d'expérience", - items: [ - "Expertise technique", - "Veille technologique", - ], - }, - { - id: "m2", - value: "24/7", - title: "Support IT", - items: [ - "Disponibilité maximale", - "Intervention rapide", - ], - }, - { - id: "m3", - value: "100%", - title: "Qualité", - items: [ - "Standards élevés", - "Fiabilité garantie", - ], - }, + { id: "m1", value: "15+", title: "Années d'expérience", items: ["Expertise technique", "Veille technologique"] }, + { id: "m2", value: "24/7", title: "Support IT", items: ["Disponibilité maximale", "Intervention rapide"] }, + { id: "m3", value: "100%", title: "Qualité", items: ["Standards élevés", "Fiabilité garantie"] } ]} title="Nos Performances" description="Des chiffres qui témoignent de notre engagement." @@ -271,61 +147,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Jean Dupont", - date: "2023", - title: "PDG", - quote: "Un service IT irréprochable.", - tag: "Satisfait", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-guy-classic-black-shirt-with-arms-crossed_146671-13946.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/keyboard-mouse-table_93675-129663.jpg?_wi=2", - imageAlt: "business person portrait smile", - }, - { - id: "2", - name: "Marie Curie", - date: "2023", - title: "Dirigeante", - quote: "Notre boutique e-commerce explose les ventes.", - tag: "Excellent", - avatarSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167413.jpg?_wi=2", - imageAlt: "business person portrait smile", - }, - { - id: "3", - name: "Thomas V.", - date: "2024", - title: "CTO", - quote: "O2 Move est un partenaire clé.", - tag: "Pro", - avatarSrc: "http://img.b2bpic.net/free-photo/serious-focused-freelancer-using-laptop_1262-18611.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-trails-blue-lights_23-2147785864.jpg?_wi=2", - imageAlt: "business person portrait smile", - }, - { - id: "4", - name: "Sophie M.", - date: "2024", - title: "Manager", - quote: "Support ultra réactif.", - tag: "Recommandé", - avatarSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-banner-background-remixed-from-public-domain-by-nasa_53876-104239.jpg?_wi=2", - imageAlt: "business person portrait smile", - }, - { - id: "5", - name: "Marc B.", - date: "2024", - title: "Consultant", - quote: "Solutions informatiques top niveau.", - tag: "Top", - avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/programming-background-collage_23-2149901778.jpg?_wi=2", - imageAlt: "business person portrait smile", - }, + { id: "1", name: "Jean Dupont", date: "2023", title: "PDG", quote: "Un service IT irréprochable.", tag: "Satisfait", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-guy-classic-black-shirt-with-arms-crossed_146671-13946.jpg", imageSrc: "http://img.b2bpic.net/free-photo/keyboard-mouse-table_93675-129663.jpg" }, + { id: "2", name: "Marie Curie", date: "2023", title: "Dirigeante", quote: "Notre boutique e-commerce explose les ventes.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167413.jpg" }, + { id: "3", name: "Thomas V.", date: "2024", title: "CTO", quote: "O2 Move est un partenaire clé.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/serious-focused-freelancer-using-laptop_1262-18611.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-trails-blue-lights_23-2147785864.jpg" }, + { id: "4", name: "Sophie M.", date: "2024", title: "Manager", quote: "Support ultra réactif.", tag: "Recommandé", avatarSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-warehouse_107420-96550.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-banner-background-remixed-from-public-domain-by-nasa_53876-104239.jpg" }, + { id: "5", name: "Marc B.", date: "2024", title: "Consultant", quote: "Solutions informatiques top niveau.", tag: "Top", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageSrc: "http://img.b2bpic.net/free-photo/programming-background-collage_23-2149901778.jpg" } ]} title="Avis Clients" description="La satisfaction de nos partenaires est notre priorité." @@ -337,21 +163,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Comment vous contacter ?", - content: "Vous pouvez nous appeler directement au 0671107876.", - }, - { - id: "f2", - title: "Quels sont vos services IT ?", - content: "Maintenance, cybersécurité, cloud et développement.", - }, - { - id: "f3", - title: "Proposez-vous du e-commerce ?", - content: "Oui, nous créons des sites marchands de A à Z.", - }, + { id: "f1", title: "Comment vous contacter ?", content: "Vous pouvez nous appeler directement au 0671107876." }, + { id: "f2", title: "Quels sont vos services IT ?", content: "Maintenance, cybersécurité, cloud et développement." }, + { id: "f3", title: "Proposez-vous du e-commerce ?", content: "Oui, nous créons des sites marchands de A à Z." } ]} title="Questions Fréquentes" description="Besoin d'éclaircissements ? Nous répondons à vos interrogations." @@ -362,46 +176,17 @@ export default function LandingPage() {