https://brickme.mulayim.app/

Submitted URL:
https://brickme.mulayim.app/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 5 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
axiosfunction
Alpineobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Create unique, personalized Lego-style avatars from your photos. Perfect for social media, gaming profiles, or just for fun!">

    <meta property="og:title" content="BrickMe - Lego Style Avatars">
    <meta property="og:description" content="Create unique, personalized Lego-style avatars from your photos. Perfect for social media, gaming profiles, or just for fun!">
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://brickme.mulayim.app">
    <meta property="og:image" content="https://brickme.mulayim.app/img/logo.svg">

    <title>BrickMe - Lego Style Avatars</title>

    <!-- Favicons -->
    <link href="https://brickme.mulayim.app/img/favicons/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
    <link type="image/svg+xml" href="https://brickme.mulayim.app/img/favicons/favicon.svg" rel="icon" sizes="32x32">

    <link type="image/x-icon" href="https://brickme.mulayim.app/img/favicons/favicon.ico" rel="shortcut icon">

    <link href="https://brickme.mulayim.app/img/favicons/site.webmanifest" rel="manifest">
    <meta name="theme-color" content="#1E2127">

    <link href="https://fonts.bunny.net" rel="preconnect">
    <link href="https://fonts.bunny.net/css?family=figtree:400,500,600&amp;display=swap" rel="stylesheet">
    <link rel="preload" as="style" href="https://brickme.mulayim.app/build/assets/app-Bma3T4I6.css"><link rel="modulepreload" href="https://brickme.mulayim.app/build/assets/app-BPnfBaih.js"><link rel="stylesheet" href="https://brickme.mulayim.app/build/assets/app-Bma3T4I6.css"><script type="module" src="https://brickme.mulayim.app/build/assets/app-BPnfBaih.js"></script>
    <link type="image/x-icon" href="https://brickme.mulayim.app/img/favicons/favicon.ico" rel="shortcut icon">
</head>

<body class="font-sans antialiased">
    <nav class="bg-[#1E2127]" x-data="{ open: false }">
    <!-- Primary Navigation Menu -->
    <div class="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
        <div class="flex justify-between h-16">
            <div class="flex">
                <!-- Logo -->
                <div class="flex items-center shrink-0">
                    <a href="/">
                        <svg viewBox="0 0 316 316" xmlns="http://www.w3.org/2000/svg" class="block w-auto h-9 text-gray-200 fill-current">
    <rect width="316" height="316" fill="#FFD900"></rect>
    <rect x="98" y="145" width="120" height="26" fill="#1A1A1A"></rect>
</svg>
                    </a>
                </div>

                <!-- Navigation Links -->
                <div class="hidden space-x-8 sm:-my-px sm:ms-10 sm:flex">
                                    </div>
            </div>

            <!-- Settings Dropdown -->
            <div class="hidden sm:flex sm:items-center sm:ms-6">
                                    <div class="space-x-4">
                        <a class="text-base font-semibold text-gray-400 hover:text-gray-300" href="https://brickme.mulayim.app/login">
                            Log in
                        </a>
                        <a class="px-8 py-3 text-base font-semibold text-gray-900 rounded-md shadow-sm bg-gold-400 hover:bg-gold-300" href="https://brickme.mulayim.app/register">
                            Register
                        </a>
                    </div>
                            </div>

            <!-- Hamburger -->
            <div class="flex items-center -me-2 sm:hidden">
                <button class="inline-flex justify-center items-center p-2 text-gray-400 rounded-md transition duration-150 ease-in-out hover:text-gray-300 hover:bg-[#1A1D24] focus:outline-none focus:bg-[#1A1D24] focus:text-gray-300" @click="open = ! open">
                    <svg class="w-6 h-6" stroke="currentColor" fill="none" viewBox="0 0 24 24">
                        <path class="inline-flex" :class="{ 'hidden': open, 'inline-flex': !open }" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
                        <path class="hidden" :class="{ 'hidden': !open, 'inline-flex': open }" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
                    </svg>
                </button>
            </div>
        </div>
    </div>

    <!-- Responsive Navigation Menu -->
    <div class="hidden sm:hidden" :class="{ 'block': open, 'hidden': !open }">
                    <div class="pt-2 pb-3 space-y-1">
                <a class="block w-full ps-3 pe-4 py-2 border-l-4 border-transparent text-start text-base font-medium text-gray-400 hover:text-gray-300 hover:bg-[#1A1D24] hover:border-gray-700 focus:outline-none focus:text-gray-300 focus:bg-[#1A1D24] focus:border-gray-700 transition duration-150 ease-in-out" href="https://brickme.mulayim.app/login">
    Log in
