{"id":22,"date":"2026-07-02T13:57:52","date_gmt":"2026-07-02T13:57:52","guid":{"rendered":"https:\/\/magellan-advisory.eu\/?page_id=22"},"modified":"2026-07-02T19:11:37","modified_gmt":"2026-07-02T19:11:37","slug":"magellan-advisory","status":"publish","type":"page","link":"https:\/\/magellan-advisory.eu\/","title":{"rendered":"Magellan Advisory"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Cesar Asselin | Sales and Profit Catalyst in the European Food Ingredient Market<\/title>\n    <style>\n        :root {\n            --primary-color: #2c3e50;\n            --secondary-color: #3498db;\n            --accent-color: #e74c3c;\n            --light-color: #ecf0f1;\n            --dark-color: #2c3e50;\n            --text-color: #333;\n            --text-light: #7f8c8d;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Header *\/\n        header {\n            background-color: var(--primary-color);\n            color: #fff;\n            padding: 40px 0;\n            text-align: center;\n        }\n\n        .header-content {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n        }\n\n        .profile-img {\n            width: 120px;\n            height: 120px;\n            border-radius: 50%;\n            object-fit: cover;\n            border: 4px solid #fff;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);\n        }\n\n        .header-text {\n            max-width: 600px;\n        }\n\n        header h1 {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n        }\n\n        header p {\n            font-size: 1.2rem;\n            opacity: 0.9;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n            color: #fff;\n            padding: 60px 0;\n            text-align: center;\n        }\n\n        .hero h2 {\n            font-size: 2rem;\n            margin-bottom: 20px;\n        }\n\n        .hero p {\n            font-size: 1.1rem;\n            max-width: 800px;\n            margin: 0 auto 30px;\n        }\n\n        \/* Services Section *\/\n        .services {\n            padding: 60px 0;\n            background-color: #f9f9f9;\n        }\n\n        .services h2 {\n            text-align: center;\n            margin-bottom: 40px;\n            font-size: 2rem;\n            color: var(--primary-color);\n        }\n\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n        }\n\n        .service-card {\n            background: #fff;\n            padding: 30px;\n            border-radius: 8px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            transition: transform 0.3s ease;\n        }\n\n        .service-card:hover {\n            transform: translateY(-5px);\n        }\n\n        .service-card h3 {\n            color: var(--secondary-color);\n            margin-bottom: 15px;\n        }\n\n        \/* Why Work With Me Section *\/\n        .why-me {\n            padding: 60px 0;\n        }\n\n        .why-me h2 {\n            text-align: center;\n            margin-bottom: 40px;\n            font-size: 2rem;\n            color: var(--primary-color);\n        }\n\n        .why-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n        }\n\n        .why-card {\n            background: #fff;\n            padding: 25px;\n            border-radius: 8px;\n            border-left: 5px solid var(--secondary-color);\n        }\n\n        .why-card h3 {\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n\n        \/* Clients Section *\/\n        .clients {\n            padding: 60px 0;\n            background-color: #f9f9f9;\n            text-align: center;\n        }\n\n        .clients h2 {\n            margin-bottom: 40px;\n            font-size: 2rem;\n            color: var(--primary-color);\n        }\n\n        .client-list {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .client-list ul {\n            list-style: none;\n            text-align: left;\n        }\n\n        .client-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid #ddd;\n            font-size: 1.1rem;\n        }\n\n        \/* CTA Section *\/\n        .cta {\n            background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));\n            color: #fff;\n            padding: 60px 0;\n            text-align: center;\n        }\n\n        .cta h2 {\n            font-size: 2rem;\n            margin-bottom: 20px;\n        }\n\n        .cta p {\n            font-size: 1.2rem;\n            margin-bottom: 30px;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background-color: var(--dark-color);\n            color: #fff;\n            padding: 15px 30px;\n            border-radius: 5px;\n            text-decoration: none;\n            font-weight: bold;\n            font-size: 1.1rem;\n            transition: background-color 0.3s ease;\n        }\n\n        .cta-button:hover {\n            background-color: #000;\n        }\n\n        \/* Contact Section *\/\n        .contact {\n            padding: 60px 0;\n            text-align: center;\n        }\n\n        .contact h2 {\n            margin-bottom: 30px;\n            font-size: 2rem;\n            color: var(--primary-color);\n        }\n\n        .contact-info {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            flex-wrap: wrap;\n        }\n\n        .contact-item {\n            background: #fff;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            min-width: 250px;\n        }\n\n        .contact-item h3 {\n            color: var(--secondary-color);\n            margin-bottom: 10px;\n        }\n\n        .contact-item a {\n            color: var(--primary-color);\n            text-decoration: none;\n            font-weight: bold;\n        }\n\n        \/* Footer *\/\n        footer {\n            background-color: var(--primary-color);\n            color: #fff;\n            text-align: center;\n            padding: 20px 0;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .header-content {\n                flex-direction: column;\n            }\n\n            header h1 {\n                font-size: 2rem;\n            }\n\n            .hero h2 {\n                font-size: 1.8rem;\n            }\n\n            .services-grid,\n            .why-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .contact-info {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    <\/style>\n\n\n    <header>\n        <div class=\"container\">\n            <div class=\"header-content\">\n                <img decoding=\"async\" src=\"https:\/\/magellan-advisory.eu\/wp-content\/uploads\/2026\/07\/Profile-photo6.jpg\" alt=\"Cesar Asselin\" class=\"profile-img\">\n                <div class=\"header-text\">\n                    <h1>Cesar Asselin<\/h1>\n                    <p>Sales and Profit Catalyst in the European Food Ingredient Market<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h2>Market Entry | Sales Growth | Supply Chain Optimization<\/h2>\n            <p>\n                15+ years helping global food ingredient suppliers and manufacturers enter, expand, and optimize their presence in Europe. \n                Expertise in B2B lead generation, sales strategy, and supplier networks for the food industry.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <section class=\"services\">\n        <div class=\"container\">\n            <h2>How I Can Help<\/h2>\n            <div class=\"services-grid\">\n                <div class=\"service-card\">\n                    <h3>\ud83d\ude80 Launch with Confidence<\/h3>\n                    <p>Custom market entry roadmaps\u2014regulatory compliance, pricing, and distribution partnerships.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>\ud83d\udcc8 Grow Sales Fast<\/h3>\n                    <p>Identify and convert high-value B2B clients with localized pitches and insights.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>\ud83c\udfd7\ufe0f Build Your Brand<\/h3>\n                    <p>Strategic marketing through trade shows, publications, and industry networks.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>\ud83d\udd04 Optimize Your Supply Chain<\/h3>\n                    <p>Reduce costs, mitigate risks, and streamline logistics for seamless operations.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>\ud83c\udf0d Diversify Sourcing<\/h3>\n                    <p>Connect with vetted European suppliers for resilience and cost efficiency.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"why-me\">\n        <div class=\"container\">\n            <h2>Why Work With Me?<\/h2>\n            <div class=\"why-grid\">\n                <div class=\"why-card\">\n                    <h3>Proven Track Record<\/h3>\n                    <p>Consistently increased business on projects, making lasting relationships for my clients.<\/p>\n                <\/div>\n                <div class=\"why-card\">\n                    <h3>Deep Local Networks<\/h3>\n                    <p>Strong relationships with food ingredient distributors, manufacturers, and trade associations across France, The Netherlands, Spain, and the UK.<\/p>\n                <\/div>\n                <div class=\"why-card\">\n                    <h3>Hands-On Approach<\/h3>\n                    <p>From auditing your current operations, visiting customers\/suppliers to executing go-to-market plans, I ensure tangible results.<\/p>\n                <\/div>\n                <div class=\"why-card\">\n                    <h3>Multi-lingual<\/h3>\n                    <p>Fluent in French, Spanish, English, and Dutch\u2014seamless communication with local partners.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"clients\">\n        <div class=\"container\">\n            <h2>Who I Have Worked For<\/h2>\n            <div class=\"client-list\">\n                <ul>\n                    <li>UK based B2B flavour and fragrance ingredients manufacturer and trader<\/li>\n                    <li>Japanese conglomerate with $90b revenue across many industries. Focused on food segment (yeast extracts) for seasonings, sauces and snacks<\/li>\n                    <li>Dutch manufacturer of egg products for confectionary, sauces and sports nutrition<\/li>\n                    <li>Global manufacturer of specialties (e.g., vitamins and premixes) for the food, cosmetic and animal feed industries<\/li>\n                    <li>EU distributor, promoting plant proteins to the plant based meats, sports nutrition and protein bar industries<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"cta\">\n        <div class=\"container\">\n            <h2>Ready to expand in Europe?<\/h2>\n            <p>Let&#8217;s discuss how I can help you enter the market faster, reduce risks, and grow sales.<\/p>\n            <a href=\"#contact\" class=\"cta-button\">Get in Touch<\/a>\n        <\/div>\n    <\/section>\n\n    <section class=\"contact\" id=\"contact\">\n        <div class=\"container\">\n            <h2>Contact Me<\/h2>\n            <div class=\"contact-info\">\n                <div class=\"contact-item\">\n                    <h3>\ud83d\udce7 Email<\/h3>\n                    <p><a href=\"mailto:cesar@magellan-advisory.eu\">cesar@magellan-advisory.eu<\/a><\/p>\n                <\/div>\n                <div class=\"contact-item\">\n                    <h3>\ud83d\udcde Phone<\/h3>\n                    <p><a href=\"tel:+31642271104\">+31 6 422 71104<\/a><\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer>\n        <div class=\"container\">\n            <p>\u00a9 2026 Cesar Asselin. All rights reserved.<\/p>\n        <\/div>\n    <\/footer>\n","protected":false},"excerpt":{"rendered":"<p>Cesar Asselin | Sales and Profit Catalyst in the European Food Ingredient Market Cesar Asselin Sales and Profit Catalyst in the European Food Ingredient Market Market Entry | Sales Growth | Supply Chain Optimization 15+ years helping global food ingredient suppliers and manufacturers enter, expand, and optimize their presence in Europe. Expertise in B2B lead [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-22","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/magellan-advisory.eu\/index.php?rest_route=\/wp\/v2\/pages\/22","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/magellan-advisory.eu\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/magellan-advisory.eu\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/magellan-advisory.eu\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/magellan-advisory.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=22"}],"version-history":[{"count":5,"href":"https:\/\/magellan-advisory.eu\/index.php?rest_route=\/wp\/v2\/pages\/22\/revisions"}],"predecessor-version":[{"id":32,"href":"https:\/\/magellan-advisory.eu\/index.php?rest_route=\/wp\/v2\/pages\/22\/revisions\/32"}],"wp:attachment":[{"href":"https:\/\/magellan-advisory.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=22"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}