templates/default/_faq.html.twig line 1

Open in your IDE?
  1. <div class="faq" id="faq">
    
        <div class="container">
        
        <div class=" w65 w-xl-75 w-lg-85 w-md-100  w-sm-100 w-xs-100 margin-auto">
    
            <h1 class="w100 text-center marginBottomBig">
            FAQ
            </h1>
            
    
            <div class="faq-content">
            
                <div class="faq-item active doToggleSimple">
                    <div class="faq-q">
                        What is ApeRove?
                    </div>
                    <div class="faq-a">
                        ApeRove is a blockchain-based platform that allows brands to prove the authenticity of their products by linking them to NFTs. Consumers can scan a QR code on the product to instantly verify its originality, access digital certificates, and receive benefits like cashback or warranty.
                    </div>
                </div>
    
                <div class="faq-item doToggleSimple">
                    <div class="faq-q">
                        How does certification work on ApeRove?
                    </div>
                    <div class="faq-a">
                        Each product receives a unique NFT (non-fungible token) stored on the blockchain. This NFT serves as a digital certificate of authenticity. Users can scan the product’s QR code to view the NFT, check its history, and optionally transfer it to their own wallet using the ApeRove app.
                    </div>
                </div>
    
                <div class="faq-item doToggleSimple">
                    <div class="faq-q">
                        Do I need to know about blockchain to use ApeRove?
                    </div>
                    <div class="faq-a">
                        Not at all. ApeRove is designed to be user-friendly for everyone. You simply scan the product’s QR code to access its authenticity information. All blockchain operations happen behind the scenes — no technical knowledge is required.
                    </div>
                </div>
    
                <div class="faq-item doToggleSimple">
                    <div class="faq-q">
                        What types of products can ApeRove certify?
                    </div>
                    <div class="faq-a">
                        ApeRove can certify a wide range of physical products — from clothing, accessories, and electronics to artworks, food items, and luxury goods. If it needs authenticity, ApeRove can provide it.
                    </div>
                </div>
    
                <div class="faq-item doToggleSimple">
                    <div class="faq-q">
                        What security measures does ApeRove use to protect my data?
                    </div>
                    <div class="faq-a">
                        ApeRove uses blockchain technology to ensure transparency and immutability of product data. Personal user data is protected using industry-standard encryption, and NFT ownership is managed through secure, non-custodial wallets.
                    </div>
                </div>
    
                <div class="faq-item doToggleSimple">
                    <div class="faq-q">
                        What are ApeRove QR codes?
                    </div>
                    <div class="faq-a">
                        ApeRove QR codes are unique codes printed on product labels. When scanned, they reveal a digital NFT certificate that proves the originality of the product. These QR codes can also unlock interactive features like cashback rewards, warranty registration, or even ownership transfer.
                    </div>
                </div>
    
            </div>
    
    
        </div>    </div>
    </div>