</a>
                <a class="block w-full ps-3 pe-4 py-2 border-l-4 border-transparent text-start text-base font-medium text-gray-400 hover:text-gray-300 hover:bg-[#1A1D24] hover:border-gray-700 focus:outline-none focus:text-gray-300 focus:bg-[#1A1D24] focus:border-gray-700 transition duration-150 ease-in-out font-medium text-gold-400" href="https://brickme.mulayim.app/register">
    Register
</a>
            </div>
            </div>
</nav>

    <!-- Main Content -->
    <main class="relative">
        <div class="w-full bg-[#1E2127]">
    <div class="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
        <div class="flex flex-col justify-center items-center py-24 text-center">
            <div class="flex flex-col-reverse gap-16 items-center lg:flex-row lg:gap-24">
                <div class="flex flex-col items-center max-w-2xl text-center lg:items-center">
                    <h1 class="text-4xl font-bold tracking-tight text-center text-gray-100 sm:text-6xl">
                        Turn Photos into<br>
                        <span class="text-gold-400">LEGO Avatars</span>
                    </h1>

                    <p class="mt-6 text-lg leading-8 text-gray-300">
                        Create unique, personalized Lego-style avatars from your photos. Perfect for social media,
                        gaming
                        profiles, or just for fun!
                    </p>

                    <div class="flex gap-x-6 justify-center items-center mt-10 w-full">
                                                    <a class="px-8 py-3 text-base font-semibold text-gray-900 rounded-md shadow-sm bg-gold-400 hover:bg-gold-300" href="https://brickme.mulayim.app/register">
                                Get Started
                            </a>
                            <a class="text-base font-semibold text-gray-400 hover:text-gray-300" href="https://brickme.mulayim.app/login">
                                Log in <span aria-hidden="true">→</span>
                            </a>
                                            </div>
                </div>

                <div class="relative w-full max-w-md lg:max-w-lg">
                    <!-- Background glow effect -->
                    <div class="absolute -inset-0.5 bg-gradient-to-r rounded-xl opacity-30 blur from-gold-400 to-gold-300">
                    </div>

                    <!-- Main image -->
                    <div class="relative z-20">
                        <picture>
    <source srcset="https://brickme.mulayim.app/img/example/hero.webp" type="image/webp">
    <img class="w-full rounded-xl ring-1 shadow-2xl ring-gray-900/10" src="https://brickme.mulayim.app/img/example/hero.jpg" alt="Lego Avatar Example" loading="lazy">
</picture>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
    <div class="w-full bg-gold-400">
    <div class="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
        <div class="py-24">
            <!-- Section Header -->
            <div class="mb-24 text-center">
                <h2 class="text-3xl font-bold tracking-tight text-[#1E2127] sm:text-4xl">
                    Try It For Free
                </h2>
                <p class="mt-4 text-lg text-gray-800">
                    Get your first LEGO avatar completely free, no credit card required
                </p>
            </div>

            <!-- Showcase Grid -->
            <div class="grid grid-cols-1 gap-16 mt-20 lg:grid-cols-2">
                <!-- Before & After -->
                <div class="flex flex-col items-center space-y-6">
                    <h3 class="text-2xl font-semibold text-center text-[#1E2127]">Before &amp; After</h3>
                    <p class="text-center text-gray-800">See how our AI transforms your photos into LEGO masterpieces.
                    </p>
                    <div class="grid grid-cols-2 gap-4 mt-4 w-full max-w-lg">
                        <div class="overflow-hidden w-full rounded-xl shadow-lg aspect-square">
                            <picture>
    <source srcset="https://brickme.mulayim.app/img/example/before1.webp" type="image/webp">
    <img class="object-cover w-full h-full" src="https://brickme.mulayim.app/img/example/before1.jpg" alt="Original photo" loading="lazy">
</picture>
                        </div>
                        <div class="overflow-hidden w-full rounded-xl shadow-lg aspect-square">
                            <picture>
    <source srcset="https://brickme.mulayim.app/img/example/after1.webp" type="image/webp">
    <img class="object-cover w-full h-full" src="https://brickme.mulayim.app/img/example/after1.jpg" alt="LEGO avatar" loading="lazy">
