{"id":529,"date":"2018-02-15T02:55:30","date_gmt":"2018-02-15T07:55:30","guid":{"rendered":"http:\/\/sw-themes.com\/porto_dummy\/?page_id=529"},"modified":"2026-04-15T08:15:07","modified_gmt":"2026-04-15T12:15:07","slug":"about","status":"publish","type":"page","link":"https:\/\/tradafrik.com\/id\/about\/","title":{"rendered":"About Us"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"529\" class=\"elementor elementor-529\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ca129ba elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"ca129ba\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-abd7353\" data-id=\"abd7353\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f2800a0 elementor-widget elementor-widget-html\" data-id=\"f2800a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\/* --- VARIABLES DE COULEURS (N'h\u00e9sitez pas \u00e0 les ajuster ici) --- *\/\r\n:root {\r\n    --tradafrik-primary: #1a365d; \/* Bleu sombre \u00e9l\u00e9gant - Couleur principale *\/\r\n    --tradafrik-accent: #f59e0b;  \/* Touche dor\u00e9e\/orange - Couleur secondaire *\/\r\n    --tradafrik-text: #2d3748;    \/* Couleur du texte principal (un peu plus fonc\u00e9 pour lisibilit\u00e9) *\/\r\n    --tradafrik-bg-card: #ffffff; \/* Fond des cartes *\/\r\n}\r\n\r\n\/* --- D\u00c9FINITIONS DES ANIMATIONS KEYFRAMES --- *\/\r\n\/* Animation d'apparition s\u00e9quentielle (Fade In Up) *\/\r\n@keyframes fadeInUpTradafrik {\r\n    from {\r\n        opacity: 0;\r\n        transform: translate3d(0, 40px, 0);\r\n    }\r\n    to {\r\n        opacity: 1;\r\n        transform: translate3d(0, 0, 0);\r\n    }\r\n}\r\n\r\n\/* Animation de pulsation douce continue *\/\r\n@keyframes pulseTradafrik {\r\n    0% { transform: scale(1); }\r\n    50% { transform: scale(1.1); opacity: 0.9; }\r\n    100% { transform: scale(1); }\r\n}\r\n\r\n\/* --- STYLES GLOBAUX --- *\/\r\n.tradafrik-about-container {\r\n    font-family: 'Inter', 'Segoe UI', Helvetica, sans-serif;\r\n    max-width: 1200px; \/* L\u00e9g\u00e8rement plus large pour les gros textes *\/\r\n    margin: 0 auto;\r\n    padding: 60px 20px;\r\n    color: var(--tradafrik-text);\r\n    line-height: 1.8; \/* Espacement de ligne accru pour lisibilit\u00e9 *\/\r\n}\r\n\r\n\/* --- SECTION INTRODUCTION --- *\/\r\n.tradafrik-intro {\r\n    text-align: center;\r\n    margin-bottom: 80px;\r\n}\r\n\r\n\/* Titre principal - BEAUCOUP PLUS GRAND *\/\r\n.tradafrik-intro h2 {\r\n    color: var(--tradafrik-primary);\r\n    font-size: 14rem; \/* Taille massive pour impact *\/\r\n    font-weight: 800;\r\n    margin-bottom: 35px;\r\n    position: relative;\r\n    display: inline-block;\r\n    letter-spacing: -2px; \/* Look moderne *\/\r\n    opacity: 0; \/* Pour l'animation d'entr\u00e9e *\/\r\n    animation: fadeInUpTradafrik 0.8s ease-out forwards;\r\n}\r\n\r\n\/* Ligne d'accentuation sous le titre *\/\r\n.tradafrik-intro h2::after {\r\n    content: '';\r\n    width: 90px;\r\n    height: 6px; \/* Plus \u00e9paisse *\/\r\n    background-color: var(--tradafrik-accent);\r\n    position: absolute;\r\n    bottom: -15px;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    border-radius: 3px;\r\n}\r\n\r\n\/* Paragraphes d'introduction - PLUS GRANDS *\/\r\n.tradafrik-intro p {\r\n    font-size: 2rem; \/* Taille de lecture accrue *\/\r\n    margin-bottom: 25px;\r\n    max-width: 950px;\r\n    margin-left: auto;\r\n    margin-right: auto;\r\n    opacity: 0; \/* Pour l'animation d'entr\u00e9e *\/\r\n}\r\n\r\n\/* D\u00e9lais d'animation pour les paragraphes *\/\r\n.tradafrik-intro p:nth-child(2) { animation: fadeInUpTradafrik 0.8s ease-out 0.2s forwards; }\r\n.tradafrik-intro p:nth-child(3) { animation: fadeInUpTradafrik 0.8s ease-out 0.3s forwards; }\r\n.tradafrik-intro p:nth-child(4) { animation: fadeInUpTradafrik 0.8s ease-out 0.4s forwards; }\r\n.tradafrik-intro p:nth-child(5) { animation: fadeInUpTradafrik 0.8s ease-out 0.5s forwards; }\r\n\r\n\/* Texte de mise en \u00e9vidence (Highlight) - PLUS GRAND ET AUDACIEUX *\/\r\n.tradafrik-highlight {\r\n    font-size: 2rem; \/* Plus grand *\/\r\n    font-weight: 700;\r\n    color: var(--tradafrik-primary);\r\n    margin-top: 40px;\r\n    font-style: italic;\r\n    letter-spacing: -0.5px;\r\n    opacity: 0; \/* Pour l'animation d'entr\u00e9e *\/\r\n    animation: fadeInUpTradafrik 0.8s ease-out 0.6s forwards;\r\n}\r\n\r\n\/* --- GRILLE CARTES MISSION & VISION --- *\/\r\n.tradafrik-card-grid {\r\n    display: flex;\r\n    gap: 50px; \/* Plus d'espace entre les cartes *\/\r\n    justify-content: center;\r\n    flex-wrap: wrap;\r\n}\r\n\r\n\/* Style commun des cartes *\/\r\n.tradafrik-card-item {\r\n    background-color: var(--tradafrik-bg-card);\r\n    border-radius: 20px; \/* Plus de rondeur *\/\r\n    padding: 50px; \/* Plus d'espace int\u00e9rieur *\/\r\n    flex: 1;\r\n    min-width: 350px;\r\n    max-width: 550px;\r\n    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); \/* Ombre plus douce *\/\r\n    border-top: 6px solid var(--tradafrik-primary); \/* Bordure plus \u00e9paisse *\/\r\n    transition: transform 0.4s ease, box-shadow 0.4s ease;\r\n    text-align: center;\r\n    opacity: 0; \/* Pour l'animation d'entr\u00e9e *\/\r\n}\r\n\r\n\/* D\u00e9lais d'animation pour les cartes *\/\r\n.tradafrik-card-item:nth-child(1) { animation: fadeInUpTradafrik 0.8s ease-out 0.8s forwards; }\r\n.tradafrik-card-item:nth-child(2) { animation: fadeInUpTradafrik 0.8s ease-out 1.0s forwards; }\r\n\r\n\/* Effet de survol renforc\u00e9 *\/\r\n.tradafrik-card-item:hover {\r\n    transform: translateY(-12px);\r\n    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15); \/* Ombre plus profonde au survol *\/\r\n}\r\n\r\n\/* Style des ic\u00f4nes Emojis - PLUS GRANDS ET ANIM\u00c9S *\/\r\n.tradafrik-card-icon {\r\n    font-size: 3.5rem; \/* Plus grand *\/\r\n    margin-bottom: 25px;\r\n    display: inline-block;\r\n    animation: pulseTradafrik 3s ease-in-out infinite; \/* Pulsation continue *\/\r\n}\r\n\r\n\/* Titres des cartes - PLUS GRANDS ET ESPAC\u00c9S *\/\r\n.tradafrik-card-item h3 {\r\n    color: var(--tradafrik-primary);\r\n    font-size: 2.4rem; \/* Titre plus percutant *\/\r\n    font-weight: 700;\r\n    margin-bottom: 20px;\r\n    letter-spacing: -1px;\r\n}\r\n\r\n\/* Texte des cartes - PLUS GRAND ET CLAIR *\/\r\n.tradafrik-card-item p {\r\n    font-size: 1.2rem; \/* Taille de lecture accrue *\/\r\n    margin: 0;\r\n}\r\n\r\n\/* --- RESPONSIVE MOBILE (Pour \u00e9crans tactiles) --- *\/\r\n@media (max-width: 768px) {\r\n    .tradafrik-about-container {\r\n        padding: 40px 15px;\r\n    }\r\n    .tradafrik-intro h2 {\r\n        font-size: 2.8rem; \/* Ajust\u00e9 pour mobile *\/\r\n        letter-spacing: -1px;\r\n    }\r\n    .tradafrik-intro p {\r\n        font-size: 1.15rem; \/* Plus petit mais reste lisible *\/\r\n    }\r\n    .tradafrik-highlight {\r\n        font-size: 1.4rem;\r\n    }\r\n    .tradafrik-card-grid {\r\n        flex-direction: column;\r\n        align-items: center;\r\n        gap: 30px;\r\n    }\r\n    .tradafrik-card-item {\r\n        width: 100%;\r\n        padding: 35px;\r\n        border-radius: 16px;\r\n    }\r\n    .tradafrik-card-item h3 {\r\n        font-size: 2.0rem;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<div class=\"tradafrik-about-container\">\r\n    \r\n    <div class=\"tradafrik-intro\">\r\n        <h2>About Us<\/h2>\r\n        <p>At <strong>Tradafrik<\/strong>, we are committed to redefining the online shopping experience by combining global accessibility with carefully selected products.<\/p>\r\n        \r\n        <p>Operated from Cameroon, our company serves a growing international customer base. We collaborate with trusted global suppliers and logistics partners to ensure efficient and reliable delivery directly to our customers\u2019 doorsteps.<\/p>\r\n        \r\n        <p>Our approach is centered on simplicity, transparency, and customer satisfaction. From secure payments to order tracking and responsive support, every step of the process is designed to provide a seamless and trustworthy experience.<\/p>\r\n        \r\n        <p>We believe that quality products should be accessible worldwide without compromising service standards. That is why we continuously work to improve our operations, strengthen our partnerships, and deliver value to every customer we serve.<\/p>\r\n        \r\n        <p class=\"tradafrik-highlight\">Tradafrik is more than an online store \u2014 it is a bridge connecting customers to global products with confidence and convenience.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"tradafrik-card-grid\">\r\n        \r\n        <div class=\"tradafrik-card-item\">\r\n            <span class=\"tradafrik-card-icon\">\ud83c\udfaf<\/span>\r\n            <h3>Our Mission<\/h3>\r\n            <p>Our mission is to make global shopping reliable and accessible by connecting customers to a wide range of products through a trusted international network.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"tradafrik-card-item\">\r\n            <span class=\"tradafrik-card-icon\">\ud83c\udf0d<\/span>\r\n            <h3>Our Vision<\/h3>\r\n            <p>To become a trusted international e-commerce brand known for transparency, reliability, and customer satisfaction.<\/p>\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>About Us At Tradafrik, we are committed to redefining the online shopping experience by combining global accessibility with carefully selected products. Operated from Cameroon, our company serves a growing international&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-529","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/tradafrik.com\/id\/wp-json\/wp\/v2\/pages\/529","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tradafrik.com\/id\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tradafrik.com\/id\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tradafrik.com\/id\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tradafrik.com\/id\/wp-json\/wp\/v2\/comments?post=529"}],"version-history":[{"count":9,"href":"https:\/\/tradafrik.com\/id\/wp-json\/wp\/v2\/pages\/529\/revisions"}],"predecessor-version":[{"id":41914,"href":"https:\/\/tradafrik.com\/id\/wp-json\/wp\/v2\/pages\/529\/revisions\/41914"}],"wp:attachment":[{"href":"https:\/\/tradafrik.com\/id\/wp-json\/wp\/v2\/media?parent=529"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}