{"id":36,"date":"2025-06-16T13:14:04","date_gmt":"2025-06-16T13:14:04","guid":{"rendered":"https:\/\/ecofy.websitecompetition.top\/?page_id=36"},"modified":"2025-06-20T14:24:30","modified_gmt":"2025-06-20T14:24:30","slug":"home-2","status":"publish","type":"page","link":"https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/","title":{"rendered":"Home"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<!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>ECOFY &#8211; Sustainable Living Made Easy<\/title>\n    <style>\n        \/* Base Styles *\/\n        :root {\n            --primary: #2ecc71;\n            --primary-dark: #27ae60;\n            --secondary: #3498db;\n            --light: #f9f9f9;\n            --dark: #2c3e50;\n            --gray: #95a5a6;\n            --shadow: 0 4px 6px rgba(0,0,0,0.1);\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f5f7fa;\n            color: var(--dark);\n            line-height: 1.6;\n        }\n        \n        .container {\n            width: 100%;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        section {\n            padding: 60px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            margin-bottom: 40px;\n            position: relative;\n        }\n        \n        .section-title h2 {\n            font-size: 2.2rem;\n            color: var(--dark);\n            margin-bottom: 15px;\n        }\n        \n        .section-title p {\n            color: var(--gray);\n            max-width: 600px;\n            margin: 0 auto;\n        }\n        \n        .btn {\n            display: inline-block;\n            padding: 12px 28px;\n            background-color: var(--primary);\n            color: white;\n            text-decoration: none;\n            border-radius: 30px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n        }\n        \n        .btn:hover {\n            background-color: var(--primary-dark);\n            transform: translateY(-2px);\n        }\n        \n        .btn-secondary {\n            background-color: var(--secondary);\n        }\n        \n        .btn-secondary:hover {\n            background-color: #2980b9;\n        }\n        \n        \/* Header Styles *\/\n        header {\n            background-color: white;\n            box-shadow: var(--shadow);\n            position: sticky;\n            top: 0;\n            z-index: 100;\n        }\n        \n        .header-container {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 15px 0;\n        }\n        \n        .logo {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: var(--primary);\n            text-decoration: none;\n        }\n        \n        .logo span {\n            color: var(--secondary);\n        }\n        \n        nav ul {\n            display: flex;\n            list-style: none;\n        }\n        \n        nav ul li {\n            margin-left: 30px;\n        }\n        \n        nav ul li a {\n            text-decoration: none;\n            color: var(--dark);\n            font-weight: 500;\n            transition: color 0.3s;\n        }\n        \n        nav ul li a:hover {\n            color: var(--primary);\n        }\n        \n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, rgba(46, 204, 113, 0.15) 0%, rgba(52, 152, 219, 0.15) 100%);\n            padding: 100px 0;\n            text-align: center;\n        }\n        \n        .hero h1 {\n            font-size: 3.5rem;\n            margin-bottom: 20px;\n            color: var(--dark);\n        }\n        \n        .hero p {\n            font-size: 1.2rem;\n            max-width: 700px;\n            margin: 0 auto 30px;\n            color: var(--dark);\n        }\n        \n        .hero-btns {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n        }\n        \n        \/* Features Section *\/\n        .features {\n            background-color: white;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-10px);\n        }\n        \n        .feature-icon {\n            background-color: var(--primary);\n            height: 80px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 2.5rem;\n            color: white;\n        }\n        \n        .feature-content {\n            padding: 25px;\n        }\n        \n        .feature-content h3 {\n            margin-bottom: 15px;\n            color: var(--dark);\n        }\n        \n        \/* Locator Section *\/\n        .locator {\n            background: linear-gradient(to bottom, #e8f5e9, #f1f8e9);\n        }\n        \n        .locator-container {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            align-items: center;\n        }\n        \n        .locator-content {\n            padding-right: 20px;\n        }\n        \n        .locator-content h2 {\n            font-size: 2rem;\n            margin-bottom: 20px;\n            color: var(--dark);\n        }\n        \n        .locator-map {\n            background-color: #e0e0e0;\n            height: 400px;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n        \n        \/* Products Section *\/\n        .products-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 30px;\n        }\n        \n        .product-card {\n            background-color: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n        \n        .product-card:hover {\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n        }\n        \n        .product-img {\n            height: 180px;\n            background-color: #e0f7fa;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--gray);\n            font-size: 3rem;\n        }\n        \n        .product-info {\n            padding: 20px;\n        }\n        \n        .product-info h3 {\n            margin-bottom: 10px;\n            color: var(--dark);\n        }\n        \n        .product-meta {\n            display: flex;\n            justify-content: space-between;\n            margin-top: 15px;\n            color: var(--gray);\n        }\n        \n        \/* Gamification Section *\/\n        .gamification {\n            background-color: white;\n        }\n        \n        .gamification-container {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n        \n        .leaderboard {\n            background-color: var(--light);\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: var(--shadow);\n        }\n        \n        .leaderboard h3 {\n            margin-bottom: 20px;\n            color: var(--dark);\n            padding-bottom: 15px;\n            border-bottom: 2px solid var(--primary);\n        }\n        \n        .leaderboard-item {\n            display: flex;\n            align-items: center;\n            padding: 15px 0;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .leaderboard-item:last-child {\n            border-bottom: none;\n        }\n        \n        .rank {\n            width: 30px;\n            height: 30px;\n            background-color: var(--primary);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            margin-right: 15px;\n        }\n        \n        .badges-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));\n            gap: 15px;\n        }\n        \n        .badge {\n            text-align: center;\n            background-color: var(--light);\n            padding: 15px 10px;\n            border-radius: 10px;\n            box-shadow: var(--shadow);\n        }\n        \n        .badge-icon {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            color: #f1c40f;\n        }\n        \n        .badge h4 {\n            font-size: 0.9rem;\n            color: var(--dark);\n        }\n        \n        \/* Social Section *\/\n        .social {\n            background: linear-gradient(135deg, rgba(46, 204, 113, 0.1) 0%, rgba(52, 152, 219, 0.1) 100%);\n            text-align: center;\n        }\n        \n        .social-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            margin-top: 30px;\n        }\n        \n        .social-btn {\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            background-color: white;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            color: var(--dark);\n            box-shadow: var(--shadow);\n            transition: all 0.3s ease;\n        }\n        \n        .social-btn:hover {\n            transform: translateY(-5px);\n            color: var(--primary);\n        }\n        \n        \/* Footer *\/\n        footer {\n            background-color: var(--dark);\n            color: white;\n            padding: 40px 0 20px;\n        }\n        \n        .footer-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .footer-column h3 {\n            margin-bottom: 20px;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .footer-column h3::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 40px;\n            height: 3px;\n            background-color: var(--primary);\n        }\n        \n        .footer-column ul {\n            list-style: none;\n        }\n        \n        .footer-column ul li {\n            margin-bottom: 10px;\n        }\n        \n        .footer-column ul li a {\n            color: #ecf0f1;\n            text-decoration: none;\n            transition: color 0.3s;\n        }\n        \n        .footer-column ul li a:hover {\n            color: var(--primary);\n        }\n        \n        .copyright {\n            text-align: center;\n            padding-top: 20px;\n            border-top: 1px solid #34495e;\n            color: #bdc3c7;\n        }\n        \n        \/* Responsive Styles *\/\n        @media (max-width: 992px) {\n            .locator-container,\n            .gamification-container {\n                grid-template-columns: 1fr;\n            }\n            \n            .hero h1 {\n                font-size: 2.8rem;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            nav ul {\n                display: none;\n            }\n            \n            .hero-btns {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .section-title h2 {\n                font-size: 1.8rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n   \n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>Smart. Green. Connected<\/h1>\n            <p>ECOFY combines a smart recycling locator with an eco-friendly product directory to help you reduce waste and live sustainably.<\/p>\n            <div class=\"hero-btns\">\n                <a href=\"#\" class=\"btn\">Find Recycling Centers<\/a>\n                <a href=\"#\" class=\"btn btn-secondary\">Explore Eco Products<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Features Section -->\n    <section class=\"features\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>How ECOFY Helps The Planet<\/h2>\n                <p>Our platform empowers you to make eco-friendly choices every day<\/p>\n            <\/div>\n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\u267b\ufe0f<\/div>\n                    <div class=\"feature-content\">\n                        <h3>Smart Recycling Locator<\/h3>\n                        <p>Find nearby recycling centers and zero-waste stores with our interactive map<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udecd\ufe0f<\/div>\n                    <div class=\"feature-content\">\n                        <h3>Eco Product Directory<\/h3>\n                        <p>Discover sustainable alternatives to everyday products that reduce plastic waste<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83c\udfc6<\/div>\n                    <div class=\"feature-content\">\n                        <h3>Gamified Rewards<\/h3>\n                        <p>Earn points and badges for eco-friendly actions and climb the leaderboard<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Locator Section -->\n    <section class=\"locator\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Find Recycling Centers Near You<\/h2>\n                <p>Our interactive map helps you locate the nearest recycling points and eco-friendly stores<\/p>\n            <\/div>\n            <div class=\"locator-container\">\n                <div class=\"locator-content\">\n                    <h2>Recycling Made Simple<\/h2>\n                    <p>ECOFY&#8217;s smart locator helps you find recycling centers for all materials &#8211; from plastic and glass to electronics and textiles.<\/p>\n                    <p>Search by material type, hours of operation, and distance to find the perfect recycling solution near you.<\/p>\n                    <a href=\"#\" class=\"btn\" style=\"margin-top: 20px;\">View All Locations<\/a>\n                <\/div>\n                <div class=\"locator-map\">\n                    <!-- WP Store Locator Shortcode -->\n                    <div style=\"text-align: center; padding: 30px; color: #7f8c8d;\">\n                        <p>[WP Store Locator Map will appear here]<\/p>\n                        <p style=\"font-size: 3rem; margin: 20px 0;\">\ud83d\uddfa\ufe0f<\/p>\n                        <p>Shortcode: <code>[wpsl]<\/code><\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Products Section -->\n    <section class=\"products\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Featured Eco-Friendly Products<\/h2>\n                <p>Discover sustainable alternatives that help reduce plastic waste and carbon footprint<\/p>\n            <\/div>\n            <div class=\"products-grid\">\n                <!-- Product 1 -->\n                <div class=\"product-card\">\n                    <div class=\"product-img\">\ud83e\uded9<\/div>\n                    <div class=\"product-info\">\n                        <h3>Reusable Glass Containers<\/h3>\n                        <p>Durable glass containers perfect for food storage and reducing plastic use<\/p>\n                        <div class=\"product-meta\">\n                            <span>EcoPoints: 120<\/span>\n                            <span>\u2605 4.8<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Product 2 -->\n                <div class=\"product-card\">\n                    <div class=\"product-img\">\ud83d\udecd\ufe0f<\/div>\n                    <div class=\"product-info\">\n                        <h3>Organic Cotton Tote Bags<\/h3>\n                        <p>Stylish and durable bags to replace single-use plastic bags<\/p>\n                        <div class=\"product-meta\">\n                            <span>EcoPoints: 85<\/span>\n                            <span>\u2605 4.9<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Product 3 -->\n                <div class=\"product-card\">\n                    <div class=\"product-img\">\ud83e\uddf4<\/div>\n                    <div class=\"product-info\">\n                        <h3>Bamboo Toothbrushes<\/h3>\n                        <p>Biodegradable toothbrushes with replaceable heads<\/p>\n                        <div class=\"product-meta\">\n                            <span>EcoPoints: 95<\/span>\n                            <span>\u2605 4.7<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Directorist Shortcode Placeholder -->\n                <div class=\"product-card\">\n                    <div class=\"product-info\" style=\"text-align: center; padding: 40px 20px; color: #7f8c8d;\">\n                        <p>[Eco Product Directory]<\/p>\n                        <p style=\"font-size: 2rem; margin: 15px 0;\">\ud83d\uded2<\/p>\n                        <p>Shortcode: <code>[directorist_all_listings]<\/code><\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Gamification Section -->\n    <section class\n","protected":false},"excerpt":{"rendered":"<p>ECOFY &#8211; Sustainable Living Made Easy Smart. Green. Connected ECOFY combines a smart recycling locator with an eco-friendly product directory to help you reduce waste and live sustainably. Find Recycling Centers Explore Eco Products How ECOFY Helps The Planet Our platform empowers you to make eco-friendly choices every day \u267b\ufe0f Smart Recycling Locator Find nearby [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/landing.php","meta":{"footnotes":""},"class_list":["post-36","page","type-page","status-publish","hentry","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Home - ECOFY<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - ECOFY\" \/>\n<meta property=\"og:description\" content=\"ECOFY &#8211; Sustainable Living Made Easy Smart. Green. Connected ECOFY combines a smart recycling locator with an eco-friendly product directory to help you reduce waste and live sustainably. Find Recycling Centers Explore Eco Products How ECOFY Helps The Planet Our platform empowers you to make eco-friendly choices every day \u267b\ufe0f Smart Recycling Locator Find nearby [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/\" \/>\n<meta property=\"og:site_name\" content=\"ECOFY\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-20T14:24:30+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/\",\"url\":\"https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/\",\"name\":\"Home - ECOFY\",\"isPartOf\":{\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#website\"},\"datePublished\":\"2025-06-16T13:14:04+00:00\",\"dateModified\":\"2025-06-20T14:24:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ecofy.websitecompetition.top\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#website\",\"url\":\"https:\/\/ecofy.websitecompetition.top\/\",\"name\":\"ECOFY\",\"description\":\"Smart. Green. Connected\",\"publisher\":{\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ecofy.websitecompetition.top\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#organization\",\"name\":\"ECOFY\",\"url\":\"https:\/\/ecofy.websitecompetition.top\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ecofy.websitecompetition.top\/wp-content\/uploads\/2025\/06\/cropped-download.webp\",\"contentUrl\":\"https:\/\/ecofy.websitecompetition.top\/wp-content\/uploads\/2025\/06\/cropped-download.webp\",\"width\":1598,\"height\":894,\"caption\":\"ECOFY\"},\"image\":{\"@id\":\"https:\/\/ecofy.websitecompetition.top\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - ECOFY","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/","og_locale":"en_US","og_type":"article","og_title":"Home - ECOFY","og_description":"ECOFY &#8211; Sustainable Living Made Easy Smart. Green. Connected ECOFY combines a smart recycling locator with an eco-friendly product directory to help you reduce waste and live sustainably. Find Recycling Centers Explore Eco Products How ECOFY Helps The Planet Our platform empowers you to make eco-friendly choices every day \u267b\ufe0f Smart Recycling Locator Find nearby [&hellip;]","og_url":"https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/","og_site_name":"ECOFY","article_modified_time":"2025-06-20T14:24:30+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/","url":"https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/","name":"Home - ECOFY","isPartOf":{"@id":"https:\/\/ecofy.websitecompetition.top\/#website"},"datePublished":"2025-06-16T13:14:04+00:00","dateModified":"2025-06-20T14:24:30+00:00","breadcrumb":{"@id":"https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ecofy.websitecompetition.top\/index.php\/home-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ecofy.websitecompetition.top\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/ecofy.websitecompetition.top\/#website","url":"https:\/\/ecofy.websitecompetition.top\/","name":"ECOFY","description":"Smart. Green. Connected","publisher":{"@id":"https:\/\/ecofy.websitecompetition.top\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ecofy.websitecompetition.top\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ecofy.websitecompetition.top\/#organization","name":"ECOFY","url":"https:\/\/ecofy.websitecompetition.top\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ecofy.websitecompetition.top\/#\/schema\/logo\/image\/","url":"https:\/\/ecofy.websitecompetition.top\/wp-content\/uploads\/2025\/06\/cropped-download.webp","contentUrl":"https:\/\/ecofy.websitecompetition.top\/wp-content\/uploads\/2025\/06\/cropped-download.webp","width":1598,"height":894,"caption":"ECOFY"},"image":{"@id":"https:\/\/ecofy.websitecompetition.top\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/pages\/36","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/comments?post=36"}],"version-history":[{"count":0,"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/pages\/36\/revisions"}],"wp:attachment":[{"href":"https:\/\/ecofy.websitecompetition.top\/index.php\/wp-json\/wp\/v2\/media?parent=36"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}