</picture>
                        </div>
                    </div>
                </div>

                <!-- Example Results -->
                <div class="flex flex-col items-center space-y-6">
                    <h3 class="text-2xl font-semibold text-center text-[#1E2127]">Example Results</h3>
                    <p class="text-center text-gray-800">High-quality LEGO avatars for any occasion.</p>
                    <div class="grid grid-cols-2 gap-4 mt-4 w-full max-w-lg">
                        <div class="overflow-hidden w-full rounded-xl shadow-lg aspect-square">
                            <picture>
    <source srcset="https://brickme.mulayim.app/img/example/example1.webp" type="image/webp">
    <img class="object-cover w-full h-full" src="https://brickme.mulayim.app/img/example/example1.jpg" alt="LEGO avatar example 1" loading="lazy">
</picture>
                        </div>
                        <div class="overflow-hidden w-full rounded-xl shadow-lg aspect-square">
                            <picture>
    <source srcset="https://brickme.mulayim.app/img/example/example2.webp" type="image/webp">
    <img class="object-cover w-full h-full" src="https://brickme.mulayim.app/img/example/example2.jpg" alt="LEGO avatar example 2" loading="lazy">
</picture>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Call to Action -->
            <div class="mt-20 text-center">
                <div class="inline-flex flex-col items-center">
                    <a class="inline-block px-8 py-3 text-lg font-semibold text-gray-100 rounded-md shadow-sm bg-[#1E2127] hover:bg-gray-800" href="https://brickme.mulayim.app/register">
                        Create Your Free Avatar
                    </a>
                    <p class="mt-3 text-sm text-gray-700">No credit card required</p>
                </div>
            </div>
        </div>
    </div>
