{"id":60,"date":"2025-05-24T19:23:19","date_gmt":"2025-05-24T19:23:19","guid":{"rendered":"https:\/\/wundure.com\/?page_id=60"},"modified":"2025-05-24T19:23:19","modified_gmt":"2025-05-24T19:23:19","slug":"about-us","status":"publish","type":"page","link":"https:\/\/wundure.com\/de\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>About Us &#8211; Wundure<\/title>\n    <style>\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: #333;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            min-height: 100vh;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 60px 20px;\n        }\n\n        .hero-section {\n            text-align: center;\n            margin-bottom: 80px;\n            opacity: 0;\n            transform: translateY(30px);\n            animation: fadeInUp 1s ease-out forwards;\n        }\n\n        .logo {\n            font-size: 3rem;\n            font-weight: 700;\n            color: #435363;\n            margin-bottom: 20px;\n            letter-spacing: -1px;\n        }\n\n        .tagline {\n            font-size: 1.2rem;\n            color: #6c757d;\n            margin-bottom: 40px;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .content-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n            margin-bottom: 60px;\n        }\n\n        .content-card {\n            background: white;\n            padding: 40px;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(67, 83, 99, 0.1);\n            opacity: 0;\n            transform: translateY(30px);\n            animation: fadeInUp 1s ease-out forwards;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .content-card:nth-child(2) {\n            animation-delay: 0.2s;\n        }\n\n        .content-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 30px rgba(67, 83, 99, 0.15);\n        }\n\n        .card-icon {\n            width: 60px;\n            height: 60px;\n            background: #435363;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 24px;\n            color: white;\n            font-size: 24px;\n        }\n\n        .card-title {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #435363;\n            margin-bottom: 16px;\n        }\n\n        .card-text {\n            color: #6c757d;\n            font-size: 1rem;\n            line-height: 1.7;\n        }\n\n        .features-section {\n            background: white;\n            padding: 50px;\n            border-radius: 16px;\n            box-shadow: 0 4px 20px rgba(67, 83, 99, 0.1);\n            margin-bottom: 60px;\n            opacity: 0;\n            transform: translateY(30px);\n            animation: fadeInUp 1s ease-out 0.4s forwards;\n        }\n\n        .features-title {\n            text-align: center;\n            font-size: 2rem;\n            color: #435363;\n            margin-bottom: 40px;\n            font-weight: 600;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n        }\n\n        .feature-item {\n            text-align: center;\n            padding: 20px;\n            transition: transform 0.3s ease;\n        }\n\n        .feature-item:hover {\n            transform: scale(1.05);\n        }\n\n        .feature-icon {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, #435363, #5a6a7c);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 16px;\n            color: white;\n            font-size: 20px;\n        }\n\n        .feature-title {\n            font-weight: 600;\n            color: #435363;\n            margin-bottom: 8px;\n        }\n\n        .feature-text {\n            color: #6c757d;\n            font-size: 0.9rem;\n        }\n\n        .commitment-section {\n            text-align: center;\n            background: #435363;\n            color: white;\n            padding: 50px;\n            border-radius: 16px;\n            opacity: 0;\n            transform: translateY(30px);\n            animation: fadeInUp 1s ease-out 0.6s forwards;\n        }\n\n        .commitment-title {\n            font-size: 2rem;\n            margin-bottom: 20px;\n            font-weight: 600;\n        }\n\n        .commitment-text {\n            font-size: 1.1rem;\n            opacity: 0.9;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.7;\n        }\n\n        @keyframes fadeInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @media (max-width: 768px) {\n            .container {\n                padding: 40px 15px;\n            }\n\n            .logo {\n                font-size: 2.5rem;\n            }\n\n            .content-card,\n            .features-section,\n            .commitment-section {\n                padding: 30px 25px;\n            }\n\n            .features-title,\n            .commitment-title {\n                font-size: 1.6rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"hero-section\">\n            <h1 class=\"logo\">Wundure<\/h1>\n            <p class=\"tagline\">Your trusted ecommerce partner delivering excellence across Europe<\/p>\n        <\/div>\n\n        <div class=\"content-grid\">\n            <div class=\"content-card\">\n                <div class=\"card-icon\">\ud83c\udfe2<\/div>\n                <h2 class=\"card-title\">Who We Are<\/h2>\n                <p class=\"card-text\">\n                    Based in Germany, Wundure is a forward-thinking ecommerce company dedicated to bringing you quality products with exceptional service. We combine German precision with modern innovation to create shopping experiences that exceed expectations.\n                <\/p>\n            <\/div>\n\n            <div class=\"content-card\">\n                <div class=\"card-icon\">\ud83c\udf0d<\/div>\n                <h2 class=\"card-title\">Our Reach<\/h2>\n                <p class=\"card-text\">\n                    We proudly serve customers across Europe, delivering our carefully curated products to your doorstep. Our extensive network ensures reliable delivery and seamless shopping experiences, no matter where you are in Europe.\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"features-section\">\n            <h2 class=\"features-title\">Why Choose Wundure<\/h2>\n            <div class=\"features-grid\">\n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\ud83d\ude9a<\/div>\n                    <h3 class=\"feature-title\">Free Shipping<\/h3>\n                    <p class=\"feature-text\">Enjoy complimentary shipping on all orders across Europe<\/p>\n                <\/div>\n                \n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\ud83d\udcb0<\/div>\n                    <h3 class=\"feature-title\">Money Back Guarantee<\/h3>\n                    <p class=\"feature-text\">Shop with confidence knowing your purchase is protected<\/p>\n                <\/div>\n                \n                <div class=\"feature-item\">\n                    <div class=\"feature-icon\">\u2b50<\/div>\n                    <h3 class=\"feature-title\">Quality Assurance<\/h3>\n                    <p class=\"feature-text\">Every product is carefully selected and tested for excellence<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"commitment-section\">\n            <h2 class=\"commitment-title\">Our Commitment to You<\/h2>\n            <p class=\"commitment-text\">\n                At Wundure, your satisfaction is our highest priority. We believe that every customer deserves exceptional service, quality products, and peace of mind. That&#8217;s why we stand behind every purchase with our comprehensive money-back guarantee and commitment to excellence. Your trust drives everything we do.\n            <\/p>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Add smooth scroll behavior and enhanced interactions\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ Add hover effects to cards\n            const cards = document.querySelectorAll('.content-card, .feature-item');\n            \n            cards.forEach(card => {\n                card.addEventListener('mouseenter', function() {\n                    this.style.transform = this.classList.contains('content-card') \n                        ? 'translateY(-5px)' \n                        : 'scale(1.05)';\n                });\n                \n                card.addEventListener('mouseleave', function() {\n                    this.style.transform = this.classList.contains('content-card') \n                        ? 'translateY(0)' \n                        : 'scale(1)';\n                });\n            });\n\n            \/\/ Add subtle parallax effect to hero section\n            window.addEventListener('scroll', function() {\n                const scrolled = window.pageYOffset;\n                const hero = document.querySelector('.hero-section');\n                const rate = scrolled * -0.5;\n                hero.style.transform = `translateY(${rate}px)`;\n            });\n\n            \/\/ Intersection Observer for scroll animations\n            const observerOptions = {\n                threshold: 0.1,\n                rootMargin: '0px 0px -50px 0px'\n            };\n\n            const observer = new IntersectionObserver(function(entries) {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.style.animationPlayState = 'running';\n                    }\n                });\n            }, observerOptions);\n\n            \/\/ Observe animated elements\n            document.querySelectorAll('.content-card, .features-section, .commitment-section').forEach(el => {\n                observer.observe(el);\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>About Us &#8211; Wundure Wundure Your trusted ecommerce partner delivering excellence across Europe \ud83c\udfe2 Who We Are Based in Germany, Wundure is a forward-thinking ecommerce company dedicated to bringing you quality products with exceptional service. We combine German precision with modern innovation to create shopping experiences that exceed expectations. \ud83c\udf0d Our Reach We proudly serve [&#8230;]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-60","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wundure.com\/de\/wp-json\/wp\/v2\/pages\/60","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wundure.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wundure.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wundure.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wundure.com\/de\/wp-json\/wp\/v2\/comments?post=60"}],"version-history":[{"count":1,"href":"https:\/\/wundure.com\/de\/wp-json\/wp\/v2\/pages\/60\/revisions"}],"predecessor-version":[{"id":61,"href":"https:\/\/wundure.com\/de\/wp-json\/wp\/v2\/pages\/60\/revisions\/61"}],"wp:attachment":[{"href":"https:\/\/wundure.com\/de\/wp-json\/wp\/v2\/media?parent=60"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}