<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Mariz LLC — Thoughtful Apps for Everyday Life</title>

    <meta name="description" content="Mariz LLC builds beautifully crafted applications. Creators of Tanzeel Al Quran and QBO Power Tools.">

    <link rel="stylesheet" href="styles.css">

    <link rel="preconnect" href="https://fonts.googleapis.com">

    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap" rel="stylesheet">

</head>

<body>


    <div class="bg-pattern"></div>

    

    <div class="ambient-glow orb-1"></div>

    <div class="ambient-glow orb-2"></div>


    <nav class="nav">

        <div class="container nav-inner">

            <a href="/" class="logo">

                <span class="logo-icon">&#10022;</span>

                <span>Mariz</span>

            </a>

            <div class="nav-links">

                <a href="#apps">Apps</a>

                <a href="#about">About</a>

                <a href="/privacy">Privacy</a>

                <a href="/support">Support</a>

            </div>

        </div>

    </nav>


    <section class="hero">

        <div class="container hero-content">

            <h1>We Build Apps<br>with <span class="accent-text">Purpose</span></h1>

            <p class="hero-sub">Designing and developing applications that are thoughtful, elegant, and built to make a real difference in people's lives.</p>

            <div class="hero-cta">

                <a href="#apps" class="btn btn-primary">Explore Our Apps</a>

                <a href="#about" class="btn btn-ghost">Learn More</a>

            </div>

        </div>

    </section>


    <section class="stats-bar">

        <div class="container stats-inner">

            <div class="stat">

                <span class="stat-value">2</span>

                <span class="stat-label">Products</span>

            </div>

            <div class="stat-divider"></div>

            <div class="stat">

                <span class="stat-value">20+</span>

                <span class="stat-label">Features</span>

            </div>

            <div class="stat-divider"></div>

            <div class="stat">

                <span class="stat-value">iOS &amp; Web</span>

                <span class="stat-label">Platforms</span>

            </div>

            <div class="stat-divider"></div>

            <div class="stat">

                <span class="stat-value">&#10022;</span>

                <span class="stat-label">Elegance</span>

            </div>

        </div>

    </section>


    <section id="apps" class="section">

        <div class="container">

            <div class="section-header">

                <p class="section-label">Our Portfolio</p>

                <h2 class="section-title">What We've Built</h2>

            </div>


            <div class="app-card">

                <div class="app-card-bg"></div>

                <div class="app-card-content">

                    <div class="app-header">

                        <div class="app-icon">

                            <span class="app-icon-text">&#1602;</span>

                        </div>

                        <div class="app-title-group">

                            <h3>Tanzeel Al Quran</h3>

                            <p class="app-tagline">A beautiful, feature-rich Quran companion</p>

                        </div>

                    </div>


                    <p class="app-desc">

                        Immerse yourself in the divine words. Read, listen, and memorize the Quran with word-by-word translation,

                        37+ world-renowned reciters, precise prayer times, Qibla compass, authentic hadith collections,

                        and daily duas — all encapsulated in an interface designed with absolute care and respect.

                    </p>


                    <div class="app-features">

                        <span class="feature-tag">Quran Reading</span>

                        <span class="feature-tag">37+ Reciters</span>

                        <span class="feature-tag">Prayer Times</span>

                        <span class="feature-tag">Qibla Direction</span>

                        <span class="feature-tag">Authentic Hadith</span>

                        <span class="feature-tag">Memorization</span>

                    </div>


                    <div class="app-links">

                        <a href="https://tanzeelalquran.com" class="btn btn-primary" target="_blank" rel="noopener">

                            Visit Website

                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>

                        </a>

                    </div>

                </div>

            </div>


            <div class="app-card" style="margin-top: 40px;">

                <div class="app-card-bg"></div>

                <div class="app-card-content">

                    <div class="app-header">

                        <div class="app-icon app-icon-qbo">

                            <span class="app-icon-text">&#9889;</span>

                        </div>

                        <div class="app-title-group">

                            <h3>QBO Power Tools</h3>

                            <p class="app-tagline">Productivity tools for QuickBooks Online</p>

                        </div>

                    </div>


                    <p class="app-desc">

                        Save hours of tedious manual work in QuickBooks Online. Select multiple transactions at once

                        and delete them in a single click — no more clicking through each one individually.

                        A Chrome extension built for accountants, bookkeepers, and business owners who value their time.

                    </p>


                    <div class="app-features">

                        <span class="feature-tag">Batch Delete</span>

                        <span class="feature-tag">Select All</span>

                        <span class="feature-tag">One-Click Cleanup</span>

                        <span class="feature-tag">Chrome Extension</span>

                        <span class="feature-tag">All Register Types</span>

                        <span class="feature-tag">More Coming Soon</span>

                    </div>


                    <div class="app-links">

                        <a href="#" class="btn btn-primary">

                            Get It Now

                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>

                        </a>

                    </div>

                </div>

            </div>


            <div class="more-coming-card">

                <div class="more-coming-content">

                    <h4>Visions for the Future</h4>

                    <p>We are meticulously crafting our next concepts. Excellence takes time.</p>

                </div>

            </div>

        </div>

    </section>


    <section id="about" class="section">

        <div class="container">

            <div class="section-header">

                <p class="section-label">Our Ethos</p>

                <h2 class="section-title">Who We Are</h2>

            </div>


            <div class="about-grid">

                <div class="about-text">

                    <p>

                        Mariz LLC is an independent software atelier focused on creating polished,

                        user-first applications. We believe that great software should be more than functional; it should be accessible, intuitive, and deeply meaningful.

                    </p>

                    <p>

                        Our mission is simple: to build elegant applications that people genuinely cherish—apps that respect your time, guard your privacy, and elevate your daily experience.

                    </p>

                </div>


                <div class="values">

                    <div class="value-item">

                        <div class="value-icon-wrap">&#10022;</div>

                        <div>

                            <h4>Quality Above All</h4>

                            <p>Every pixel matters. We release our creations only when they reach our standard of excellence.</p>

                        </div>

                    </div>

                    <div class="value-item">

                        <div class="value-icon-wrap">&#128274;</div>

                        <div>

                            <h4>Absolute Privacy</h4>

                            <p>Your data remains yours. We build features that rely on on-device processing wherever possible.</p>

                        </div>

                    </div>

                    <div class="value-item">

                        <div class="value-icon-wrap">&#128151;</div>

                        <div>

                            <h4>User-Centric Design</h4>

                            <p>We craft our interfaces by listening to our community and focusing on what truly matters.</p>

                        </div>

                    </div>

                </div>

            </div>

        </div>

    </section>


    <footer class="footer">

        <div class="container footer-inner">

            <div class="footer-brand">

                <a href="/" class="logo">

                    <span class="logo-icon">&#10022;</span>

                    <span>Mariz</span>

                </a>

                <p>&copy; 2026 Mariz LLC. All rights reserved.</p>

            </div>

            <div class="footer-links">

                <a href="/privacy">Privacy Policy</a>

                <a href="/support">Support</a>

                <a href="mailto:support@marizapps.com">Contact</a>

            </div>

        </div>

    </footer>


</body>

</html>