</div>
    <div class="w-full bg-[#1E2127]">
    <div class="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
        <div class="py-24">
            <div class="text-center">
                <h2 class="text-3xl font-bold tracking-tight text-gray-100 sm:text-4xl">
                    Simple, transparent pricing
                </h2>
                <p class="mt-4 text-lg text-gray-300">
                    Choose the package that best fits your creative needs.
                </p>
            </div>

            <div class="grid grid-cols-1 gap-8 mt-16 lg:grid-cols-3">
                <!-- Mini Maker -->
                <div class="flex flex-col p-8 h-full rounded-xl bg-white/5">
                    <div class="flex-grow">
                        <h3 class="text-2xl font-semibold text-gray-100">Mini Maker</h3>
                        <p class="mt-4 text-gray-300">Perfect for trying out our service</p>
                        <p class="mt-8">
                            <span class="text-4xl font-bold text-gray-100">$5</span>
                        </p>
                        <ul class="mt-8 space-y-4">
                            <li class="flex items-center text-gray-300">
                                <div class="flex-shrink-0 p-1.5 rounded-lg bg-gold-400">
                                    <svg class="w-5 h-5 text-gray-900" viewBox="0 0 20 20" fill="currentColor">
                                        <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path>
                                    </svg>
                                </div>
                                <span class="ml-3">15 credits to generate Lego figures</span>
                            </li>
                            <li class="flex items-center text-gray-300">
                                <div class="flex-shrink-0 p-1.5 rounded-lg bg-gold-400">
                                    <svg class="w-5 h-5 text-gray-900" viewBox="0 0 20 20" fill="currentColor">
                                        <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path>
                                    </svg>
                                </div>
                                <span class="ml-3">High quality LEGO avatars</span>
                            </li>
                            <li class="flex items-center text-gray-300">
                                <div class="flex-shrink-0 p-1.5 rounded-lg bg-gold-400">
                                    <svg class="w-5 h-5 text-gray-900" viewBox="0 0 20 20" fill="currentColor">
                                        <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path>
                                    </svg>
                                </div>
                                <span class="ml-3">Save all your generated avatars</span>
                            </li>
                        </ul>
                    </div>
                    <div class="mt-8">
                        <a class="block px-8 py-3 w-full text-base font-semibold text-center text-gray-900 rounded-md bg-gold-400 hover:bg-gold-300" href="https://brickme.mulayim.app/register">
                            Buy Now
                        </a>
                    </div>
                </div>

                <!-- Starter (Popular) -->
                <div class="flex overflow-hidden relative flex-col p-8 h-full rounded-xl bg-white/5">
                    <div class="absolute top-6 -right-11 w-40 transform rotate-45">
                        <div class="py-1 w-full text-sm font-medium text-center text-gray-900 bg-gold-400">
                            Popular
                        </div>
                    </div>
                    <div class="flex-grow">
                        <h3 class="text-2xl font-semibold text-gray-100">Starter</h3>
                        <p class="mt-4 text-gray-300">Perfect for getting started</p>
                        <p class="mt-8">
                            <span class="text-4xl font-bold text-gray-100">$9</span>
                        </p>
                        <ul class="mt-8 space-y-4">
                            <li class="flex items-center text-gray-300">
                                <div class="flex-shrink-0 p-1.5 rounded-lg bg-gold-400">
                                    <svg class="w-5 h-5 text-gray-900" viewBox="0 0 20 20" fill="currentColor">
                                        <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path>
                                    </svg>
                                </div>
                                <span class="ml-3">35 credits to generate Lego figures</span>
                            </li>
                            <li class="flex items-center text-gray-300">
                                <div class="flex-shrink-0 p-1.5 rounded-lg bg-gold-400">
                                    <svg class="w-5 h-5 text-gray-900" viewBox="0 0 20 20" fill="currentColor">
                                        <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path>
                                    </svg>
                                </div>
                                <span class="ml-3">High quality LEGO avatars</span>
                            </li>
                            <li class="flex items-center text-gray-300">
                                <div class="flex-shrink-0 p-1.5 rounded-lg bg-gold-400">
                                    <svg class="w-5 h-5 text-gray-900" viewBox="0 0 20 20" fill="currentColor">
                                        <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path>
                                    </svg>
                                </div>
                                <span class="ml-3">Save all your generated avatars</span>
                            </li>
                        </ul>
                    </div>
                    <div class="mt-8">
                        <a class="block px-8 py-3 w-full text-base font-semibold text-center text-gray-900 rounded-md bg-gold-400 hover:bg-gold-300" href="https://brickme.mulayim.app/register">
                            Buy Now
                        </a>
                    </div>
                </div>

                <!-- Pro -->
                <div class="flex flex-col p-8 h-full rounded-xl bg-white/5">
                    <div class="flex-grow">
                        <h3 class="text-2xl font-semibold text-gray-100">Pro</h3>
                        <p class="mt-4 text-gray-300">Best value for pros</p>
                        <p class="mt-8">
                            <span class="text-4xl font-bold text-gray-100">$29</span>
                        </p>
                        <ul class="mt-8 space-y-4">
                            <li class="flex items-center text-gray-300">
                                <div class="flex-shrink-0 p-1.5 rounded-lg bg-gold-400">
                                    <svg class="w-5 h-5 text-gray-900" viewBox="0 0 20 20" fill="currentColor">
                                        <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path>
                                    </svg>
                                </div>
                                <span class="ml-3">150 credits to generate Lego figures</span>
                            </li>
                            <li class="flex items-center text-gray-300">
                                <div class="flex-shrink-0 p-1.5 rounded-lg bg-gold-400">
                                    <svg class="w-5 h-5 text-gray-900" viewBox="0 0 20 20" fill="currentColor">
                                        <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path>
                                    </svg>
                                </div>
                                <span class="ml-3">High quality LEGO avatars</span>
                            </li>
                            <li class="flex items-center text-gray-300">
                                <div class="flex-shrink-0 p-1.5 rounded-lg bg-gold-400">
                                    <svg class="w-5 h-5 text-gray-900" viewBox="0 0 20 20" fill="currentColor">
                                        <path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path>
                                    </svg>
                                </div>
                                <span class="ml-3">Best value per avatar (only $0.19 each)</span>
                            </li>
                        </ul>
                    </div>
                    <div class="mt-8">
                        <a class="block px-8 py-3 w-full text-base font-semibold text-center text-gray-900 rounded-md bg-gold-400 hover:bg-gold-300" href="https://brickme.mulayim.app/register">
                            Buy Now
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
    </main>
    <footer class="w-full bg-[#1E2127] py-8">
    <div class="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
        <div class="flex flex-col justify-center items-center space-y-4">
            <!-- Social Links -->
            <div class="flex space-x-6">
                <a class="text-gray-400 hover:text-gray-300" href="#" target="_blank" rel="noopener noreferrer">
                    <span class="sr-only">Twitter</span>
                    <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24">
                        <path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84"></path>
                    </svg>
                </a>
                <a class="text-gray-400 hover:text-gray-300" href="#" target="_blank" rel="noopener noreferrer">
                    <span class="sr-only">Instagram</span>
                    <svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24">
                        <path fill-rule="evenodd" d="M12.315 2c2.43 0 2.784.013 3.808.06 1.064.049 1.791.218 2.427.465a4.902 4.902 0 011.772 1.153 4.902 4.902 0 011.153 1.772c.247.636.416 1.363.465 2.427.048 1.067.06 1.407.06 4.123v.08c0 2.643-.012 2.987-.06 4.043-.049 1.064-.218 1.791-.465 2.427a4.902 4.902 0 01-1.153 1.772 4.902 4.902 0 01-1.772 1.153c-.636.247-1.363.416-2.427.465-1.067.048-1.407.06-4.123.06h-.08c-2.643 0-2.987-.012-4.043-.06-1.064-.049-1.791-.218-2.427-.465a4.902 4.902 0 01-1.772-1.153 4.902 4.902 0 01-1.153-1.772c-.247-.636-.416-1.363-.465-2.427-.047-1.024-.06-1.379-.06-3.808v-.63c0-2.43.013-2.784.06-3.808.049-1.064.218-1.791.465-2.427a4.902 4.902 0 011.153-1.772A4.902 4.902 0 015.45 2.525c.636-.247 1.363-.416 2.427-.465C8.901 2.013 9.256 2 11.685 2h.63zm-.081 1.802h-.468c-2.456 0-2.784.011-3.807.058-.975.045-1.504.207-1.857.344-.467.182-.8.398-1.15.748-.35.35-.566.683-.748 1.15-.137.353-.3.882-.344 1.857-.047 1.023-.058 1.351-.058 3.807v.468c0 2.456.011 2.784.058 3.807.045.975.207 1.504.344 1.857.182.466.399.8.748 1.15.35.35.683.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.041.058h.08c2.597 0 2.917-.01 3.96-.058.976-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.683.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.041v-.08c0-2.597-.01-2.917-.058-3.96-.045-.976-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.023-.047-1.351-.058-3.807-.058zM12 6.865a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 1.802a3.333 3.333 0 100 6.666 3.333 3.333 0 000-6.666zm5.338-3.205a1.2 1.2 0 110 2.4 1.2 1.2 0 010-2.4z" clip-rule="evenodd"></path>
                    </svg>
                </a>
            </div>

            <!-- Legal Links -->
            <div class="flex space-x-4 text-sm">
                <a class="text-gray-400 hover:text-gray-300" href="https://brickme.mulayim.app/terms">Terms</a>
                <a class="text-gray-400 hover:text-gray-300" href="https://brickme.mulayim.app/privacy">Privacy</a>
                <a class="text-gray-400 hover:text-gray-300" href="https://brickme.mulayim.app/refund">Refund Policy</a>
            </div>

            <!-- Brand -->
            <div class="flex items-center space-x-2">
                <span class="text-sm font-semibold text-gray-400">Mulayim App</span>
            </div>

            <!-- Legal -->
            <p class="max-w-2xl text-xs text-center text-gray-400">
                "LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize or endorse this
                site"
            </p>
        </div>
    </div>
</footer>
    <div class="fixed bottom-0 left-0 right-0 z-50 p-4 bg-[#1E2127] border-t border-white/10" x-data="{ show: !localStorage.getItem('cookie-consent') }" x-show="show" x-transition="">
    <div class="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
        <div class="flex flex-col items-center space-y-4 md:flex-row md:justify-between md:items-center md:space-y-0">
            <div class="flex-1 text-sm text-center text-gray-300 md:text-left">
                We use cookies to enhance your experience. By continuing to visit this site you agree to our use of
                cookies.
                <a class="underline text-gold-400" href="https://brickme.mulayim.app/privacy">Learn more</a>
            </div>
            <div class="flex justify-center space-x-4 w-full md:w-auto">
                <button class="px-4 py-2 text-sm font-medium text-gray-900 rounded-md bg-gold-400 hover:bg-gold-300" @click="localStorage.setItem('cookie-consent', '1'); show = false">
                    Accept
                </button>
                <button class="px-4 py-2 text-sm font-medium text-gray-300 rounded-md border border-gray-600 hover:bg-white/5" @click="show = false">
                    Decline
                </button>
            </div>
        </div>
    </div>
</div>



</body></html>