<!DOCTYPE html>
<!-- Krijuar me Uebfaqe · uebfaqe.ai ✨ -->
<!-- Publikuar më 6 Shtator 2026, 19:43 UTC -->
<html lang="en"><head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content">

        <title>AI website builder - Uebfaqe</title>

        <meta name="description" content="Describe your business or your idea and Uebfaqe builds a complete site with AI, ready to customize and publish on your own domain in minutes." />

        <!-- Open Graph -->
        <meta property="og:type" content="website" />
        <meta property="og:site_name" content="Uebfaqe">
        <meta property="og:title" content="AI website builder - Uebfaqe" />
        <meta property="og:description" content="Describe your business or your idea and Uebfaqe builds a complete site with AI, ready to customize and publish on your own domain in minutes." />
        <meta property="og:image" content="https://uebfaqe.ai/og.png" />
        <meta property="og:image:width" content="1200">
        <meta property="og:image:height" content="688">
        <meta property="og:locale" content="en_US" />
        <meta property="og:url" content="https://uebfaqe.ai" />

        <!-- Twitter -->
        <meta name="twitter:card" content="summary_large_image">
        <meta name="twitter:site" content="@uebfaqe">
        <meta name="twitter:title" content="AI website builder - Uebfaqe" />
        <meta name="twitter:description" content="Describe your business or your idea and Uebfaqe builds a complete site with AI, ready to customize and publish on your own domain in minutes." />
        <meta name="twitter:image" content="https://uebfaqe.ai/og.png" />

        <meta name="theme-color" content="#ffffff">

        <script>
            ;(function () {
                var root = document.documentElement
                var read = function (key, field) {
                    try {
                        var direct = localStorage.getItem(key)
                        if (direct) return direct
                        var cached = localStorage.getItem('ch-profile')
                        return cached ? JSON.parse(cached)[field] : null
                    } catch (error) {
                        return null
                    }
                }
                var systemDark = function () {
                    try {
                        return window.matchMedia('(prefers-color-scheme: dark)')
                            .matches
                    } catch (error) {
                        return false
                    }
                }
                var accents = {
                    violet: {
                        base: '246.5 74.3% 63.3%',
                        dark: '246.5 62.9% 56.7%',
                        light: '246.4 76.7% 71.4%',
                        lighter: '246.2 68.1% 77.8%',
                        from: '244.9 100% 61.4%',
                        to: '269.9 100% 57.8%',
                        hex: '6b5ce7'
                    },
                    blue: {
                        base: '205.4 76% 56.8%',
                        dark: '205.4 64.6% 50.2%',
                        light: '205.3 78.4% 64.9%',
                        lighter: '205.1 69.8% 71.3%',
                        from: '205.4 100% 56.8%',
                        to: '230.4 100% 53.2%',
                        hex: '3d9ee5'
                    },
                    cyan: {
                        base: '176.9 79.3% 39.7%',
                        dark: '176.9 67.9% 33.1%',
                        light: '176.8 81.7% 47.8%',
                        lighter: '176.6 73.1% 54.2%',
                        from: '176.9 100% 39.7%',
                        to: '201.9 100% 36.1%',
                        hex: '15b6ad'
                    },
                    emerald: {
                        base: '148.3 68.9% 36.4%',
                        dark: '148.3 57.5% 29.8%',
                        light: '148.2 71.3% 44.5%',
                        lighter: '148 62.7% 50.9%',
                        from: '148.3 100% 36.4%',
                        to: '173.3 100% 32.8%',
                        hex: '1d9d59'
                    },
                    amber: {
                        base: '25.9 76.9% 47.2%',
                        dark: '25.9 65.5% 40.6%',
                        light: '25.8 79.3% 55.3%',
                        lighter: '25.6 70.7% 61.7%',
                        from: '25.9 100% 47.2%',
                        to: '50.9 100% 43.6%',
                        hex: 'd56c1c'
                    },
                    orange: {
                        base: '12.8 79.8% 50.1%',
                        dark: '12.8 68.4% 43.5%',
                        light: '12.7 82.2% 58.2%',
                        lighter: '12.5 73.6% 64.6%',
                        from: '12.8 100% 50.1%',
                        to: '37.8 100% 46.5%',
                        hex: 'e5461a'
                    },
                    rose: {
                        base: '337.9 74% 57.2%',
                        dark: '337.9 62.6% 50.6%',
                        light: '337.8 76.4% 65.3%',
                        lighter: '337.6 67.8% 71.7%',
                        from: '337.9 100% 57.2%',
                        to: '2.9 100% 53.6%',
                        hex: 'e3417d'
                    },
                    fuchsia: {
                        base: '280.4 68.9% 57.6%',
                        dark: '280.4 57.5% 51%',
                        light: '280.3 71.3% 65.7%',
                        lighter: '280.1 62.7% 72.1%',
                        from: '280.4 100% 57.6%',
                        to: '305.4 100% 54%',
                        hex: 'ad48dd'
                    }
                }
                var savedAccent = read('ch-accent', 'accent')
                var hasAccent = Object.prototype.hasOwnProperty.call(
                    accents,
                    savedAccent
                )
                var accent = hasAccent ? savedAccent : 'violet'
                var ramp = accents[accent]
                root.setAttribute('data-accent', accent)
                root.style.setProperty('--boot-brand', ramp.base)
                root.style.setProperty('--boot-brand-dark', ramp.dark)
                root.style.setProperty('--boot-brand-light', ramp.light)
                root.style.setProperty('--boot-brand-lighter', ramp.lighter)
                root.style.setProperty('--boot-brand-from', ramp.from)
                root.style.setProperty('--boot-brand-to', ramp.to)
                root.style.setProperty(
                    '--boot-dither',
                    'url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27%3E%3Cg fill=%27%23' +
                        ramp.hex +
                        '%27 fill-opacity=%270.6%27%3E%3Crect x=%270%27 y=%270%27 width=%272%27 height=%272%27/%3E%3Crect x=%278%27 y=%270%27 width=%272%27 height=%272%27/%3E%3Crect x=%274%27 y=%274%27 width=%272%27 height=%272%27/%3E%3Crect x=%2712%27 y=%274%27 width=%272%27 height=%272%27/%3E%3Crect x=%270%27 y=%278%27 width=%272%27 height=%272%27/%3E%3Crect x=%278%27 y=%278%27 width=%272%27 height=%272%27/%3E%3Crect x=%274%27 y=%2712%27 width=%272%27 height=%272%27/%3E%3Crect x=%2712%27 y=%2712%27 width=%272%27 height=%272%27/%3E%3C/g%3E%3C/svg%3E")'
                )
                var known = ['sq', 'en', 'fr', 'de', 'el', 'tr', 'ar', 'ru', 'zh']
                var stored = read('ch-language', 'language')
                var seg = (
                    typeof location === 'undefined' ? '' : location.pathname
                ).split('/')[1]
                var lang =
                    known.indexOf(seg) !== -1
                        ? seg
                        : known.indexOf(stored) === -1
                          ? 'en'
                          : stored
                root.setAttribute('lang', lang)
                root.setAttribute('dir', lang === 'ar' ? 'rtl' : 'ltr')
                var theme = read('ch-theme', 'theme') || 'light'
                var resolved = theme
                if (theme === 'automatic')
                    resolved = systemDark() ? 'dark' : 'light'
                root.setAttribute('data-theme', resolved)
                root.setAttribute('data-theme-preference', theme)
                root.style.colorScheme = resolved === 'dark' ? 'dark' : 'light'
                var tag = document.querySelector('meta[name="theme-color"]')
                if (tag)
                    tag.setAttribute(
                        'content',
                        resolved === 'dark' ? '#0e0e11' : '#ffffff'
                    )
            })()
        </script>

        <script type="application/ld+json">
            {
                "@context": "https://schema.org",
                "@type": "Organization",
                "name": "Uebfaqe",
                "url": "https://uebfaqe.ai",
                "logo": "https://uebfaqe.ai/uebfaqe-mark.png",
                "description": "Krijo uebfaqen tënde profesionale me AI brenda pak minutash, falas, dhe publikoje me një klik.",
                "inLanguage": "sq",
                "sameAs": [
                    "https://l.uebfaqe.ai/x",
                    "https://l.uebfaqe.ai/facebook",
                    "https://l.uebfaqe.ai/instagram",
                    "https://l.uebfaqe.ai/threads",
                    "https://l.uebfaqe.ai/youtube"
                ],
                "contactPoint": {
                    "@type": "ContactPoint",
                    "email": "support@uebfaqe.ai",
                    "contactType": "customer support"
                }
            }
        </script>

        <script type="application/ld+json">
            {
                "@context": "https://schema.org",
                "@type": "WebSite",
                "name": "Uebfaqe",
                "url": "https://uebfaqe.ai",
                "inLanguage": "sq"
            }
        </script>

        <meta http-equiv="x-dns-prefetch-control" content="on">

        <link rel="icon" type="image/x-icon" href="/favicon.ico">

        <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
        <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
        <link rel="manifest" href="/site.webmanifest">
        <link rel="preload" as="font" type="font/woff2" href="/fonts/dm-sans-latin-wght-normal.woff2" crossorigin="">
        <link rel="preload" as="font" type="font/woff2" href="/fonts/bricolage-grotesque-latin-wght-normal.woff2" crossorigin="">
        <link rel="preconnect" href="https://cdn.uebfaqe.ai" crossorigin="">
        <link rel="preconnect" href="https://api.uebfaqe.ai" crossorigin="">
        <link rel="dns-prefetch" href="https://accounts.google.com">

        <style>
            #app-preloader {
                position: fixed;
                inset: 0;
                z-index: 2147483000;
                overflow: hidden;
                background: #ffffff;
                opacity: 1;
                visibility: visible;
                transition: opacity 0.35s ease;
            }
            #app-preloader.app-preloader-hidden {
                opacity: 0;
                visibility: hidden;
                pointer-events: none;
                transition:
                    opacity 0.35s ease,
                    visibility 0s 0.35s;
            }
            html:has(#app-preloader:not(.app-preloader-hidden)),
            body:has(#app-preloader:not(.app-preloader-hidden)) {
                overflow: hidden;
            }
            .apl-backdrop {
                position: absolute;
                inset-inline: 0;
                top: 0;
                height: 860px;
                overflow: hidden;
                pointer-events: none;
            }
            .apl-backdrop > span {
                position: absolute;
                inset: 0;
                display: block;
            }
            .apl-base {
                background-image: linear-gradient(
                    to bottom left,
                    hsl(var(--boot-brand) / 0.18),
                    hsl(var(--boot-brand-light) / 0.1),
                    transparent
                );
            }
            .apl-accent {
                background-image: radial-gradient(
                    ellipse 60% 52% at 4% -8%,
                    hsl(var(--boot-brand-lighter) / 0.2),
                    transparent 62%
                );
            }
            .apl-top {
                background-image:
                    radial-gradient(
                        ellipse 88% 80% at 100% -18%,
                        hsl(var(--boot-brand-dark) / 0.4),
                        hsl(var(--boot-brand) / 0.1) 46%,
                        transparent 70%
                    ),
                    linear-gradient(
                        to bottom,
                        hsl(var(--boot-brand) / 0.1),
                        transparent 36%
                    );
            }
            .apl-dither {
                background-image: var(--boot-dither);
                background-size: 16px 16px;
                opacity: 0.5;
                mix-blend-mode: soft-light;
                -webkit-mask-image: linear-gradient(
                    to bottom,
                    #000 45%,
                    transparent 92%
                );
                mask-image: linear-gradient(
                    to bottom,
                    #000 45%,
                    transparent 92%
                );
            }
            .apl-grain {
                background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
                background-size: 130px 130px;
                opacity: 0.5;
                mix-blend-mode: overlay;
                -webkit-mask-image: linear-gradient(
                    to bottom,
                    #000 45%,
                    transparent 92%
                );
                mask-image: linear-gradient(
                    to bottom,
                    #000 45%,
                    transparent 92%
                );
            }
            .apl-fade {
                background-image: linear-gradient(
                    to bottom,
                    transparent,
                    rgba(255, 255, 255, 0.6),
                    #ffffff
                );
            }
            .apl-star {
                display: none;
                position: absolute;
                top: -7rem;
                right: -7rem;
                width: 28rem;
                height: 28rem;
                opacity: 0.3;
                pointer-events: none;
            }
            .apl-star svg {
                display: block;
                width: 100%;
                height: 100%;
            }
            .apl-center {
                position: relative;
                z-index: 10;
                display: flex;
                height: 100%;
                width: 100%;
                align-items: center;
                justify-content: center;
            }
            #app-preloader .apl-stop-from {
                stop-color: hsl(var(--boot-brand-from));
            }
            #app-preloader .apl-stop-to {
                stop-color: hsl(var(--boot-brand-to));
            }
            #app-preloader .apl-mark {
                stroke-dasharray: 1;
                stroke-dashoffset: 1;
                stroke: #a1a1aa;
                fill-opacity: 0;
                animation: apl-reveal 2s ease-out forwards;
            }
            @keyframes apl-reveal {
                0% {
                    stroke-dashoffset: 1;
                    stroke: #a1a1aa;
                    fill-opacity: 0;
                }
                44% {
                    stroke-dashoffset: 0;
                    stroke: #a1a1aa;
                    fill-opacity: 0;
                }
                62% {
                    stroke-dashoffset: 0;
                    stroke: #18181b;
                    fill-opacity: 0;
                }
                100% {
                    stroke-dashoffset: 0;
                    stroke: #18181b;
                    fill-opacity: 1;
                }
            }
            @media (prefers-reduced-motion: reduce) {
                #app-preloader .apl-mark {
                    animation: none;
                    stroke: #18181b;
                    stroke-dashoffset: 0;
                    fill-opacity: 1;
                }
            }
            html[data-theme='dark'] #app-preloader {
                background: #0e0e11;
            }
            html[data-theme='dark'] #app-preloader .apl-mark {
                stroke: #52525b;
                animation-name: apl-reveal-dark;
            }
            @keyframes apl-reveal-dark {
                0% {
                    stroke-dashoffset: 1;
                    stroke: #52525b;
                    fill-opacity: 0;
                }
                44% {
                    stroke-dashoffset: 0;
                    stroke: #52525b;
                    fill-opacity: 0;
                }
                62% {
                    stroke-dashoffset: 0;
                    stroke: #fafafa;
                    fill-opacity: 0;
                }
                100% {
                    stroke-dashoffset: 0;
                    stroke: #fafafa;
                    fill-opacity: 1;
                }
            }
            @media (prefers-reduced-motion: reduce) {
                html[data-theme='dark'] #app-preloader .apl-mark {
                    animation: none;
                    stroke: #fafafa;
                    stroke-dashoffset: 0;
                    fill-opacity: 1;
                }
            }
        </style>
      <script type="module" crossorigin="" src="/assets/app-DrwtC7TU.js"></script>
      <link rel="modulepreload" crossorigin="" href="/assets/vendor-query-BeeWncHV.js">
      <link rel="modulepreload" crossorigin="" href="/assets/vendor-charts-Cm_3_qz2.js">
      <link rel="modulepreload" crossorigin="" href="/assets/vendor-firebase-DKc_slxC.js">
      <link rel="modulepreload" crossorigin="" href="/assets/vendor-motion-BhQVaQDE.js">
      <link rel="modulepreload" crossorigin="" href="/assets/vendor-dnd-1V2pBR8S.js">
      <link rel="modulepreload" crossorigin="" href="/assets/vendor-flags-D4uS06FN.js">
      <link rel="stylesheet" crossorigin="" href="/assets/app-Dq1OSAcj.css">
      <script async="" data-cfasync="false" src="https://www.googletagmanager.com/gtag/js?id=G-GX2H6LJJRF"></script>
      <script data-cfasync="false">window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}window.gtag=gtag;gtag('js',new Date());gtag('config','G-GX2H6LJJRF')</script>
      <script data-cfasync="false">(function(h,o,t,j,a,r){h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};h._hjSettings={hjid:6739318,hjsv:6};a=o.getElementsByTagName('head')[0];r=o.createElement('script');r.async=1;r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;a.appendChild(r)})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=')</script>
      <script data-cfasync="false">(function(c,l,a,r,i,t,y){c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1;t.src='https://www.clarity.ms/tag/'+i;y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y)})(window,document,'clarity','script','xetfpk8f11')</script>
    <link rel="modulepreload" crossorigin="" href="/assets/Ballina-DL72BY-5.js">
    <link rel="canonical" href="https://uebfaqe.ai" />
    <link rel="alternate" type="text/markdown" href="https://uebfaqe.ai/index.md" title="Markdown version" />
    <meta property="og:image:alt" content="Uebfaqe, the AI website builder" />
    <meta name="twitter:image:alt" content="Uebfaqe, the AI website builder" />
    <link rel="alternate" hreflang="en-US" href="https://uebfaqe.ai" />
    <link rel="alternate" hreflang="x-default" href="https://uebfaqe.ai" />
    <link rel="alternate" hreflang="fr-FR" href="https://uebfaqe.ai/fr" />
    <link rel="alternate" hreflang="de-DE" href="https://uebfaqe.ai/de" />
    <link rel="alternate" hreflang="sq-AL" href="https://uebfaqe.ai/sq" />
    <link rel="alternate" hreflang="el-GR" href="https://uebfaqe.ai/el" />
    <link rel="alternate" hreflang="tr-TR" href="https://uebfaqe.ai/tr" />
    <link rel="alternate" hreflang="ar-SA" href="https://uebfaqe.ai/ar" />
    <link rel="alternate" hreflang="ru-RU" href="https://uebfaqe.ai/ru" />
    <link rel="alternate" hreflang="zh-CN" href="https://uebfaqe.ai/zh" />
    <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"SoftwareApplication","name":"Uebfaqe","applicationCategory":"WebApplication","operatingSystem":"Web","url":"https://uebfaqe.ai","inLanguage":"en-US","description":"Describe your business or your idea and Uebfaqe builds a complete site with AI, ready to customize and publish on your own domain in minutes.","offers":[{"@type":"Offer","name":"Starto","price":"0.00","priceCurrency":"EUR"},{"@type":"Offer","name":"Premium","price":"15.00","priceCurrency":"EUR"}]},{"@type":"FAQPage","inLanguage":"en-US","mainEntity":[{"@type":"Question","name":"Do I need technical knowledge?","acceptedAnswer":{"@type":"Answer","text":"No. You describe what you want and Uebfaqe builds everything for you. Then you edit it with simple clicks."}},{"@type":"Question","name":"How long does it take to create a website?","acceptedAnswer":{"@type":"Answer","text":"Usually about two minutes for the first version. After that you adjust it as much as you like."}},{"@type":"Question","name":"Can I change the text, colors and photos myself?","acceptedAnswer":{"@type":"Answer","text":"Yes. You edit every element directly with clicks, or you ask the AI for the changes in your own words."}},{"@type":"Question","name":"Does it look good on mobile?","acceptedAnswer":{"@type":"Answer","text":"Yes. Every website adapts automatically to desktop, tablet and mobile."}},{"@type":"Question","name":"Can I publish it on my own domain?","acceptedAnswer":{"@type":"Answer","text":"Yes. You can connect your own domain or use a free subdomain."}},{"@type":"Question","name":"Is it optimized for Google?","acceptedAnswer":{"@type":"Answer","text":"Yes. Every website comes with basic SEO, metadata and a clean structure."}},{"@type":"Question","name":"Can I see how many visitors my website gets?","acceptedAnswer":{"@type":"Answer","text":"Yes. Every published website has real time statistics: visitors online right now, the most viewed pages, the sources and the countries of your visitors."}},{"@type":"Question","name":"How much does it cost?","acceptedAnswer":{"@type":"Answer","text":"You can start for free. Plans with extra features are on the pricing page."}}]}]}</script>
  <meta name="generator" content="Uebfaqe">
  </head>

    <body>
        <div id="app-preloader" aria-hidden="true">
            <div class="apl-star">
                <svg viewBox="0 0 61 63" xmlns="http://www.w3.org/2000/svg">
                    <path d="M21.8789 31.5967L33.502 38.3691L33.7207 38.4961L33.7471 38.748L36.0957 60.9658L36.1543 61.5234L35.5938 61.5186L21.2705 61.3994L20.7021 61.3945L20.7793 60.832L22.8467 45.7178L20.9648 44.6299L9.13867 53.9268L8.69043 54.2793L8.39941 53.7881L1.00293 41.3135L0.716797 40.8311L1.22852 40.6016L21.4229 31.5723L21.6572 31.4678L21.8789 31.5967ZM52.8242 10.873L59.8691 23.4668L60.1436 23.958L59.624 24.1729L45.6094 29.9844V32.167L59.6211 37.8613L60.1436 38.0742L59.8701 38.5674L52.8252 51.2803L52.5488 51.7783L52.0908 51.4395L34.2451 38.252L34.042 38.1016V24.0527L34.2451 23.9033L52.0908 10.7148L52.5479 10.3779L52.8242 10.873ZM36.0957 1.07129L33.7471 23.2891L33.7207 23.541L33.502 23.668L21.8789 30.4404L21.6572 30.5693L21.4229 30.4648L1.22852 21.4355L0.717773 21.207L1.00195 20.7246L8.28125 8.36914L8.57031 7.87793L9.01855 8.22754L20.9629 17.5254L22.8467 16.4365L20.7793 1.32422L20.7031 0.765625L21.2666 0.755859L35.5898 0.518555L36.1553 0.508789L36.0957 1.07129Z" fill="#ffffff"></path>
                </svg>
            </div>

            <div class="apl-center">
                <svg width="42" height="42" viewBox="0 0 61 63" fill="none" xmlns="http://www.w3.org/2000/svg" role="status" aria-label="Loading">
                    <path class="apl-mark" d="M21.8789 31.5967L33.502 38.3691L33.7207 38.4961L33.7471 38.748L36.0957 60.9658L36.1543 61.5234L35.5938 61.5186L21.2705 61.3994L20.7021 61.3945L20.7793 60.832L22.8467 45.7178L20.9648 44.6299L9.13867 53.9268L8.69043 54.2793L8.39941 53.7881L1.00293 41.3135L0.716797 40.8311L1.22852 40.6016L21.4229 31.5723L21.6572 31.4678L21.8789 31.5967ZM52.8242 10.873L59.8691 23.4668L60.1436 23.958L59.624 24.1729L45.6094 29.9844V32.167L59.6211 37.8613L60.1436 38.0742L59.8701 38.5674L52.8252 51.2803L52.5488 51.7783L52.0908 51.4395L34.2451 38.252L34.042 38.1016V24.0527L34.2451 23.9033L52.0908 10.7148L52.5479 10.3779L52.8242 10.873ZM36.0957 1.07129L33.7471 23.2891L33.7207 23.541L33.502 23.668L21.8789 30.4404L21.6572 30.5693L21.4229 30.4648L1.22852 21.4355L0.717773 21.207L1.00195 20.7246L8.28125 8.36914L8.57031 7.87793L9.01855 8.22754L20.9629 17.5254L22.8467 16.4365L20.7793 1.32422L20.7031 0.765625L21.2666 0.755859L35.5898 0.518555L36.1553 0.508789L36.0957 1.07129Z" pathLength="1" fill="url(#aplGradient)" stroke-width="3" stroke-linejoin="round" stroke-linecap="round"></path>

                    <defs>
                        <linearGradient id="aplGradient" x1="-11.722" y1="1.01855" x2="77.9427" y2="11.1944" gradientUnits="userSpaceOnUse">
                            <stop class="apl-stop-from" stop-opacity="0.83"></stop>
                            <stop class="apl-stop-to" offset="0.746104" stop-opacity="0.38"></stop>
                        </linearGradient>
                    </defs>
                </svg>
            </div>
        </div>

        <div id="root" data-server-rendered="true"><!--$--><div class="fixed inset-0 flex overflow-hidden bg-canvas text-zinc-900"><div class="relative flex min-w-0 flex-1 flex-col overflow-hidden"><header class="absolute inset-x-0 top-0 z-30 h-16 shrink-0 border-b transition-colors duration-300 border-transparent bg-transparent text-white"><div class="relative mx-auto flex h-full w-full max-w-6xl items-center gap-2 px-6"><a aria-label="Uebfaqe" class="mr-2 flex items-center" href="/?noredirect=1"><span class="flex items-center gap-2" aria-label="uebfaqe"><svg height="26" viewBox="0 0 191 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M36 7.50586L40.7178 15.9023L40.9941 16.3936L40.4727 16.6094L31.1885 20.4414V21.6709L40.4697 25.4258L40.9941 25.6387L40.7188 26.1328L36.001 34.6074L35.7246 35.1035L35.2676 34.7676L23.3154 25.9756L23.2158 25.9014L23.2432 26.1543L24.8154 40.9658L24.875 41.5234L24.3145 41.5186L14.7207 41.4395L14.1523 41.4346L14.2295 40.8711L15.5986 30.9082L14.5312 30.293L6.69727 36.4219L6.25098 36.7725L5.95996 36.2842L1.00586 27.9678L0.717773 27.4834L1.23242 27.2549L14.7578 21.2354L14.9912 21.1309L15.2119 21.2598L22.9971 25.7744L23.21 25.8975L23.1113 25.8252V16.29L23.3154 16.1406L35.2676 7.34863L35.7227 7.01367L36 7.50586ZM24.8154 1.07129L23.2432 15.8828L23.2158 16.1357L22.9971 16.2627L15.2119 20.7773L14.9912 20.9062L14.7578 20.8018L1.23242 14.7822L0.719727 14.5537L1.00488 14.0703L5.88086 5.83301L6.16895 5.3457L6.61719 5.69238L14.5293 11.8232L15.5996 11.208L14.2295 1.24512L14.1523 0.686523L14.7168 0.676758L24.3105 0.518555L24.875 0.509766L24.8154 1.07129Z" fill="url(#logo-grad-Rb5)" stroke="#ffffff"></path><path d="M55.9235 9.75455V23.7386C55.9235 28.0266 57.3955 30.6186 61.5875 30.6186C65.7155 30.6186 67.3155 27.8026 67.3155 23.7386V9.75455H70.5155V23.5146C70.5155 29.8826 67.3155 33.3706 61.0115 33.3706C54.5155 33.3706 51.3795 29.9146 51.3795 23.5466V9.75455H55.9235ZM91.5825 27.5146C91.5825 31.6106 87.7425 33.3386 83.6465 33.3386C78.2065 33.3386 74.6545 30.0426 74.6545 24.6026C74.6545 19.2906 78.0785 15.8026 83.3905 15.8026C88.5425 15.8026 91.8065 18.8426 91.8065 23.9946C91.8065 24.4746 91.7745 24.9226 91.7425 25.4666H78.9105C79.1345 28.5066 80.6065 31.1946 83.6465 31.1946C86.0145 31.1946 87.4225 29.8826 87.4225 27.5146H91.5825ZM83.3905 17.9466C80.4785 17.9466 79.1985 20.4426 78.9425 23.3546H87.7425C87.7425 20.2506 86.4945 17.9466 83.3905 17.9466ZM113.794 24.4746C113.794 29.4346 110.658 33.3386 105.762 33.3386C102.946 33.3386 100.994 32.0906 99.9063 30.2986L99.4263 33.0186H95.7783V8.47455H99.9063V18.5226C101.122 16.9226 103.298 15.8026 105.794 15.8026C110.754 15.8026 113.794 19.4826 113.794 24.4746ZM104.738 18.2026C101.474 18.2026 99.9063 21.1146 99.9063 24.5066C99.9063 27.8986 101.442 30.8106 104.738 30.8106C108.002 30.8106 109.538 27.8026 109.538 24.4746C109.538 21.1786 108.034 18.2026 104.738 18.2026ZM127.507 18.2346H122.355V33.0186H118.227V18.2346H115.891V16.1226H118.323V14.1066C118.323 10.0106 121.075 8.15455 125.267 8.15455C126.579 8.15455 127.635 8.34655 128.499 8.53855V10.6506C127.827 10.5866 127.251 10.5546 126.547 10.5546C123.731 10.5546 122.355 11.5146 122.355 14.3306V16.1226H127.507V18.2346ZM142.801 33.0186L142.097 30.4266C141.265 32.1546 139.153 33.3386 136.113 33.3386C132.593 33.3386 130.033 31.7706 130.033 28.4426C130.033 26.5866 130.929 25.2746 132.401 24.3786C134.065 23.3546 136.113 23.0666 139.377 23.0666C140.305 23.0666 141.265 23.0986 142.065 23.1306V21.6586C142.065 19.3546 140.817 17.9466 138.545 17.9466C136.305 17.9466 134.993 19.0986 134.993 21.3386H130.961V20.9866C130.961 17.8186 133.745 15.8026 138.545 15.8026C142.833 15.8026 146.193 17.8186 146.193 22.1066V33.0186H142.801ZM134.257 28.2186C134.257 29.9466 135.473 30.9706 137.585 30.9706C140.337 30.9706 142.065 29.0506 142.065 26.2986V25.1466H140.721C138.449 25.1466 136.337 25.3066 135.217 26.2026C134.609 26.6826 134.257 27.3226 134.257 28.2186ZM157.936 15.8026C160.56 15.8026 162.768 17.0186 163.792 18.8746L164.304 16.1226H167.92V39.8986H163.792V30.3626C162.8 32.0906 160.848 33.3386 157.968 33.3386C153.072 33.3386 149.936 29.6586 149.936 24.6666C149.936 19.7066 153.008 15.8026 157.936 15.8026ZM158.96 30.6826C162.32 30.6826 163.792 27.9306 163.792 24.5066C163.792 21.3066 162.288 18.2346 158.928 18.2346C155.696 18.2346 154.192 21.2426 154.192 24.5386C154.192 27.8026 155.728 30.6826 158.96 30.6826ZM188.833 27.5146C188.833 31.6106 184.993 33.3386 180.897 33.3386C175.457 33.3386 171.905 30.0426 171.905 24.6026C171.905 19.2906 175.329 15.8026 180.641 15.8026C185.793 15.8026 189.057 18.8426 189.057 23.9946C189.057 24.4746 189.025 24.9226 188.993 25.4666H176.161C176.385 28.5066 177.857 31.1946 180.897 31.1946C183.265 31.1946 184.673 29.8826 184.673 27.5146H188.833ZM180.641 17.9466C177.729 17.9466 176.449 20.4426 176.193 23.3546H184.993C184.993 20.2506 183.745 17.9466 180.641 17.9466Z" fill="#ffffff"></path><mask id="logo-mask-Rb5" maskUnits="userSpaceOnUse" x="50.4355" y="7.01855" width="140" height="34" fill="black"><rect fill="white" x="50.4355" y="7.01855" width="140" height="34"></rect><path d="M55.9235 9.75455V23.7386C55.9235 28.0266 57.3955 30.6186 61.5875 30.6186C65.7155 30.6186 67.3155 27.8026 67.3155 23.7386V9.75455H70.5155V23.5146C70.5155 29.8826 67.3155 33.3706 61.0115 33.3706C54.5155 33.3706 51.3795 29.9146 51.3795 23.5466V9.75455H55.9235ZM91.5825 27.5146C91.5825 31.6106 87.7425 33.3386 83.6465 33.3386C78.2065 33.3386 74.6545 30.0426 74.6545 24.6026C74.6545 19.2906 78.0785 15.8026 83.3905 15.8026C88.5425 15.8026 91.8065 18.8426 91.8065 23.9946C91.8065 24.4746 91.7745 24.9226 91.7425 25.4666H78.9105C79.1345 28.5066 80.6065 31.1946 83.6465 31.1946C86.0145 31.1946 87.4225 29.8826 87.4225 27.5146H91.5825ZM83.3905 17.9466C80.4785 17.9466 79.1985 20.4426 78.9425 23.3546H87.7425C87.7425 20.2506 86.4945 17.9466 83.3905 17.9466ZM113.794 24.4746C113.794 29.4346 110.658 33.3386 105.762 33.3386C102.946 33.3386 100.994 32.0906 99.9063 30.2986L99.4263 33.0186H95.7783V8.47455H99.9063V18.5226C101.122 16.9226 103.298 15.8026 105.794 15.8026C110.754 15.8026 113.794 19.4826 113.794 24.4746ZM104.738 18.2026C101.474 18.2026 99.9063 21.1146 99.9063 24.5066C99.9063 27.8986 101.442 30.8106 104.738 30.8106C108.002 30.8106 109.538 27.8026 109.538 24.4746C109.538 21.1786 108.034 18.2026 104.738 18.2026ZM127.507 18.2346H122.355V33.0186H118.227V18.2346H115.891V16.1226H118.323V14.1066C118.323 10.0106 121.075 8.15455 125.267 8.15455C126.579 8.15455 127.635 8.34655 128.499 8.53855V10.6506C127.827 10.5866 127.251 10.5546 126.547 10.5546C123.731 10.5546 122.355 11.5146 122.355 14.3306V16.1226H127.507V18.2346ZM142.801 33.0186L142.097 30.4266C141.265 32.1546 139.153 33.3386 136.113 33.3386C132.593 33.3386 130.033 31.7706 130.033 28.4426C130.033 26.5866 130.929 25.2746 132.401 24.3786C134.065 23.3546 136.113 23.0666 139.377 23.0666C140.305 23.0666 141.265 23.0986 142.065 23.1306V21.6586C142.065 19.3546 140.817 17.9466 138.545 17.9466C136.305 17.9466 134.993 19.0986 134.993 21.3386H130.961V20.9866C130.961 17.8186 133.745 15.8026 138.545 15.8026C142.833 15.8026 146.193 17.8186 146.193 22.1066V33.0186H142.801ZM134.257 28.2186C134.257 29.9466 135.473 30.9706 137.585 30.9706C140.337 30.9706 142.065 29.0506 142.065 26.2986V25.1466H140.721C138.449 25.1466 136.337 25.3066 135.217 26.2026C134.609 26.6826 134.257 27.3226 134.257 28.2186ZM157.936 15.8026C160.56 15.8026 162.768 17.0186 163.792 18.8746L164.304 16.1226H167.92V39.8986H163.792V30.3626C162.8 32.0906 160.848 33.3386 157.968 33.3386C153.072 33.3386 149.936 29.6586 149.936 24.6666C149.936 19.7066 153.008 15.8026 157.936 15.8026ZM158.96 30.6826C162.32 30.6826 163.792 27.9306 163.792 24.5066C163.792 21.3066 162.288 18.2346 158.928 18.2346C155.696 18.2346 154.192 21.2426 154.192 24.5386C154.192 27.8026 155.728 30.6826 158.96 30.6826ZM188.833 27.5146C188.833 31.6106 184.993 33.3386 180.897 33.3386C175.457 33.3386 171.905 30.0426 171.905 24.6026C171.905 19.2906 175.329 15.8026 180.641 15.8026C185.793 15.8026 189.057 18.8426 189.057 23.9946C189.057 24.4746 189.025 24.9226 188.993 25.4666H176.161C176.385 28.5066 177.857 31.1946 180.897 31.1946C183.265 31.1946 184.673 29.8826 184.673 27.5146H188.833ZM180.641 17.9466C177.729 17.9466 176.449 20.4426 176.193 23.3546H184.993C184.993 20.2506 183.745 17.9466 180.641 17.9466Z"></path></mask><defs><linearGradient id="logo-grad-Rb5" x1="-7.37498" y1="1.01855" x2="52.6723" y2="7.86484" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffffff" stop-opacity="1"></stop><stop offset="0.746104" stop-color="#ffffff" stop-opacity="1"></stop></linearGradient></defs></svg></span></a><nav class="hidden items-center gap-1 md:flex"><a class="inline-flex touch-manipulation items-center justify-center gap-1.5 whitespace-nowrap rounded-xl font-semibold focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 h-8 px-3 py-1.5 text-xs relative transition-colors duration-200 text-white hover:bg-white/15 hover:text-white" href="/templates"><span class="relative">Templates</span></a><a class="inline-flex touch-manipulation items-center justify-center gap-1.5 whitespace-nowrap rounded-xl font-semibold focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 h-8 px-3 py-1.5 text-xs relative transition-colors duration-200 text-white hover:bg-white/15 hover:text-white" href="/features"><span class="relative">Features</span></a><a class="inline-flex touch-manipulation items-center justify-center gap-1.5 whitespace-nowrap rounded-xl font-semibold focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 h-8 px-3 py-1.5 text-xs relative transition-colors duration-200 text-white hover:bg-white/15 hover:text-white" href="/pricing"><span class="relative">Pricing</span></a></nav><div class="ml-auto flex items-center gap-1 sm:gap-2"><button class="inline-flex touch-manipulation items-center justify-center gap-1.5 whitespace-nowrap rounded-xl text-sm font-semibold transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 h-8 w-8 text-white hover:bg-white/15 hover:text-white" aria-label="Language" type="button" id="radix-:R1r5:" aria-haspopup="menu" aria-expanded="false" data-state="closed"><span style="height:17px;width:17px" class="inline-flex shrink-0 items-center justify-center overflow-hidden rounded-full ring-1 ring-zinc-900/10"><svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 512 512" aria-hidden="true"><mask id=":Rpr5:"><circle cx="256" cy="256" r="256" fill="#fff"></circle></mask><g mask="url(#:Rpr5:)"><path fill="#eee" d="m0 0 8 22-8 23v23l32 54-32 54v32l32 48-32 48v32l32 54-32 54v68l22-8 23 8h23l54-32 54 32h32l48-32 48 32h32l54-32 54 32h68l-8-22 8-23v-23l-32-54 32-54v-32l-32-48 32-48v-32l-32-54 32-54V0l-22 8-23-8h-23l-54 32-54-32h-32l-48 32-48-32h-32l-54 32L68 0H0z"></path><path fill="#0052b4" d="M336 0v108L444 0Zm176 68L404 176h108zM0 176h108L0 68ZM68 0l108 108V0Zm108 512V404L68 512ZM0 444l108-108H0Zm512-108H404l108 108Zm-68 176L336 404v108z"></path><path fill="#d80027" d="M0 0v45l131 131h45L0 0zm208 0v208H0v96h208v208h96V304h208v-96H304V0h-96zm259 0L336 131v45L512 0h-45zM176 336 0 512h45l131-131v-45zm160 0 176 176v-45L381 336h-45z"></path></g></svg></span></button><button class="inline-flex touch-manipulation items-center justify-center gap-1.5 whitespace-nowrap rounded-xl text-sm font-semibold transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 h-8 w-8 text-white hover:bg-white/15 hover:text-white" aria-label="Light" type="button" id="radix-:R2r5:" aria-haspopup="menu" aria-expanded="false" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-4 w-4"><path d="M184,128a56,56,0,1,1-56-56A56,56,0,0,1,184,128Z" opacity="0.2"></path><path d="M120,40V16a8,8,0,0,1,16,0V40a8,8,0,0,1-16,0Zm72,88a64,64,0,1,1-64-64A64.07,64.07,0,0,1,192,128Zm-16,0a48,48,0,1,0-48,48A48.05,48.05,0,0,0,176,128ZM58.34,69.66A8,8,0,0,0,69.66,58.34l-16-16A8,8,0,0,0,42.34,53.66Zm0,116.68-16,16a8,8,0,0,0,11.32,11.32l16-16a8,8,0,0,0-11.32-11.32ZM192,72a8,8,0,0,0,5.66-2.34l16-16a8,8,0,0,0-11.32-11.32l-16,16A8,8,0,0,0,192,72Zm5.66,114.34a8,8,0,0,0-11.32,11.32l16,16a8,8,0,0,0,11.32-11.32ZM48,128a8,8,0,0,0-8-8H16a8,8,0,0,0,0,16H40A8,8,0,0,0,48,128Zm80,80a8,8,0,0,0-8,8v24a8,8,0,0,0,16,0V216A8,8,0,0,0,128,208Zm112-88H216a8,8,0,0,0,0,16h24a8,8,0,0,0,0-16Z"></path></svg></button><button class="inline-flex touch-manipulation items-center justify-center gap-1.5 whitespace-nowrap rounded-xl font-semibold transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 h-8 px-3 py-1.5 text-xs text-white hover:bg-white/15 hover:text-white">Sign in</button><a class="inline-flex touch-manipulation items-center justify-center gap-1.5 whitespace-nowrap transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-white text-neutral-900 hover:bg-white/90 py-2 h-10 rounded-xl px-5 text-sm font-semibold shadow-sm" href="/">Get started</a></div></div></header><!--$--><main id="uebfaqe-canvas" class="bg-canvas relative flex-1 overflow-hidden "><div class="scrollbar-hide bg-surface relative flex h-full flex-col overflow-y-auto overflow-x-hidden "><div aria-hidden="true" class="pointer-events-none absolute z-0 -right-28 -top-28 opacity-[0.3] [&amp;_path]:[fill:hsl(var(--neutral-0))]"><div style="opacity:0;transform:scale(0.4) rotate(-75deg)"><svg width="448" height="448" viewBox="0 0 61 63" fill="none" xmlns="http://www.w3.org/2000/svg" class="h-80 w-80 sm:h-[28rem] sm:w-[28rem] [&amp;_path]:[stroke:none]"><path d="M21.8789 31.5967L33.502 38.3691L33.7207 38.4961L33.7471 38.748L36.0957 60.9658L36.1543 61.5234L35.5938 61.5186L21.2705 61.3994L20.7021 61.3945L20.7793 60.832L22.8467 45.7178L20.9648 44.6299L9.13867 53.9268L8.69043 54.2793L8.39941 53.7881L1.00293 41.3135L0.716797 40.8311L1.22852 40.6016L21.4229 31.5723L21.6572 31.4678L21.8789 31.5967ZM52.8242 10.873L59.8691 23.4668L60.1436 23.958L59.624 24.1729L45.6094 29.9844V32.167L59.6211 37.8613L60.1436 38.0742L59.8701 38.5674L52.8252 51.2803L52.5488 51.7783L52.0908 51.4395L34.2451 38.252L34.042 38.1016V24.0527L34.2451 23.9033L52.0908 10.7148L52.5479 10.3779L52.8242 10.873ZM36.0957 1.07129L33.7471 23.2891L33.7207 23.541L33.502 23.668L21.8789 30.4404L21.6572 30.5693L21.4229 30.4648L1.22852 21.4355L0.717773 21.207L1.00195 20.7246L8.28125 8.36914L8.57031 7.87793L9.01855 8.22754L20.9629 17.5254L22.8467 16.4365L20.7793 1.32422L20.7031 0.765625L21.2666 0.755859L35.5898 0.518555L36.1553 0.508789L36.0957 1.07129Z" fill="url(#:Ril5:)" stroke="hsl(var(--foreground))"></path><defs><linearGradient id=":Ril5:" x1="-11.722" y1="1.01855" x2="77.9427" y2="11.1944" gradientUnits="userSpaceOnUse"><stop stop-color="hsl(var(--brand-dark))" stop-opacity="0.83"></stop><stop offset="0.746104" stop-color="hsl(var(--brand-lighter))" stop-opacity="0.38"></stop></linearGradient></defs></svg></div></div><div class="relative flex min-h-full w-full shrink-0 flex-col "><div data-theme="light" data-accent="violet" class="relative flex min-h-[100svh] flex-col justify-center pb-16 pt-24 sm:pb-20"><div aria-hidden="true" class="pointer-events-none absolute inset-0 overflow-hidden"><img src="/hero/sky.png" alt="" fetchpriority="high" decoding="async" class="h-full w-full object-cover"><div class="absolute inset-0 hidden opacity-50 mix-blend-soft-light md:block" style="background-image:url(&quot;data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'16'%20height%3D'16'%3E%3Cg%20fill%3D'%236b5ce7'%20fill-opacity%3D'0.6'%3E%3Crect%20x%3D'0'%20y%3D'0'%20width%3D'2'%20height%3D'2'%2F%3E%3Crect%20x%3D'8'%20y%3D'0'%20width%3D'2'%20height%3D'2'%2F%3E%3Crect%20x%3D'4'%20y%3D'4'%20width%3D'2'%20height%3D'2'%2F%3E%3Crect%20x%3D'12'%20y%3D'4'%20width%3D'2'%20height%3D'2'%2F%3E%3Crect%20x%3D'0'%20y%3D'8'%20width%3D'2'%20height%3D'2'%2F%3E%3Crect%20x%3D'8'%20y%3D'8'%20width%3D'2'%20height%3D'2'%2F%3E%3Crect%20x%3D'4'%20y%3D'12'%20width%3D'2'%20height%3D'2'%2F%3E%3Crect%20x%3D'12'%20y%3D'12'%20width%3D'2'%20height%3D'2'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E&quot;);background-size:16px 16px;mask-image:linear-gradient(to bottom, #000 45%, transparent 92%);-webkit-mask-image:linear-gradient(to bottom, #000 45%, transparent 92%)"></div><div class="absolute inset-0 hidden opacity-40 mix-blend-overlay md:block" style="background-image:url(&quot;data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E&quot;);background-size:130px 130px;mask-image:linear-gradient(to bottom, #000 45%, transparent 92%);-webkit-mask-image:linear-gradient(to bottom, #000 45%, transparent 92%)"></div><div class="absolute inset-0" style="background-image:linear-gradient(to bottom, transparent 0%, transparent 58%, hsl(var(--neutral-0) / 0.55) 80%, hsl(var(--neutral-0)) 100%)"></div></div><section class="relative w-full"><div class="relative mx-auto max-w-6xl px-6 text-center"><h1 class="relative mx-auto flex max-w-2xl items-center justify-center text-balance text-3xl font-bold leading-[1.12] tracking-tight text-white sm:text-[2.7rem]" style="opacity:0;transform:translateY(16px)">Your new website, ready in minutes.</h1><p class="relative mx-auto mt-3 max-w-2xl text-base text-white/85" style="opacity:0;transform:translateY(16px)">Describe your idea and AI builds the website in a few minutes.</p><div class="relative mt-8" style="opacity:0;transform:translateY(16px)"><div class="relative mx-auto w-full max-w-6xl"><div class="mx-auto w-full max-w-2xl"><div class="vt-create-prompt gradient-outline bg-surface overflow-hidden rounded-2xl text-left shadow-sm transition focus-within:shadow-[0_8px_30px_hsl(var(--brand)/0.10)]"><div class="focus-within:border-brand/40 rounded-2xl border bg-surface p-3 text-left transition focus-within:shadow-[0_8px_30px_hsl(var(--brand)/0.10)] border-transparent shadow-none "><textarea class="touch:text-base flex rounded-xl border-zinc-300 transition-colors focus:ring-brand-100 disabled:cursor-default disabled:opacity-50 w-full resize-none border-0 bg-transparent px-3 py-3 text-base text-zinc-900 shadow-none placeholder:text-zinc-400 focus:border-transparent focus:outline-none focus:ring-0" id="uebfaqe-hero-prompt" placeholder="Describe your business... e.g. 'Restorant tradicional në Tiranë'" rows="4"></textarea><div class="flex items-center justify-between gap-2 px-1 pb-0.5"><div class="flex items-center gap-2"><label title="Attach files" class="flex h-9 w-9 shrink-0 cursor-pointer items-center justify-center rounded-xl border border-zinc-200 text-zinc-500 transition-colors hover:bg-zinc-50 hover:text-zinc-700"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-4 w-4"><path d="M180.75,104.75,204,128l-82.06,81.94a48,48,0,0,1-67.88-67.88L153.37,41.37a32,32,0,0,1,45.26,45.26Z" opacity="0.2"></path><path d="M209.66,122.34a8,8,0,0,1,0,11.32l-82.05,82a56,56,0,0,1-79.2-79.21L147.67,35.73a40,40,0,1,1,56.61,56.55L105,193A24,24,0,1,1,71,159L154.3,74.38A8,8,0,1,1,165.7,85.6L82.39,170.31a8,8,0,1,0,11.27,11.36L192.93,81A24,24,0,1,0,159,47L59.76,147.68a40,40,0,1,0,56.53,56.62l82.06-82A8,8,0,0,1,209.66,122.34Z"></path></svg><input type="file" multiple="" class="hidden"></label></div><button class="inline-flex touch-manipulation items-center justify-center gap-1.5 whitespace-nowrap rounded-xl text-sm font-semibold focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-brand text-white transition-opacity hover:opacity-90 h-10 px-5 py-2.5 hover:bg-brand-dark" disabled="" aria-disabled="true">Create<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-4 w-4"><path d="M194.82,151.43l-55.09,20.3-20.3,55.09a7.92,7.92,0,0,1-14.86,0l-20.3-55.09-55.09-20.3a7.92,7.92,0,0,1,0-14.86l55.09-20.3,20.3-55.09a7.92,7.92,0,0,1,14.86,0l20.3,55.09,55.09,20.3A7.92,7.92,0,0,1,194.82,151.43Z" opacity="0.2"></path><path d="M197.58,129.06,146,110l-19-51.62a15.92,15.92,0,0,0-29.88,0L78,110l-51.62,19a15.92,15.92,0,0,0,0,29.88L78,178l19,51.62a15.92,15.92,0,0,0,29.88,0L146,178l51.62-19a15.92,15.92,0,0,0,0-29.88ZM137,164.22a8,8,0,0,0-4.74,4.74L112,223.85,91.78,169A8,8,0,0,0,87,164.22L32.15,144,87,123.78A8,8,0,0,0,91.78,119L112,64.15,132.22,119a8,8,0,0,0,4.74,4.74L191.85,144ZM144,40a8,8,0,0,1,8-8h16V16a8,8,0,0,1,16,0V32h16a8,8,0,0,1,0,16H184V64a8,8,0,0,1-16,0V48H152A8,8,0,0,1,144,40ZM248,88a8,8,0,0,1-8,8h-8v8a8,8,0,0,1-16,0V96h-8a8,8,0,0,1,0-16h8V72a8,8,0,0,1,16,0v8h8A8,8,0,0,1,248,88Z"></path></svg></button></div></div></div><div class="mt-9"><div class="relative"><div style="mask-image:linear-gradient(to right, #000, #000);-webkit-mask-image:linear-gradient(to right, #000, #000)" class="scrollbar-hide -mx-1.5 overflow-x-auto px-1.5 py-2 "><div class="mx-auto flex w-max items-start gap-x-5"><button aria-pressed="false" data-category-key="restaurant" class="group flex shrink-0 flex-col items-center gap-2"><span class="text-orange-700 flex h-14 w-14 shrink-0 items-center justify-center rounded-full bg-white shadow-sm transition-all duration-300 ease-out group-hover:-translate-y-1 group-hover:shadow-lg group-active:translate-y-0 group-active:scale-95 dark:bg-white ring-2 ring-offset-2 ring-transparent ring-offset-transparent"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-6 w-6 transition-transform duration-300 ease-out group-hover:-rotate-12 group-hover:scale-110"><path d="M208,40V168H152S152,64,208,40Z" opacity="0.2"></path><path d="M72,88V40a8,8,0,0,1,16,0V88a8,8,0,0,1-16,0ZM216,40V224a8,8,0,0,1-16,0V176H152a8,8,0,0,1-8-8,268.75,268.75,0,0,1,7.22-56.88c9.78-40.49,28.32-67.63,53.63-78.47A8,8,0,0,1,216,40ZM200,53.9c-32.17,24.57-38.47,84.42-39.7,106.1H200ZM119.89,38.69a8,8,0,1,0-15.78,2.63L112,88.63a32,32,0,0,1-64,0l7.88-47.31a8,8,0,1,0-15.78-2.63l-8,48A8.17,8.17,0,0,0,32,88a48.07,48.07,0,0,0,40,47.32V224a8,8,0,0,0,16,0V135.32A48.07,48.07,0,0,0,128,88a8.17,8.17,0,0,0-.11-1.31Z"></path></svg></span><span class="whitespace-nowrap text-center text-[11px] font-semibold text-zinc-600">Restaurant</span></button><button aria-pressed="false" data-category-key="beauty" class="group flex shrink-0 flex-col items-center gap-2"><span class="text-pink-700 flex h-14 w-14 shrink-0 items-center justify-center rounded-full bg-white shadow-sm transition-all duration-300 ease-out group-hover:-translate-y-1 group-hover:shadow-lg group-active:translate-y-0 group-active:scale-95 dark:bg-white ring-2 ring-offset-2 ring-transparent ring-offset-transparent"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-6 w-6 transition-transform duration-300 ease-out group-hover:-rotate-12 group-hover:scale-110"><path d="M40.2,95.8a28,28,0,1,1,39.6,0A28,28,0,0,1,40.2,95.8Zm0,64.4a28,28,0,1,0,39.6,0A28,28,0,0,0,40.2,160.2Z" opacity="0.2"></path><path d="M157.73,113.13A8,8,0,0,1,159.82,102L227.48,55.7a8,8,0,0,1,9,13.21l-67.67,46.3a7.92,7.92,0,0,1-4.51,1.4A8,8,0,0,1,157.73,113.13Zm80.87,85.09a8,8,0,0,1-11.12,2.08L136,137.7,93.49,166.78a36,36,0,1,1-9-13.19L121.83,128,84.44,102.41a35.86,35.86,0,1,1,9-13.19l143,97.87A8,8,0,0,1,238.6,198.22ZM80,180a20,20,0,1,0-5.86,14.14A19.85,19.85,0,0,0,80,180ZM74.14,90.13a20,20,0,1,0-28.28,0A19.85,19.85,0,0,0,74.14,90.13Z"></path></svg></span><span class="whitespace-nowrap text-center text-[11px] font-semibold text-zinc-600">Beauty salon</span></button><button aria-pressed="false" data-category-key="shop" class="group flex shrink-0 flex-col items-center gap-2"><span class="text-brand-700 flex h-14 w-14 shrink-0 items-center justify-center rounded-full bg-white shadow-sm transition-all duration-300 ease-out group-hover:-translate-y-1 group-hover:shadow-lg group-active:translate-y-0 group-active:scale-95 dark:bg-white ring-2 ring-offset-2 ring-transparent ring-offset-transparent"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-6 w-6 transition-transform duration-300 ease-out group-hover:-rotate-12 group-hover:scale-110"><path d="M224,96v16a32,32,0,0,1-64,0V96H96v16a32,32,0,0,1-64,0V96L46.34,45.8A8,8,0,0,1,54,40H202a8,8,0,0,1,7.69,5.8Z" opacity="0.2"></path><path d="M231.69,93.81,217.35,43.6A16.07,16.07,0,0,0,202,32H54A16.07,16.07,0,0,0,38.65,43.6L24.31,93.81A7.94,7.94,0,0,0,24,96v16a40,40,0,0,0,16,32v72a8,8,0,0,0,8,8H208a8,8,0,0,0,8-8V144a40,40,0,0,0,16-32V96A7.94,7.94,0,0,0,231.69,93.81ZM54,48H202l11.42,40H42.61Zm98,56v8a24,24,0,0,1-48,0v-8ZM51.06,132.2A24,24,0,0,1,40,112v-8H88v8a24,24,0,0,1-35.12,21.26A7.88,7.88,0,0,0,51.06,132.2ZM200,208H56V151.2a40.57,40.57,0,0,0,8,.8,40,40,0,0,0,32-16,40,40,0,0,0,64,0,40,40,0,0,0,32,16,40.57,40.57,0,0,0,8-.8Zm16-96a24,24,0,0,1-11.07,20.2,8.08,8.08,0,0,0-1.8,1.05A24,24,0,0,1,168,112v-8h48Z"></path></svg></span><span class="whitespace-nowrap text-center text-[11px] font-semibold text-zinc-600">Online shop</span></button><button aria-pressed="false" data-category-key="fitness" class="group flex shrink-0 flex-col items-center gap-2"><span class="text-info-700 flex h-14 w-14 shrink-0 items-center justify-center rounded-full bg-white shadow-sm transition-all duration-300 ease-out group-hover:-translate-y-1 group-hover:shadow-lg group-active:translate-y-0 group-active:scale-95 dark:bg-white ring-2 ring-offset-2 ring-transparent ring-offset-transparent"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-6 w-6 transition-transform duration-300 ease-out group-hover:-rotate-12 group-hover:scale-110"><path d="M96,64V192a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V64a8,8,0,0,1,8-8H88A8,8,0,0,1,96,64Zm96-8H168a8,8,0,0,0-8,8V192a8,8,0,0,0,8,8h24a8,8,0,0,0,8-8V64A8,8,0,0,0,192,56Z" opacity="0.2"></path><path d="M248,120h-8V88a16,16,0,0,0-16-16H208V64a16,16,0,0,0-16-16H168a16,16,0,0,0-16,16v56H104V64A16,16,0,0,0,88,48H64A16,16,0,0,0,48,64v8H32A16,16,0,0,0,16,88v32H8a8,8,0,0,0,0,16h8v32a16,16,0,0,0,16,16H48v8a16,16,0,0,0,16,16H88a16,16,0,0,0,16-16V136h48v56a16,16,0,0,0,16,16h24a16,16,0,0,0,16-16v-8h16a16,16,0,0,0,16-16V136h8a8,8,0,0,0,0-16ZM32,168V88H48v80Zm56,24H64V64H88V192Zm104,0H168V64h24V175.83c0,.06,0,.11,0,.17s0,.12,0,.17V192Zm32-24H208V88h16Z"></path></svg></span><span class="whitespace-nowrap text-center text-[11px] font-semibold text-zinc-600">Gym</span></button><button aria-pressed="false" data-category-key="cafe" class="group flex shrink-0 flex-col items-center gap-2"><span class="text-warn-700 flex h-14 w-14 shrink-0 items-center justify-center rounded-full bg-white shadow-sm transition-all duration-300 ease-out group-hover:-translate-y-1 group-hover:shadow-lg group-active:translate-y-0 group-active:scale-95 dark:bg-white ring-2 ring-offset-2 ring-transparent ring-offset-transparent"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-6 w-6 transition-transform duration-300 ease-out group-hover:-rotate-12 group-hover:scale-110"><path d="M208,88v48a88,88,0,0,1-51.3,80H83.3A88,88,0,0,1,32,136V88Z" opacity="0.2"></path><path d="M80,56V24a8,8,0,0,1,16,0V56a8,8,0,0,1-16,0Zm40,8a8,8,0,0,0,8-8V24a8,8,0,0,0-16,0V56A8,8,0,0,0,120,64Zm32,0a8,8,0,0,0,8-8V24a8,8,0,0,0-16,0V56A8,8,0,0,0,152,64Zm96,56v8a40,40,0,0,1-37.51,39.91,96.59,96.59,0,0,1-27,40.09H208a8,8,0,0,1,0,16H32a8,8,0,0,1,0-16H56.54A96.3,96.3,0,0,1,24,136V88a8,8,0,0,1,8-8H208A40,40,0,0,1,248,120ZM200,96H40v40a80.27,80.27,0,0,0,45.12,72h69.76A80.27,80.27,0,0,0,200,136Zm32,24a24,24,0,0,0-16-22.62V136a95.78,95.78,0,0,1-1.2,15A24,24,0,0,0,232,128Z"></path></svg></span><span class="whitespace-nowrap text-center text-[11px] font-semibold text-zinc-600">Cafe</span></button><button aria-pressed="false" data-category-key="photography" class="group flex shrink-0 flex-col items-center gap-2"><span class="text-indigo-700 flex h-14 w-14 shrink-0 items-center justify-center rounded-full bg-white shadow-sm transition-all duration-300 ease-out group-hover:-translate-y-1 group-hover:shadow-lg group-active:translate-y-0 group-active:scale-95 dark:bg-white ring-2 ring-offset-2 ring-transparent ring-offset-transparent"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-6 w-6 transition-transform duration-300 ease-out group-hover:-rotate-12 group-hover:scale-110"><path d="M208,64H176L160,40H96L80,64H48A16,16,0,0,0,32,80V192a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V80A16,16,0,0,0,208,64ZM128,168a36,36,0,1,1,36-36A36,36,0,0,1,128,168Z" opacity="0.2"></path><path d="M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm8,136a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H80a8,8,0,0,0,6.66-3.56L100.28,48h55.43l13.63,20.44A8,8,0,0,0,176,72h32a8,8,0,0,1,8,8ZM128,88a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,88Zm0,72a28,28,0,1,1,28-28A28,28,0,0,1,128,160Z"></path></svg></span><span class="whitespace-nowrap text-center text-[11px] font-semibold text-zinc-600">Photo studio</span></button><button aria-pressed="false" data-category-key="portfolio" class="group flex shrink-0 flex-col items-center gap-2"><span class="text-success-700 flex h-14 w-14 shrink-0 items-center justify-center rounded-full bg-white shadow-sm transition-all duration-300 ease-out group-hover:-translate-y-1 group-hover:shadow-lg group-active:translate-y-0 group-active:scale-95 dark:bg-white ring-2 ring-offset-2 ring-transparent ring-offset-transparent"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-6 w-6 transition-transform duration-300 ease-out group-hover:-rotate-12 group-hover:scale-110"><path d="M224,118.31V200a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V118.31h0A191.14,191.14,0,0,0,128,144,191.08,191.08,0,0,0,224,118.31Z" opacity="0.2"></path><path d="M104,112a8,8,0,0,1,8-8h32a8,8,0,0,1,0,16H112A8,8,0,0,1,104,112ZM232,72V200a16,16,0,0,1-16,16H40a16,16,0,0,1-16-16V72A16,16,0,0,1,40,56H80V48a24,24,0,0,1,24-24h48a24,24,0,0,1,24,24v8h40A16,16,0,0,1,232,72ZM96,56h64V48a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8ZM40,72v41.62A184.07,184.07,0,0,0,128,136a184,184,0,0,0,88-22.39V72ZM216,200V131.63A200.25,200.25,0,0,1,128,152a200.19,200.19,0,0,1-88-20.36V200H216Z"></path></svg></span><span class="whitespace-nowrap text-center text-[11px] font-semibold text-zinc-600">Portfolio</span></button><button aria-pressed="false" data-category-key="business" class="group flex shrink-0 flex-col items-center gap-2"><span class="text-blue-700 flex h-14 w-14 shrink-0 items-center justify-center rounded-full bg-white shadow-sm transition-all duration-300 ease-out group-hover:-translate-y-1 group-hover:shadow-lg group-active:translate-y-0 group-active:scale-95 dark:bg-white ring-2 ring-offset-2 ring-transparent ring-offset-transparent"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-6 w-6 transition-transform duration-300 ease-out group-hover:-rotate-12 group-hover:scale-110"><path d="M136,32V216H40V85.35a8,8,0,0,1,3.56-6.66l80-53.33A8,8,0,0,1,136,32Z" opacity="0.2"></path><path d="M240,208H224V96a16,16,0,0,0-16-16H144V32a16,16,0,0,0-24.88-13.32L39.12,72A16,16,0,0,0,32,85.34V208H16a8,8,0,0,0,0,16H240a8,8,0,0,0,0-16ZM208,96V208H144V96ZM48,85.34,128,32V208H48ZM112,112v16a8,8,0,0,1-16,0V112a8,8,0,1,1,16,0Zm-32,0v16a8,8,0,0,1-16,0V112a8,8,0,1,1,16,0Zm0,56v16a8,8,0,0,1-16,0V168a8,8,0,0,1,16,0Zm32,0v16a8,8,0,0,1-16,0V168a8,8,0,0,1,16,0Z"></path></svg></span><span class="whitespace-nowrap text-center text-[11px] font-semibold text-zinc-600">Business site</span></button><button aria-pressed="false" data-category-key="events" class="group flex shrink-0 flex-col items-center gap-2"><span class="text-fuchsia-700 flex h-14 w-14 shrink-0 items-center justify-center rounded-full bg-white shadow-sm transition-all duration-300 ease-out group-hover:-translate-y-1 group-hover:shadow-lg group-active:translate-y-0 group-active:scale-95 dark:bg-white ring-2 ring-offset-2 ring-transparent ring-offset-transparent"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-6 w-6 transition-transform duration-300 ease-out group-hover:-rotate-12 group-hover:scale-110"><path d="M58.89,154.89l42.22,42.22-50.63,18.4a7.79,7.79,0,0,1-10-10Zm138.82-4.72L105.83,58.29A7.79,7.79,0,0,0,93,61.14l-14.9,41,75.82,75.82,41-14.9A7.79,7.79,0,0,0,197.71,150.17Z" opacity="0.2"></path><path d="M111.49,52.63a15.8,15.8,0,0,0-26,5.77L33,202.78A15.83,15.83,0,0,0,47.76,224a16,16,0,0,0,5.46-1l144.37-52.5a15.8,15.8,0,0,0,5.78-26Zm-8.33,135.21-35-35,13.16-36.21,58.05,58.05Zm-55,20,14-38.41,24.45,24.45ZM156,168.64,87.36,100l13-35.87,91.43,91.43ZM160,72a37.8,37.8,0,0,1,3.84-15.58C169.14,45.83,179.14,40,192,40c6.7,0,11-2.29,13.65-7.21A22,22,0,0,0,208,23.94,8,8,0,0,1,224,24c0,12.86-8.52,32-32,32-6.7,0-11,2.29-13.65,7.21A22,22,0,0,0,176,72.06,8,8,0,0,1,160,72ZM136,40V16a8,8,0,0,1,16,0V40a8,8,0,0,1-16,0Zm101.66,82.34a8,8,0,1,1-11.32,11.31l-16-16a8,8,0,0,1,11.32-11.32Zm4.87-42.75-24,8a8,8,0,0,1-5.06-15.18l24-8a8,8,0,0,1,5.06,15.18Z"></path></svg></span><span class="whitespace-nowrap text-center text-[11px] font-semibold text-zinc-600">Events</span></button><button aria-pressed="false" data-category-key="education" class="group flex shrink-0 flex-col items-center gap-2"><span class="text-teal-700 flex h-14 w-14 shrink-0 items-center justify-center rounded-full bg-white shadow-sm transition-all duration-300 ease-out group-hover:-translate-y-1 group-hover:shadow-lg group-active:translate-y-0 group-active:scale-95 dark:bg-white ring-2 ring-offset-2 ring-transparent ring-offset-transparent"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-6 w-6 transition-transform duration-300 ease-out group-hover:-rotate-12 group-hover:scale-110"><path d="M216,113.07v53.22a8,8,0,0,1-2,5.31c-11.3,12.59-38.9,36.4-86,36.4s-74.68-23.81-86-36.4a8,8,0,0,1-2-5.31V113.07L128,160Z" opacity="0.2"></path><path d="M251.76,88.94l-120-64a8,8,0,0,0-7.52,0l-120,64a8,8,0,0,0,0,14.12L32,117.87v48.42a15.91,15.91,0,0,0,4.06,10.65C49.16,191.53,78.51,216,128,216a130,130,0,0,0,48-8.76V240a8,8,0,0,0,16,0V199.51a115.63,115.63,0,0,0,27.94-22.57A15.91,15.91,0,0,0,224,166.29V117.87l27.76-14.81a8,8,0,0,0,0-14.12ZM128,200c-43.27,0-68.72-21.14-80-33.71V126.4l76.24,40.66a8,8,0,0,0,7.52,0L176,143.47v46.34C163.4,195.69,147.52,200,128,200Zm80-33.75a97.83,97.83,0,0,1-16,14.25V134.93l16-8.53ZM188,118.94l-.22-.13-56-29.87a8,8,0,0,0-7.52,14.12L171,128l-43,22.93L25,96,128,41.07,231,96Z"></path></svg></span><span class="whitespace-nowrap text-center text-[11px] font-semibold text-zinc-600">Education</span></button><button aria-pressed="false" data-category-key="medical" class="group flex shrink-0 flex-col items-center gap-2"><span class="text-danger-700 flex h-14 w-14 shrink-0 items-center justify-center rounded-full bg-white shadow-sm transition-all duration-300 ease-out group-hover:-translate-y-1 group-hover:shadow-lg group-active:translate-y-0 group-active:scale-95 dark:bg-white ring-2 ring-offset-2 ring-transparent ring-offset-transparent"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-6 w-6 transition-transform duration-300 ease-out group-hover:-rotate-12 group-hover:scale-110"><path d="M240,160a32,32,0,1,1-32-32A32,32,0,0,1,240,160Z" opacity="0.2"></path><path d="M220,160a12,12,0,1,1-12-12A12,12,0,0,1,220,160Zm-4.55,39.29A48.08,48.08,0,0,1,168,240H144a48.05,48.05,0,0,1-48-48V151.49A64,64,0,0,1,40,88V40a8,8,0,0,1,8-8H72a8,8,0,0,1,0,16H56V88a48,48,0,0,0,48.64,48c26.11-.34,47.36-22.25,47.36-48.83V48H136a8,8,0,0,1,0-16h24a8,8,0,0,1,8,8V87.17c0,32.84-24.53,60.29-56,64.31V192a32,32,0,0,0,32,32h24a32.06,32.06,0,0,0,31.22-25,40,40,0,1,1,16.23.27ZM232,160a24,24,0,1,0-24,24A24,24,0,0,0,232,160Z"></path></svg></span><span class="whitespace-nowrap text-center text-[11px] font-semibold text-zinc-600">Healthcare</span></button><button aria-pressed="false" data-category-key="game" class="group flex shrink-0 flex-col items-center gap-2"><span class="text-indigo-700 flex h-14 w-14 shrink-0 items-center justify-center rounded-full bg-white shadow-sm transition-all duration-300 ease-out group-hover:-translate-y-1 group-hover:shadow-lg group-active:translate-y-0 group-active:scale-95 dark:bg-white ring-2 ring-offset-2 ring-transparent ring-offset-transparent"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-6 w-6 transition-transform duration-300 ease-out group-hover:-rotate-12 group-hover:scale-110"><path d="M216.86,207.57a28,28,0,0,1-24.66-7.77L150.09,152H172a51.94,51.94,0,0,0,51.2-61h0l16.36,84.17A28,28,0,0,1,216.86,207.57Z" opacity="0.2"></path><path d="M176,112H152a8,8,0,0,1,0-16h24a8,8,0,0,1,0,16ZM104,96H96V88a8,8,0,0,0-16,0v8H72a8,8,0,0,0,0,16h8v8a8,8,0,0,0,16,0v-8h8a8,8,0,0,0,0-16ZM241.48,200.65a36,36,0,0,1-54.94,4.81c-.12-.12-.24-.24-.35-.37L146.48,160h-37L69.81,205.09l-.35.37A36.08,36.08,0,0,1,44,216,36,36,0,0,1,8.56,173.75a.68.68,0,0,1,0-.14L24.93,89.52A59.88,59.88,0,0,1,83.89,40H172a60.08,60.08,0,0,1,59,49.25c0,.06,0,.12,0,.18l16.37,84.17a.68.68,0,0,1,0,.14A35.74,35.74,0,0,1,241.48,200.65ZM172,144a44,44,0,0,0,0-88H83.89A43.9,43.9,0,0,0,40.68,92.37l0,.13L24.3,176.59A20,20,0,0,0,58,194.3l41.92-47.59a8,8,0,0,1,6-2.71Zm59.7,32.59-8.74-45A60,60,0,0,1,172,160h-4.2L198,194.31a20.09,20.09,0,0,0,17.46,5.39,20,20,0,0,0,16.23-23.11Z"></path></svg></span><span class="whitespace-nowrap text-center text-[11px] font-semibold text-zinc-600">Game</span></button><button aria-pressed="false" data-category-key="other" class="group flex shrink-0 flex-col items-center gap-2"><span class="text-zinc-700 flex h-14 w-14 shrink-0 items-center justify-center rounded-full bg-white shadow-sm transition-all duration-300 ease-out group-hover:-translate-y-1 group-hover:shadow-lg group-active:translate-y-0 group-active:scale-95 dark:bg-white ring-2 ring-offset-2 ring-transparent ring-offset-transparent"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-6 w-6 transition-transform duration-300 ease-out group-hover:-rotate-12 group-hover:scale-110"><path d="M64,64l40,120H24ZM200,76a44,44,0,1,0-44,44A44,44,0,0,0,200,76Zm-64,76v56h88V152Z" opacity="0.2"></path><path d="M224,144H136a8,8,0,0,0-8,8v56a8,8,0,0,0,8,8h88a8,8,0,0,0,8-8V152A8,8,0,0,0,224,144Zm-8,56H144V160h72ZM71.59,61.47a8,8,0,0,0-15.18,0l-40,120A8,8,0,0,0,24,192h80a8,8,0,0,0,7.59-10.53ZM35.1,176,64,89.3,92.9,176ZM208,76a52,52,0,1,0-52,52A52.06,52.06,0,0,0,208,76Zm-88,0a36,36,0,1,1,36,36A36,36,0,0,1,120,76Z"></path></svg></span><span class="whitespace-nowrap text-center text-[11px] font-semibold text-zinc-600">Other</span></button></div></div></div></div></div></div></div></div></section></div><section id="si-funksionon" class="relative py-20 sm:py-28"><div class="relative mx-auto w-full max-w-6xl px-6"><div class="" style="opacity:0;transform:translateY(24px)"><h2 class="font-syne text-ink-strong text-balance text-[2rem] font-bold leading-[1.1] tracking-tight sm:text-4xl lg:text-[2.75rem]"><span>From idea to website, in <span class="text-brand-600">three steps</span>.</span></h2><p class="mt-4 text-zinc-500 text-base sm:text-lg max-w-3xl">No coding, no rigid templates. Just describe it and Uebfaqe builds it.</p></div><div class="relative isolate mt-16"><div aria-hidden="true" class="from-brand/50 via-brand/40 to-brand/20 absolute bottom-6 left-1/2 top-6 -z-10 w-0.5 rounded-full bg-gradient-to-b md:hidden" style="transform:translateX(-50%) scaleY(0);transform-origin:50% 0% 0"></div><div aria-hidden="true" class="from-brand/50 via-brand/40 to-brand/20 absolute left-[16.666%] right-[16.666%] top-6 hidden h-0.5 rounded-full bg-gradient-to-r md:block" style="transform:scaleX(0);transform-origin:0% 50% 0"></div><div class="grid gap-8 md:grid-cols-3"><div class="flex h-full flex-col items-center" style="opacity:0;transform:translateY(24px)"><span class="bg-brand relative z-10 flex h-12 w-12 items-center justify-center rounded-full text-base font-bold text-white ring-8 ring-zinc-50" style="opacity:0;transform:scale(0)"><span class="relative">1</span></span><div class="bg-surface mt-6 flex w-full flex-1 flex-col rounded-2xl border border-zinc-200 p-6 text-left shadow-sm"><span class="bg-brand/10 text-brand flex h-11 w-11 items-center justify-center rounded-xl"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-5 w-5"><path d="M221.66,90.34,192,120,136,64l29.66-29.66a8,8,0,0,1,11.31,0L221.66,79A8,8,0,0,1,221.66,90.34Z" opacity="0.2"></path><path d="M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM92.69,208H48V163.31l88-88L180.69,120ZM192,108.68,147.31,64l24-24L216,84.68Z"></path></svg></span><h3 class="font-syne mt-5 text-lg font-bold tracking-tight text-zinc-900">Describe</h3><p class="mt-2 text-sm text-zinc-500">Write what you want to build, in your own words. The more detail you add, the better.</p><div aria-hidden="true" class="mt-5"><div class="rounded-xl border border-zinc-200 bg-zinc-50/70 px-3 py-2.5"><div class="flex items-start gap-1.5 text-xs leading-relaxed text-zinc-500"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-brand mt-0.5 h-3.5 w-3.5 shrink-0"><path d="M194.82,151.43l-55.09,20.3-20.3,55.09a7.92,7.92,0,0,1-14.86,0l-20.3-55.09-55.09-20.3a7.92,7.92,0,0,1,0-14.86l55.09-20.3,20.3-55.09a7.92,7.92,0,0,1,14.86,0l20.3,55.09,55.09,20.3A7.92,7.92,0,0,1,194.82,151.43Z" opacity="0.2"></path><path d="M197.58,129.06,146,110l-19-51.62a15.92,15.92,0,0,0-29.88,0L78,110l-51.62,19a15.92,15.92,0,0,0,0,29.88L78,178l19,51.62a15.92,15.92,0,0,0,29.88,0L146,178l51.62-19a15.92,15.92,0,0,0,0-29.88ZM137,164.22a8,8,0,0,0-4.74,4.74L112,223.85,91.78,169A8,8,0,0,0,87,164.22L32.15,144,87,123.78A8,8,0,0,0,91.78,119L112,64.15,132.22,119a8,8,0,0,0,4.74,4.74L191.85,144ZM144,40a8,8,0,0,1,8-8h16V16a8,8,0,0,1,16,0V32h16a8,8,0,0,1,0,16H184V64a8,8,0,0,1-16,0V48H152A8,8,0,0,1,144,40ZM248,88a8,8,0,0,1-8,8h-8v8a8,8,0,0,1-16,0V96h-8a8,8,0,0,1,0-16h8V72a8,8,0,0,1,16,0v8h8A8,8,0,0,1,248,88Z"></path></svg><span>A traditional restaurant with a seasonal menu and an elegant setting, inspired by local cuisine, in <span class="relative inline-block"><span class="inline-block whitespace-nowrap font-medium text-zinc-700" style="opacity:1;transform:none">Tiranë</span></span><span aria-hidden="true" class="bg-brand ml-0.5 inline-block h-3.5 w-px align-middle"></span></span></div></div></div></div></div><div class="flex h-full flex-col items-center" style="opacity:0;transform:translateY(24px)"><span class="bg-brand relative z-10 flex h-12 w-12 items-center justify-center rounded-full text-base font-bold text-white ring-8 ring-zinc-50" style="opacity:0;transform:scale(0)"><span class="relative">2</span></span><div class="bg-surface mt-6 flex w-full flex-1 flex-col rounded-2xl border border-zinc-200 p-6 text-left shadow-sm"><span class="bg-brand/10 text-brand flex h-11 w-11 items-center justify-center rounded-xl"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-5 w-5"><path d="M176,112,74.34,213.66a8,8,0,0,1-11.31,0L42.34,193a8,8,0,0,1,0-11.31L144,80Z" opacity="0.2"></path><path d="M248,152a8,8,0,0,1-8,8H224v16a8,8,0,0,1-16,0V160H192a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16A8,8,0,0,1,248,152ZM56,72H72V88a8,8,0,0,0,16,0V72h16a8,8,0,0,0,0-16H88V40a8,8,0,0,0-16,0V56H56a8,8,0,0,0,0,16ZM184,192h-8v-8a8,8,0,0,0-16,0v8h-8a8,8,0,0,0,0,16h8v8a8,8,0,0,0,16,0v-8h8a8,8,0,0,0,0-16ZM219.31,80,80,219.31a16,16,0,0,1-22.62,0L36.68,198.63a16,16,0,0,1,0-22.63L176,36.69a16,16,0,0,1,22.63,0l20.68,20.68A16,16,0,0,1,219.31,80Zm-54.63,32L144,91.31l-96,96L68.68,208ZM208,68.69,187.31,48l-32,32L176,100.69Z"></path></svg></span><h3 class="font-syne mt-5 text-lg font-bold tracking-tight text-zinc-900">The AI builds</h3><p class="mt-2 text-sm text-zinc-500">Uebfaqe generates the pages, the text, the images and a design made for you.</p><div aria-hidden="true" class="mt-5"><div class="space-y-2 rounded-xl border border-zinc-200 bg-zinc-50/70 p-3"><div class="bg-brand-gradient h-2.5 rounded-full" style="width:0px"></div><div class="h-4 rounded-full bg-zinc-200" style="width:76%"></div><div class="h-2.5 rounded-full bg-zinc-200" style="width:52%"></div></div></div></div></div><div class="flex h-full flex-col items-center" style="opacity:0;transform:translateY(24px)"><span class="bg-brand relative z-10 flex h-12 w-12 items-center justify-center rounded-full text-base font-bold text-white ring-8 ring-zinc-50" style="opacity:0;transform:scale(0)"><span class="relative">3</span></span><div class="bg-surface mt-6 flex w-full flex-1 flex-col rounded-2xl border border-zinc-200 p-6 text-left shadow-sm"><span class="bg-brand/10 text-brand flex h-11 w-11 items-center justify-center rounded-xl"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-5 w-5"><path d="M184,120v61.65a8,8,0,0,1-2.34,5.65l-34.35,34.35a8,8,0,0,1-13.57-4.53L128,176ZM136,72H74.35a8,8,0,0,0-5.65,2.34L34.35,108.69a8,8,0,0,0,4.53,13.57L80,128ZM40,216c37.65,0,50.69-19.69,54.56-28.18L68.18,161.44C59.69,165.31,40,178.35,40,216Z" opacity="0.2"></path><path d="M223.85,47.12a16,16,0,0,0-15-15c-12.58-.75-44.73.4-71.41,27.07L132.69,64H74.36A15.91,15.91,0,0,0,63,68.68L28.7,103a16,16,0,0,0,9.07,27.16l38.47,5.37,44.21,44.21,5.37,38.49a15.94,15.94,0,0,0,10.78,12.92,16.11,16.11,0,0,0,5.1.83A15.91,15.91,0,0,0,153,227.3L187.32,193A15.91,15.91,0,0,0,192,181.64V123.31l4.77-4.77C223.45,91.86,224.6,59.71,223.85,47.12ZM74.36,80h42.33L77.16,119.52,40,114.34Zm74.41-9.45a76.65,76.65,0,0,1,59.11-22.47,76.46,76.46,0,0,1-22.42,59.16L128,164.68,91.32,128ZM176,181.64,141.67,216l-5.19-37.17L176,139.31Zm-74.16,9.5C97.34,201,82.29,224,40,224a8,8,0,0,1-8-8c0-42.29,23-57.34,32.86-61.85a8,8,0,0,1,6.64,14.56c-6.43,2.93-20.62,12.36-23.12,38.91,26.55-2.5,36-16.69,38.91-23.12a8,8,0,1,1,14.56,6.64Z"></path></svg></span><h3 class="font-syne mt-5 text-lg font-bold tracking-tight text-zinc-900">Edit and publish</h3><p class="mt-2 text-sm text-zinc-500">Adjust every section with clicks and publish it on your own domain.</p><div aria-hidden="true" class="mt-5"><div class="relative h-[88px] overflow-hidden"><div><div class="mb-2 flex items-center gap-2 rounded-xl border border-zinc-200 bg-zinc-50/70 px-3.5 py-2"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-success-500 h-3.5 w-3.5 shrink-0"><path d="M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z" opacity="0.2"></path><path d="M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"></path></svg><span class="whitespace-nowrap text-xs text-zinc-500">www.<span class="font-medium text-zinc-700">biznesi-im.net</span></span><span class="text-success-600 ml-auto inline-flex shrink-0 items-center gap-1 text-[10px] font-semibold"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3 w-3"><path d="M184,120v61.65a8,8,0,0,1-2.34,5.65l-34.35,34.35a8,8,0,0,1-13.57-4.53L128,176ZM136,72H74.35a8,8,0,0,0-5.65,2.34L34.35,108.69a8,8,0,0,0,4.53,13.57L80,128ZM40,216c37.65,0,50.69-19.69,54.56-28.18L68.18,161.44C59.69,165.31,40,178.35,40,216Z" opacity="0.2"></path><path d="M223.85,47.12a16,16,0,0,0-15-15c-12.58-.75-44.73.4-71.41,27.07L132.69,64H74.36A15.91,15.91,0,0,0,63,68.68L28.7,103a16,16,0,0,0,9.07,27.16l38.47,5.37,44.21,44.21,5.37,38.49a15.94,15.94,0,0,0,10.78,12.92,16.11,16.11,0,0,0,5.1.83A15.91,15.91,0,0,0,153,227.3L187.32,193A15.91,15.91,0,0,0,192,181.64V123.31l4.77-4.77C223.45,91.86,224.6,59.71,223.85,47.12ZM74.36,80h42.33L77.16,119.52,40,114.34Zm74.41-9.45a76.65,76.65,0,0,1,59.11-22.47,76.46,76.46,0,0,1-22.42,59.16L128,164.68,91.32,128ZM176,181.64,141.67,216l-5.19-37.17L176,139.31Zm-74.16,9.5C97.34,201,82.29,224,40,224a8,8,0,0,1-8-8c0-42.29,23-57.34,32.86-61.85a8,8,0,0,1,6.64,14.56c-6.43,2.93-20.62,12.36-23.12,38.91,26.55-2.5,36-16.69,38.91-23.12a8,8,0,1,1,14.56,6.64Z"></path></svg>Published</span></div><div class="mb-2 flex items-center gap-2 rounded-xl border border-zinc-200 bg-zinc-50/70 px-3.5 py-2"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-success-500 h-3.5 w-3.5 shrink-0"><path d="M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z" opacity="0.2"></path><path d="M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"></path></svg><span class="whitespace-nowrap text-xs text-zinc-500">www.<span class="font-medium text-zinc-700">studio-kafe.al</span></span><span class="text-success-600 ml-auto inline-flex shrink-0 items-center gap-1 text-[10px] font-semibold"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3 w-3"><path d="M184,120v61.65a8,8,0,0,1-2.34,5.65l-34.35,34.35a8,8,0,0,1-13.57-4.53L128,176ZM136,72H74.35a8,8,0,0,0-5.65,2.34L34.35,108.69a8,8,0,0,0,4.53,13.57L80,128ZM40,216c37.65,0,50.69-19.69,54.56-28.18L68.18,161.44C59.69,165.31,40,178.35,40,216Z" opacity="0.2"></path><path d="M223.85,47.12a16,16,0,0,0-15-15c-12.58-.75-44.73.4-71.41,27.07L132.69,64H74.36A15.91,15.91,0,0,0,63,68.68L28.7,103a16,16,0,0,0,9.07,27.16l38.47,5.37,44.21,44.21,5.37,38.49a15.94,15.94,0,0,0,10.78,12.92,16.11,16.11,0,0,0,5.1.83A15.91,15.91,0,0,0,153,227.3L187.32,193A15.91,15.91,0,0,0,192,181.64V123.31l4.77-4.77C223.45,91.86,224.6,59.71,223.85,47.12ZM74.36,80h42.33L77.16,119.52,40,114.34Zm74.41-9.45a76.65,76.65,0,0,1,59.11-22.47,76.46,76.46,0,0,1-22.42,59.16L128,164.68,91.32,128ZM176,181.64,141.67,216l-5.19-37.17L176,139.31Zm-74.16,9.5C97.34,201,82.29,224,40,224a8,8,0,0,1-8-8c0-42.29,23-57.34,32.86-61.85a8,8,0,0,1,6.64,14.56c-6.43,2.93-20.62,12.36-23.12,38.91,26.55-2.5,36-16.69,38.91-23.12a8,8,0,1,1,14.56,6.64Z"></path></svg>Published</span></div><div class="mb-2 flex items-center gap-2 rounded-xl border border-zinc-200 bg-zinc-50/70 px-3.5 py-2"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-success-500 h-3.5 w-3.5 shrink-0"><path d="M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z" opacity="0.2"></path><path d="M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"></path></svg><span class="whitespace-nowrap text-xs text-zinc-500">www.<span class="font-medium text-zinc-700">moda-shop.al</span></span><span class="text-success-600 ml-auto inline-flex shrink-0 items-center gap-1 text-[10px] font-semibold"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3 w-3"><path d="M184,120v61.65a8,8,0,0,1-2.34,5.65l-34.35,34.35a8,8,0,0,1-13.57-4.53L128,176ZM136,72H74.35a8,8,0,0,0-5.65,2.34L34.35,108.69a8,8,0,0,0,4.53,13.57L80,128ZM40,216c37.65,0,50.69-19.69,54.56-28.18L68.18,161.44C59.69,165.31,40,178.35,40,216Z" opacity="0.2"></path><path d="M223.85,47.12a16,16,0,0,0-15-15c-12.58-.75-44.73.4-71.41,27.07L132.69,64H74.36A15.91,15.91,0,0,0,63,68.68L28.7,103a16,16,0,0,0,9.07,27.16l38.47,5.37,44.21,44.21,5.37,38.49a15.94,15.94,0,0,0,10.78,12.92,16.11,16.11,0,0,0,5.1.83A15.91,15.91,0,0,0,153,227.3L187.32,193A15.91,15.91,0,0,0,192,181.64V123.31l4.77-4.77C223.45,91.86,224.6,59.71,223.85,47.12ZM74.36,80h42.33L77.16,119.52,40,114.34Zm74.41-9.45a76.65,76.65,0,0,1,59.11-22.47,76.46,76.46,0,0,1-22.42,59.16L128,164.68,91.32,128ZM176,181.64,141.67,216l-5.19-37.17L176,139.31Zm-74.16,9.5C97.34,201,82.29,224,40,224a8,8,0,0,1-8-8c0-42.29,23-57.34,32.86-61.85a8,8,0,0,1,6.64,14.56c-6.43,2.93-20.62,12.36-23.12,38.91,26.55-2.5,36-16.69,38.91-23.12a8,8,0,1,1,14.56,6.64Z"></path></svg>Published</span></div><div class="mb-2 flex items-center gap-2 rounded-xl border border-zinc-200 bg-zinc-50/70 px-3.5 py-2"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-success-500 h-3.5 w-3.5 shrink-0"><path d="M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z" opacity="0.2"></path><path d="M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"></path></svg><span class="whitespace-nowrap text-xs text-zinc-500">www.<span class="font-medium text-zinc-700">dyqani-al.com</span></span><span class="text-success-600 ml-auto inline-flex shrink-0 items-center gap-1 text-[10px] font-semibold"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3 w-3"><path d="M184,120v61.65a8,8,0,0,1-2.34,5.65l-34.35,34.35a8,8,0,0,1-13.57-4.53L128,176ZM136,72H74.35a8,8,0,0,0-5.65,2.34L34.35,108.69a8,8,0,0,0,4.53,13.57L80,128ZM40,216c37.65,0,50.69-19.69,54.56-28.18L68.18,161.44C59.69,165.31,40,178.35,40,216Z" opacity="0.2"></path><path d="M223.85,47.12a16,16,0,0,0-15-15c-12.58-.75-44.73.4-71.41,27.07L132.69,64H74.36A15.91,15.91,0,0,0,63,68.68L28.7,103a16,16,0,0,0,9.07,27.16l38.47,5.37,44.21,44.21,5.37,38.49a15.94,15.94,0,0,0,10.78,12.92,16.11,16.11,0,0,0,5.1.83A15.91,15.91,0,0,0,153,227.3L187.32,193A15.91,15.91,0,0,0,192,181.64V123.31l4.77-4.77C223.45,91.86,224.6,59.71,223.85,47.12ZM74.36,80h42.33L77.16,119.52,40,114.34Zm74.41-9.45a76.65,76.65,0,0,1,59.11-22.47,76.46,76.46,0,0,1-22.42,59.16L128,164.68,91.32,128ZM176,181.64,141.67,216l-5.19-37.17L176,139.31Zm-74.16,9.5C97.34,201,82.29,224,40,224a8,8,0,0,1-8-8c0-42.29,23-57.34,32.86-61.85a8,8,0,0,1,6.64,14.56c-6.43,2.93-20.62,12.36-23.12,38.91,26.55-2.5,36-16.69,38.91-23.12a8,8,0,1,1,14.56,6.64Z"></path></svg>Published</span></div><div class="mb-2 flex items-center gap-2 rounded-xl border border-zinc-200 bg-zinc-50/70 px-3.5 py-2"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-success-500 h-3.5 w-3.5 shrink-0"><path d="M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z" opacity="0.2"></path><path d="M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"></path></svg><span class="whitespace-nowrap text-xs text-zinc-500">www.<span class="font-medium text-zinc-700">klinika-dent.io</span></span><span class="text-success-600 ml-auto inline-flex shrink-0 items-center gap-1 text-[10px] font-semibold"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3 w-3"><path d="M184,120v61.65a8,8,0,0,1-2.34,5.65l-34.35,34.35a8,8,0,0,1-13.57-4.53L128,176ZM136,72H74.35a8,8,0,0,0-5.65,2.34L34.35,108.69a8,8,0,0,0,4.53,13.57L80,128ZM40,216c37.65,0,50.69-19.69,54.56-28.18L68.18,161.44C59.69,165.31,40,178.35,40,216Z" opacity="0.2"></path><path d="M223.85,47.12a16,16,0,0,0-15-15c-12.58-.75-44.73.4-71.41,27.07L132.69,64H74.36A15.91,15.91,0,0,0,63,68.68L28.7,103a16,16,0,0,0,9.07,27.16l38.47,5.37,44.21,44.21,5.37,38.49a15.94,15.94,0,0,0,10.78,12.92,16.11,16.11,0,0,0,5.1.83A15.91,15.91,0,0,0,153,227.3L187.32,193A15.91,15.91,0,0,0,192,181.64V123.31l4.77-4.77C223.45,91.86,224.6,59.71,223.85,47.12ZM74.36,80h42.33L77.16,119.52,40,114.34Zm74.41-9.45a76.65,76.65,0,0,1,59.11-22.47,76.46,76.46,0,0,1-22.42,59.16L128,164.68,91.32,128ZM176,181.64,141.67,216l-5.19-37.17L176,139.31Zm-74.16,9.5C97.34,201,82.29,224,40,224a8,8,0,0,1-8-8c0-42.29,23-57.34,32.86-61.85a8,8,0,0,1,6.64,14.56c-6.43,2.93-20.62,12.36-23.12,38.91,26.55-2.5,36-16.69,38.91-23.12a8,8,0,1,1,14.56,6.64Z"></path></svg>Published</span></div><div class="mb-2 flex items-center gap-2 rounded-xl border border-zinc-200 bg-zinc-50/70 px-3.5 py-2"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-success-500 h-3.5 w-3.5 shrink-0"><path d="M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z" opacity="0.2"></path><path d="M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"></path></svg><span class="whitespace-nowrap text-xs text-zinc-500">www.<span class="font-medium text-zinc-700">agjensia.al</span></span><span class="text-success-600 ml-auto inline-flex shrink-0 items-center gap-1 text-[10px] font-semibold"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3 w-3"><path d="M184,120v61.65a8,8,0,0,1-2.34,5.65l-34.35,34.35a8,8,0,0,1-13.57-4.53L128,176ZM136,72H74.35a8,8,0,0,0-5.65,2.34L34.35,108.69a8,8,0,0,0,4.53,13.57L80,128ZM40,216c37.65,0,50.69-19.69,54.56-28.18L68.18,161.44C59.69,165.31,40,178.35,40,216Z" opacity="0.2"></path><path d="M223.85,47.12a16,16,0,0,0-15-15c-12.58-.75-44.73.4-71.41,27.07L132.69,64H74.36A15.91,15.91,0,0,0,63,68.68L28.7,103a16,16,0,0,0,9.07,27.16l38.47,5.37,44.21,44.21,5.37,38.49a15.94,15.94,0,0,0,10.78,12.92,16.11,16.11,0,0,0,5.1.83A15.91,15.91,0,0,0,153,227.3L187.32,193A15.91,15.91,0,0,0,192,181.64V123.31l4.77-4.77C223.45,91.86,224.6,59.71,223.85,47.12ZM74.36,80h42.33L77.16,119.52,40,114.34Zm74.41-9.45a76.65,76.65,0,0,1,59.11-22.47,76.46,76.46,0,0,1-22.42,59.16L128,164.68,91.32,128ZM176,181.64,141.67,216l-5.19-37.17L176,139.31Zm-74.16,9.5C97.34,201,82.29,224,40,224a8,8,0,0,1-8-8c0-42.29,23-57.34,32.86-61.85a8,8,0,0,1,6.64,14.56c-6.43,2.93-20.62,12.36-23.12,38.91,26.55-2.5,36-16.69,38.91-23.12a8,8,0,1,1,14.56,6.64Z"></path></svg>Published</span></div><div class="mb-2 flex items-center gap-2 rounded-xl border border-zinc-200 bg-zinc-50/70 px-3.5 py-2"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-success-500 h-3.5 w-3.5 shrink-0"><path d="M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z" opacity="0.2"></path><path d="M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"></path></svg><span class="whitespace-nowrap text-xs text-zinc-500">www.<span class="font-medium text-zinc-700">biznesi-im.net</span></span><span class="text-success-600 ml-auto inline-flex shrink-0 items-center gap-1 text-[10px] font-semibold"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3 w-3"><path d="M184,120v61.65a8,8,0,0,1-2.34,5.65l-34.35,34.35a8,8,0,0,1-13.57-4.53L128,176ZM136,72H74.35a8,8,0,0,0-5.65,2.34L34.35,108.69a8,8,0,0,0,4.53,13.57L80,128ZM40,216c37.65,0,50.69-19.69,54.56-28.18L68.18,161.44C59.69,165.31,40,178.35,40,216Z" opacity="0.2"></path><path d="M223.85,47.12a16,16,0,0,0-15-15c-12.58-.75-44.73.4-71.41,27.07L132.69,64H74.36A15.91,15.91,0,0,0,63,68.68L28.7,103a16,16,0,0,0,9.07,27.16l38.47,5.37,44.21,44.21,5.37,38.49a15.94,15.94,0,0,0,10.78,12.92,16.11,16.11,0,0,0,5.1.83A15.91,15.91,0,0,0,153,227.3L187.32,193A15.91,15.91,0,0,0,192,181.64V123.31l4.77-4.77C223.45,91.86,224.6,59.71,223.85,47.12ZM74.36,80h42.33L77.16,119.52,40,114.34Zm74.41-9.45a76.65,76.65,0,0,1,59.11-22.47,76.46,76.46,0,0,1-22.42,59.16L128,164.68,91.32,128ZM176,181.64,141.67,216l-5.19-37.17L176,139.31Zm-74.16,9.5C97.34,201,82.29,224,40,224a8,8,0,0,1-8-8c0-42.29,23-57.34,32.86-61.85a8,8,0,0,1,6.64,14.56c-6.43,2.93-20.62,12.36-23.12,38.91,26.55-2.5,36-16.69,38.91-23.12a8,8,0,1,1,14.56,6.64Z"></path></svg>Published</span></div><div class="mb-2 flex items-center gap-2 rounded-xl border border-zinc-200 bg-zinc-50/70 px-3.5 py-2"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-success-500 h-3.5 w-3.5 shrink-0"><path d="M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z" opacity="0.2"></path><path d="M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"></path></svg><span class="whitespace-nowrap text-xs text-zinc-500">www.<span class="font-medium text-zinc-700">studio-kafe.al</span></span><span class="text-success-600 ml-auto inline-flex shrink-0 items-center gap-1 text-[10px] font-semibold"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3 w-3"><path d="M184,120v61.65a8,8,0,0,1-2.34,5.65l-34.35,34.35a8,8,0,0,1-13.57-4.53L128,176ZM136,72H74.35a8,8,0,0,0-5.65,2.34L34.35,108.69a8,8,0,0,0,4.53,13.57L80,128ZM40,216c37.65,0,50.69-19.69,54.56-28.18L68.18,161.44C59.69,165.31,40,178.35,40,216Z" opacity="0.2"></path><path d="M223.85,47.12a16,16,0,0,0-15-15c-12.58-.75-44.73.4-71.41,27.07L132.69,64H74.36A15.91,15.91,0,0,0,63,68.68L28.7,103a16,16,0,0,0,9.07,27.16l38.47,5.37,44.21,44.21,5.37,38.49a15.94,15.94,0,0,0,10.78,12.92,16.11,16.11,0,0,0,5.1.83A15.91,15.91,0,0,0,153,227.3L187.32,193A15.91,15.91,0,0,0,192,181.64V123.31l4.77-4.77C223.45,91.86,224.6,59.71,223.85,47.12ZM74.36,80h42.33L77.16,119.52,40,114.34Zm74.41-9.45a76.65,76.65,0,0,1,59.11-22.47,76.46,76.46,0,0,1-22.42,59.16L128,164.68,91.32,128ZM176,181.64,141.67,216l-5.19-37.17L176,139.31Zm-74.16,9.5C97.34,201,82.29,224,40,224a8,8,0,0,1-8-8c0-42.29,23-57.34,32.86-61.85a8,8,0,0,1,6.64,14.56c-6.43,2.93-20.62,12.36-23.12,38.91,26.55-2.5,36-16.69,38.91-23.12a8,8,0,1,1,14.56,6.64Z"></path></svg>Published</span></div><div class="mb-2 flex items-center gap-2 rounded-xl border border-zinc-200 bg-zinc-50/70 px-3.5 py-2"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-success-500 h-3.5 w-3.5 shrink-0"><path d="M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z" opacity="0.2"></path><path d="M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"></path></svg><span class="whitespace-nowrap text-xs text-zinc-500">www.<span class="font-medium text-zinc-700">moda-shop.al</span></span><span class="text-success-600 ml-auto inline-flex shrink-0 items-center gap-1 text-[10px] font-semibold"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3 w-3"><path d="M184,120v61.65a8,8,0,0,1-2.34,5.65l-34.35,34.35a8,8,0,0,1-13.57-4.53L128,176ZM136,72H74.35a8,8,0,0,0-5.65,2.34L34.35,108.69a8,8,0,0,0,4.53,13.57L80,128ZM40,216c37.65,0,50.69-19.69,54.56-28.18L68.18,161.44C59.69,165.31,40,178.35,40,216Z" opacity="0.2"></path><path d="M223.85,47.12a16,16,0,0,0-15-15c-12.58-.75-44.73.4-71.41,27.07L132.69,64H74.36A15.91,15.91,0,0,0,63,68.68L28.7,103a16,16,0,0,0,9.07,27.16l38.47,5.37,44.21,44.21,5.37,38.49a15.94,15.94,0,0,0,10.78,12.92,16.11,16.11,0,0,0,5.1.83A15.91,15.91,0,0,0,153,227.3L187.32,193A15.91,15.91,0,0,0,192,181.64V123.31l4.77-4.77C223.45,91.86,224.6,59.71,223.85,47.12ZM74.36,80h42.33L77.16,119.52,40,114.34Zm74.41-9.45a76.65,76.65,0,0,1,59.11-22.47,76.46,76.46,0,0,1-22.42,59.16L128,164.68,91.32,128ZM176,181.64,141.67,216l-5.19-37.17L176,139.31Zm-74.16,9.5C97.34,201,82.29,224,40,224a8,8,0,0,1-8-8c0-42.29,23-57.34,32.86-61.85a8,8,0,0,1,6.64,14.56c-6.43,2.93-20.62,12.36-23.12,38.91,26.55-2.5,36-16.69,38.91-23.12a8,8,0,1,1,14.56,6.64Z"></path></svg>Published</span></div><div class="mb-2 flex items-center gap-2 rounded-xl border border-zinc-200 bg-zinc-50/70 px-3.5 py-2"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-success-500 h-3.5 w-3.5 shrink-0"><path d="M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z" opacity="0.2"></path><path d="M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"></path></svg><span class="whitespace-nowrap text-xs text-zinc-500">www.<span class="font-medium text-zinc-700">dyqani-al.com</span></span><span class="text-success-600 ml-auto inline-flex shrink-0 items-center gap-1 text-[10px] font-semibold"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3 w-3"><path d="M184,120v61.65a8,8,0,0,1-2.34,5.65l-34.35,34.35a8,8,0,0,1-13.57-4.53L128,176ZM136,72H74.35a8,8,0,0,0-5.65,2.34L34.35,108.69a8,8,0,0,0,4.53,13.57L80,128ZM40,216c37.65,0,50.69-19.69,54.56-28.18L68.18,161.44C59.69,165.31,40,178.35,40,216Z" opacity="0.2"></path><path d="M223.85,47.12a16,16,0,0,0-15-15c-12.58-.75-44.73.4-71.41,27.07L132.69,64H74.36A15.91,15.91,0,0,0,63,68.68L28.7,103a16,16,0,0,0,9.07,27.16l38.47,5.37,44.21,44.21,5.37,38.49a15.94,15.94,0,0,0,10.78,12.92,16.11,16.11,0,0,0,5.1.83A15.91,15.91,0,0,0,153,227.3L187.32,193A15.91,15.91,0,0,0,192,181.64V123.31l4.77-4.77C223.45,91.86,224.6,59.71,223.85,47.12ZM74.36,80h42.33L77.16,119.52,40,114.34Zm74.41-9.45a76.65,76.65,0,0,1,59.11-22.47,76.46,76.46,0,0,1-22.42,59.16L128,164.68,91.32,128ZM176,181.64,141.67,216l-5.19-37.17L176,139.31Zm-74.16,9.5C97.34,201,82.29,224,40,224a8,8,0,0,1-8-8c0-42.29,23-57.34,32.86-61.85a8,8,0,0,1,6.64,14.56c-6.43,2.93-20.62,12.36-23.12,38.91,26.55-2.5,36-16.69,38.91-23.12a8,8,0,1,1,14.56,6.64Z"></path></svg>Published</span></div><div class="mb-2 flex items-center gap-2 rounded-xl border border-zinc-200 bg-zinc-50/70 px-3.5 py-2"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-success-500 h-3.5 w-3.5 shrink-0"><path d="M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z" opacity="0.2"></path><path d="M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"></path></svg><span class="whitespace-nowrap text-xs text-zinc-500">www.<span class="font-medium text-zinc-700">klinika-dent.io</span></span><span class="text-success-600 ml-auto inline-flex shrink-0 items-center gap-1 text-[10px] font-semibold"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3 w-3"><path d="M184,120v61.65a8,8,0,0,1-2.34,5.65l-34.35,34.35a8,8,0,0,1-13.57-4.53L128,176ZM136,72H74.35a8,8,0,0,0-5.65,2.34L34.35,108.69a8,8,0,0,0,4.53,13.57L80,128ZM40,216c37.65,0,50.69-19.69,54.56-28.18L68.18,161.44C59.69,165.31,40,178.35,40,216Z" opacity="0.2"></path><path d="M223.85,47.12a16,16,0,0,0-15-15c-12.58-.75-44.73.4-71.41,27.07L132.69,64H74.36A15.91,15.91,0,0,0,63,68.68L28.7,103a16,16,0,0,0,9.07,27.16l38.47,5.37,44.21,44.21,5.37,38.49a15.94,15.94,0,0,0,10.78,12.92,16.11,16.11,0,0,0,5.1.83A15.91,15.91,0,0,0,153,227.3L187.32,193A15.91,15.91,0,0,0,192,181.64V123.31l4.77-4.77C223.45,91.86,224.6,59.71,223.85,47.12ZM74.36,80h42.33L77.16,119.52,40,114.34Zm74.41-9.45a76.65,76.65,0,0,1,59.11-22.47,76.46,76.46,0,0,1-22.42,59.16L128,164.68,91.32,128ZM176,181.64,141.67,216l-5.19-37.17L176,139.31Zm-74.16,9.5C97.34,201,82.29,224,40,224a8,8,0,0,1-8-8c0-42.29,23-57.34,32.86-61.85a8,8,0,0,1,6.64,14.56c-6.43,2.93-20.62,12.36-23.12,38.91,26.55-2.5,36-16.69,38.91-23.12a8,8,0,1,1,14.56,6.64Z"></path></svg>Published</span></div><div class="mb-2 flex items-center gap-2 rounded-xl border border-zinc-200 bg-zinc-50/70 px-3.5 py-2"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-success-500 h-3.5 w-3.5 shrink-0"><path d="M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z" opacity="0.2"></path><path d="M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"></path></svg><span class="whitespace-nowrap text-xs text-zinc-500">www.<span class="font-medium text-zinc-700">agjensia.al</span></span><span class="text-success-600 ml-auto inline-flex shrink-0 items-center gap-1 text-[10px] font-semibold"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3 w-3"><path d="M184,120v61.65a8,8,0,0,1-2.34,5.65l-34.35,34.35a8,8,0,0,1-13.57-4.53L128,176ZM136,72H74.35a8,8,0,0,0-5.65,2.34L34.35,108.69a8,8,0,0,0,4.53,13.57L80,128ZM40,216c37.65,0,50.69-19.69,54.56-28.18L68.18,161.44C59.69,165.31,40,178.35,40,216Z" opacity="0.2"></path><path d="M223.85,47.12a16,16,0,0,0-15-15c-12.58-.75-44.73.4-71.41,27.07L132.69,64H74.36A15.91,15.91,0,0,0,63,68.68L28.7,103a16,16,0,0,0,9.07,27.16l38.47,5.37,44.21,44.21,5.37,38.49a15.94,15.94,0,0,0,10.78,12.92,16.11,16.11,0,0,0,5.1.83A15.91,15.91,0,0,0,153,227.3L187.32,193A15.91,15.91,0,0,0,192,181.64V123.31l4.77-4.77C223.45,91.86,224.6,59.71,223.85,47.12ZM74.36,80h42.33L77.16,119.52,40,114.34Zm74.41-9.45a76.65,76.65,0,0,1,59.11-22.47,76.46,76.46,0,0,1-22.42,59.16L128,164.68,91.32,128ZM176,181.64,141.67,216l-5.19-37.17L176,139.31Zm-74.16,9.5C97.34,201,82.29,224,40,224a8,8,0,0,1-8-8c0-42.29,23-57.34,32.86-61.85a8,8,0,0,1,6.64,14.56c-6.43,2.93-20.62,12.36-23.12,38.91,26.55-2.5,36-16.69,38.91-23.12a8,8,0,1,1,14.56,6.64Z"></path></svg>Published</span></div></div><div aria-hidden="true" class="from-surface pointer-events-none absolute inset-x-0 top-0 h-6 bg-gradient-to-b to-transparent"></div><div aria-hidden="true" class="from-surface pointer-events-none absolute inset-x-0 bottom-0 h-6 bg-gradient-to-t to-transparent"></div></div></div></div></div></div></div></div></section><section id="veçorite" class="relative py-20 sm:py-28"><div class="relative mx-auto w-full max-w-6xl px-6"><div class="" style="opacity:0;transform:translateY(24px)"><h2 class="font-syne text-ink-strong text-balance text-[2rem] font-bold leading-[1.1] tracking-tight sm:text-4xl lg:text-[2.75rem]"><span>A complete platform, not just a <span class="text-brand-600">generator</span>.</span></h2><p class="mt-4 text-zinc-500 text-base sm:text-lg max-w-3xl">Create, edit, manage and publish your website from one place.</p></div><div class="mt-14 grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-6"><div class="group h-full sm:col-span-2 lg:col-span-4" style="opacity:0;transform:translateY(24px)"><div class="bg-brand-gradient shadow-brand/25 h-full rounded-2xl p-[2px] shadow-xl"><div class="bg-surface relative flex h-full flex-col overflow-hidden rounded-[14px] p-6"><div aria-hidden="true" class="bg-brand/25 pointer-events-none absolute -right-16 -top-16 h-48 w-48 rounded-full blur-2xl"></div><div class="relative flex items-center justify-center rounded-xl bg-brand-gradient shadow-brand/30 h-12 w-12 text-white shadow-lg"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="can-hover:group-hover:-rotate-6 can-hover:group-hover:scale-125 transition-transform duration-300 ease-out h-7 w-7"><path d="M194.82,151.43l-55.09,20.3-20.3,55.09a7.92,7.92,0,0,1-14.86,0l-20.3-55.09-55.09-20.3a7.92,7.92,0,0,1,0-14.86l55.09-20.3,20.3-55.09a7.92,7.92,0,0,1,14.86,0l20.3,55.09,55.09,20.3A7.92,7.92,0,0,1,194.82,151.43Z" opacity="0.2"></path><path d="M197.58,129.06,146,110l-19-51.62a15.92,15.92,0,0,0-29.88,0L78,110l-51.62,19a15.92,15.92,0,0,0,0,29.88L78,178l19,51.62a15.92,15.92,0,0,0,29.88,0L146,178l51.62-19a15.92,15.92,0,0,0,0-29.88ZM137,164.22a8,8,0,0,0-4.74,4.74L112,223.85,91.78,169A8,8,0,0,0,87,164.22L32.15,144,87,123.78A8,8,0,0,0,91.78,119L112,64.15,132.22,119a8,8,0,0,0,4.74,4.74L191.85,144ZM144,40a8,8,0,0,1,8-8h16V16a8,8,0,0,1,16,0V32h16a8,8,0,0,1,0,16H184V64a8,8,0,0,1-16,0V48H152A8,8,0,0,1,144,40ZM248,88a8,8,0,0,1-8,8h-8v8a8,8,0,0,1-16,0V96h-8a8,8,0,0,1,0-16h8V72a8,8,0,0,1,16,0v8h8A8,8,0,0,1,248,88Z"></path></svg></div><h3 class="font-syne relative text-lg font-bold text-zinc-900 mt-6">AI builder</h3><p class="relative mt-2 text-sm text-zinc-500">Describe your idea and the AI generates pages, sections, text and a complete design, in a few minutes.</p><div aria-hidden="true" class="relative mt-5"><div class="rounded-xl border border-zinc-200 bg-zinc-50/80 p-4"><div class="bg-surface flex items-center gap-2 rounded-lg border border-zinc-200 px-3 py-2 text-xs text-zinc-400"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-brand h-3.5 w-3.5 shrink-0"><path d="M194.82,151.43l-55.09,20.3-20.3,55.09a7.92,7.92,0,0,1-14.86,0l-20.3-55.09-55.09-20.3a7.92,7.92,0,0,1,0-14.86l55.09-20.3,20.3-55.09a7.92,7.92,0,0,1,14.86,0l20.3,55.09,55.09,20.3A7.92,7.92,0,0,1,194.82,151.43Z" opacity="0.2"></path><path d="M197.58,129.06,146,110l-19-51.62a15.92,15.92,0,0,0-29.88,0L78,110l-51.62,19a15.92,15.92,0,0,0,0,29.88L78,178l19,51.62a15.92,15.92,0,0,0,29.88,0L146,178l51.62-19a15.92,15.92,0,0,0,0-29.88ZM137,164.22a8,8,0,0,0-4.74,4.74L112,223.85,91.78,169A8,8,0,0,0,87,164.22L32.15,144,87,123.78A8,8,0,0,0,91.78,119L112,64.15,132.22,119a8,8,0,0,0,4.74,4.74L191.85,144ZM144,40a8,8,0,0,1,8-8h16V16a8,8,0,0,1,16,0V32h16a8,8,0,0,1,0,16H184V64a8,8,0,0,1-16,0V48H152A8,8,0,0,1,144,40ZM248,88a8,8,0,0,1-8,8h-8v8a8,8,0,0,1-16,0V96h-8a8,8,0,0,1,0-16h8V72a8,8,0,0,1,16,0v8h8A8,8,0,0,1,248,88Z"></path></svg><div class="relative min-w-0 flex-1 overflow-hidden"><span class="block truncate" style="opacity:1;transform:none">Ndërto një faqe për restorantin tim...</span></div></div><div class="mt-3 space-y-2"><div class="h-3 origin-left rounded-full will-change-transform w-[75%] bg-brand-gradient" style="transform:none"></div><div class="h-3 origin-left rounded-full will-change-transform w-[92%] bg-zinc-200/70" style="transform:none"></div><div class="h-3 origin-left rounded-full will-change-transform w-[66%] bg-zinc-200/70" style="transform:none"></div></div></div></div></div></div></div><div class="group h-full sm:col-span-2 lg:col-span-2" style="opacity:0;transform:translateY(24px)"><div class="bg-surface h-full overflow-hidden rounded-2xl border border-zinc-200 shadow-sm"><div class="bg-surface relative flex h-full flex-col overflow-hidden rounded-[14px] p-6"><div class="relative flex items-center justify-center rounded-xl bg-brand/10 text-brand h-11 w-11"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="can-hover:group-hover:-rotate-6 can-hover:group-hover:scale-125 transition-transform duration-300 ease-out h-6 w-6"><path d="M224,64V208H32V48H208A16,16,0,0,1,224,64Z" opacity="0.2"></path><path d="M232,208a8,8,0,0,1-8,8H32a8,8,0,0,1-8-8V48a8,8,0,0,1,16,0V156.69l50.34-50.35a8,8,0,0,1,11.32,0L128,132.69,180.69,80H160a8,8,0,0,1,0-16h40a8,8,0,0,1,8,8v40a8,8,0,0,1-16,0V91.31l-58.34,58.35a8,8,0,0,1-11.32,0L96,123.31l-56,56V200H224A8,8,0,0,1,232,208Z"></path></svg></div><h3 class="font-syne relative text-lg font-bold text-zinc-900 mt-5">Real time statistics</h3><p class="relative mt-2 text-sm text-zinc-500">See who is online right now, the most viewed pages, the sources and the countries of your visitors.</p><div aria-hidden="true" class="relative mt-5"><div class="rounded-xl border border-zinc-200 bg-zinc-50/80 p-4"><div class="flex items-center justify-between"><span class="bg-success-50 text-success-600 inline-flex items-center gap-1.5 rounded-full px-2 py-0.5 text-[10px] font-semibold uppercase tracking-wide"><span class="relative flex h-1.5 w-1.5"><span class="absolute inline-flex h-full w-full animate-ping rounded-full bg-emerald-400 opacity-70 motion-reduce:animate-none"></span><span class="relative inline-flex h-1.5 w-1.5 rounded-full bg-emerald-500"></span></span>Active now</span><span class="font-syne text-lg font-bold text-zinc-900">24</span></div><div class="mt-3 flex h-16 items-end gap-1.5"><span class="bg-brand/70 flex-1 rounded-t-[3px]" style="height:38%"></span><span class="bg-brand/70 flex-1 rounded-t-[3px]" style="height:62%"></span><span class="bg-brand/70 flex-1 rounded-t-[3px]" style="height:48%"></span><span class="bg-brand/70 flex-1 rounded-t-[3px]" style="height:84%"></span><span class="bg-brand/70 flex-1 rounded-t-[3px]" style="height:58%"></span><span class="bg-brand/70 flex-1 rounded-t-[3px]" style="height:100%"></span><span class="bg-brand/70 flex-1 rounded-t-[3px]" style="height:72%"></span></div><div class="mt-3 flex items-center gap-2"><div class="bg-surface flex-1 rounded-lg border border-zinc-200 px-2.5 py-1.5"><span class="block text-[10px] text-zinc-400">Visits</span><span class="font-syne text-sm font-bold text-zinc-900">1 284</span></div><div class="bg-surface flex-1 rounded-lg border border-zinc-200 px-2.5 py-1.5"><span class="block text-[10px] text-zinc-400">Visitors</span><span class="font-syne text-sm font-bold text-zinc-900">436</span></div></div></div></div></div></div></div><div class="group h-full sm:col-span-2 lg:col-span-2" style="opacity:0;transform:translateY(24px)"><div class="bg-surface h-full overflow-hidden rounded-2xl border border-zinc-200 shadow-sm"><div class="bg-surface relative flex h-full flex-col overflow-hidden rounded-[14px] p-6"><div class="relative flex items-center justify-center rounded-xl bg-brand/10 text-brand h-11 w-11"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="can-hover:group-hover:-rotate-6 can-hover:group-hover:scale-125 transition-transform duration-300 ease-out h-6 w-6"><path d="M192,112a80,80,0,1,1-80-80A80,80,0,0,1,192,112Z" opacity="0.2"></path><path d="M229.66,218.34,179.6,168.28a88.21,88.21,0,1,0-11.32,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z"></path></svg></div><h3 class="font-syne relative text-lg font-bold text-zinc-900 mt-5">SEO optimized</h3><p class="relative mt-2 text-sm text-zinc-500">Metadata, a clean structure and social previews, automatically.</p><div aria-hidden="true" class="relative mt-5"><div class="bg-surface rounded-xl border border-zinc-200 p-3.5"><div class="flex items-center justify-between gap-2"><span class="bg-brand/70 h-2.5 w-28 rounded-full"></span><span class="bg-success-50 text-success-600 inline-flex items-center rounded-full px-2 py-0.5 text-[10px] font-semibold">SEO<span class="ml-1 inline-block tabular-nums"><span class="inline-block" style="opacity:1;transform:none">100</span></span></span></div><span class="mt-2 block h-1.5 w-20 rounded-full bg-emerald-400/70"></span><div class="mt-2.5 space-y-1.5"><span class="block h-1.5 w-[92%] origin-left rounded-full bg-zinc-200 will-change-transform" style="transform:none"></span><span class="block h-1.5 w-[72%] origin-left rounded-full bg-zinc-200 will-change-transform" style="transform:none"></span></div></div></div></div></div></div><div class="group h-full sm:col-span-2 lg:col-span-4" style="opacity:0;transform:translateY(24px)"><div class="bg-surface h-full overflow-hidden rounded-2xl border border-zinc-200 shadow-sm"><div class="bg-surface relative flex h-full flex-col overflow-hidden rounded-[14px] p-6"><div class="relative flex items-center justify-center rounded-xl bg-brand/10 text-brand h-11 w-11"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="can-hover:group-hover:-rotate-6 can-hover:group-hover:scale-125 transition-transform duration-300 ease-out h-6 w-6"><path d="M213.66,201,201,213.66a8,8,0,0,1-11.31,0l-51.31-51.31a8,8,0,0,0-13,2.46l-17.82,46.41a8,8,0,0,1-14.85-.71L40.41,50.44a8,8,0,0,1,10-10L210.51,92.68a8,8,0,0,1,.71,14.85l-46.41,17.82a8,8,0,0,0-2.46,13l51.31,51.31A8,8,0,0,1,213.66,201Z" opacity="0.2"></path><path d="M88,24V16a8,8,0,0,1,16,0v8a8,8,0,0,1-16,0ZM16,104h8a8,8,0,0,0,0-16H16a8,8,0,0,0,0,16ZM124.42,39.16a8,8,0,0,0,10.74-3.58l8-16a8,8,0,0,0-14.31-7.16l-8,16A8,8,0,0,0,124.42,39.16Zm-96,81.69-16,8a8,8,0,0,0,7.16,14.31l16-8a8,8,0,1,0-7.16-14.31ZM219.31,184a16,16,0,0,1,0,22.63l-12.68,12.68a16,16,0,0,1-22.63,0L132.7,168,115,214.09c0,.1-.08.21-.13.32a15.83,15.83,0,0,1-14.6,9.59l-.79,0a15.83,15.83,0,0,1-14.41-11L32.8,52.92A16,16,0,0,1,52.92,32.8L213,85.07a16,16,0,0,1,1.41,29.8l-.32.13L168,132.69ZM208,195.31,156.69,144h0a16,16,0,0,1,4.93-26l.32-.14,45.95-17.64L48,48l52.2,159.86,17.65-46c0-.11.08-.22.13-.33a16,16,0,0,1,11.69-9.34,16.72,16.72,0,0,1,3-.28,16,16,0,0,1,11.3,4.69L195.31,208Z"></path></svg></div><h3 class="font-syne relative text-lg font-bold text-zinc-900 mt-5">Studio editor</h3><p class="relative mt-2 text-sm text-zinc-500">Change colors, images, structure and text right on the page, with clicks alone.</p><div aria-hidden="true" class="relative mt-5"><div class="bg-surface rounded-xl border border-zinc-200 p-3"><div class="flex items-center gap-3"><div class="border-brand relative flex-1 rounded-lg border-2 border-dashed bg-zinc-50 p-2.5"><div class="bg-brand/25 mb-1.5 h-2 w-1/2 rounded-full"></div><div class="mb-1 h-1.5 w-full origin-left rounded-full bg-zinc-200 will-change-transform" style="transform:none"></div><div class="h-1.5 w-[80%] origin-left rounded-full bg-zinc-200 will-change-transform" style="transform:none"></div><span class="bg-brand absolute -right-1 -top-1 h-2 w-2 rounded-full" style="opacity:1"></span><span class="bg-brand absolute -bottom-1 -left-1 h-2 w-2 rounded-full" style="opacity:1"></span></div><div class="flex flex-col gap-1.5"><span class="flex h-6 w-6 items-center justify-center rounded-md border transition-colors duration-300 border-brand bg-brand/10 text-brand"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3.5 w-3.5"><path d="M200,56V184a16,16,0,0,1-16,16H72a16,16,0,0,1-16-16V56Z" opacity="0.2"></path><path d="M208,56V88a8,8,0,0,1-16,0V64H136V192h24a8,8,0,0,1,0,16H96a8,8,0,0,1,0-16h24V64H64V88a8,8,0,0,1-16,0V56a8,8,0,0,1,8-8H200A8,8,0,0,1,208,56Z"></path></svg></span><span class="flex h-6 w-6 items-center justify-center rounded-md border transition-colors duration-300 text-brand bg-surface border-zinc-200"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3.5 w-3.5"><path d="M224,56V178.06l-39.72-39.72a8,8,0,0,0-11.31,0L147.31,164,97.66,114.34a8,8,0,0,0-11.32,0L32,168.69V56a8,8,0,0,1,8-8H216A8,8,0,0,1,224,56Z" opacity="0.2"></path><path d="M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,16V158.75l-26.07-26.06a16,16,0,0,0-22.63,0l-20,20-44-44a16,16,0,0,0-22.62,0L40,149.37V56ZM40,172l52-52,80,80H40Zm176,28H194.63l-36-36,20-20L216,181.38V200ZM144,100a12,12,0,1,1,12,12A12,12,0,0,1,144,100Z"></path></svg></span><span class="flex h-6 w-6 items-center justify-center rounded-md border transition-colors duration-300 text-brand bg-surface border-zinc-200"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3.5 w-3.5"><path d="M248,208a16,16,0,0,1-32,0c0-16,16-40,16-40S248,192,248,208Zm-16-76.52-24,8-79.83,79.83a16,16,0,0,1-22.63,0L20.69,134.46a16,16,0,0,1,0-22.63L116.52,16Zm-93.86-29.62a20,20,0,1,0,0,28.28A20,20,0,0,0,138.14,101.86Z" opacity="0.2"></path><path d="M238.66,163.56a8,8,0,0,0-13.32,0C223.57,166.23,208,190.09,208,208a24,24,0,0,0,48,0C256,190.09,240.43,166.23,238.66,163.56ZM232,216a8,8,0,0,1-8-8c0-6.8,4-16.32,8-24.08,4,7.76,8,17.34,8,24.08A8,8,0,0,1,232,216Zm2.53-76.93a8,8,0,0,0,3.13-13.24L122.17,10.34a8,8,0,0,0-11.31,0L70.25,51,45.65,26.34A8,8,0,0,0,34.34,37.66l24.6,24.6L15,106.17a24,24,0,0,0,0,33.94L99.89,225a24,24,0,0,0,33.94,0l78.49-78.49Zm-32.19-5.24-79.83,79.83a8,8,0,0,1-11.31,0L26.34,128.8a8,8,0,0,1,0-11.31L70.25,73.57l29.12,29.12a28,28,0,1,0,11.31-11.32L81.57,62.26l35-34.95L217.19,128l-11.72,3.9A8.09,8.09,0,0,0,202.34,133.83Zm-86.83-26.31,0,0a13.26,13.26,0,1,1-.05.06S115.51,107.53,115.51,107.52Z"></path></svg></span></div></div><div class="mt-2.5 flex gap-1"><span class="h-4 w-4 rounded-full ring-2 transition-shadow duration-300 bg-brand ring-brand"></span><span class="h-4 w-4 rounded-full ring-2 transition-shadow duration-300 bg-brand-400 ring-surface"></span><span class="h-4 w-4 rounded-full ring-2 transition-shadow duration-300 bg-amber-400 ring-surface"></span></div></div></div></div></div></div><div class="group h-full sm:col-span-2 lg:col-span-3" style="opacity:0;transform:translateY(24px)"><div class="bg-surface h-full overflow-hidden rounded-2xl border border-zinc-200 shadow-sm"><div class="bg-surface relative flex h-full flex-col overflow-hidden rounded-[14px] p-6"><div class="relative flex items-center justify-center rounded-xl bg-brand/10 text-brand h-11 w-11"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="can-hover:group-hover:-rotate-6 can-hover:group-hover:scale-125 transition-transform duration-300 ease-out h-6 w-6"><path d="M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z" opacity="0.2"></path><path d="M128,24h0A104,104,0,1,0,232,128,104.12,104.12,0,0,0,128,24Zm88,104a87.61,87.61,0,0,1-3.33,24H174.16a157.44,157.44,0,0,0,0-48h38.51A87.61,87.61,0,0,1,216,128ZM102,168H154a115.11,115.11,0,0,1-26,45A115.27,115.27,0,0,1,102,168Zm-3.9-16a140.84,140.84,0,0,1,0-48h59.88a140.84,140.84,0,0,1,0,48ZM40,128a87.61,87.61,0,0,1,3.33-24H81.84a157.44,157.44,0,0,0,0,48H43.33A87.61,87.61,0,0,1,40,128ZM154,88H102a115.11,115.11,0,0,1,26-45A115.27,115.27,0,0,1,154,88Zm52.33,0H170.71a135.28,135.28,0,0,0-22.3-45.6A88.29,88.29,0,0,1,206.37,88ZM107.59,42.4A135.28,135.28,0,0,0,85.29,88H49.63A88.29,88.29,0,0,1,107.59,42.4ZM49.63,168H85.29a135.28,135.28,0,0,0,22.3,45.6A88.29,88.29,0,0,1,49.63,168Zm98.78,45.6a135.28,135.28,0,0,0,22.3-45.6h35.66A88.29,88.29,0,0,1,148.41,213.6Z"></path></svg></div><h3 class="font-syne relative text-lg font-bold text-zinc-900 mt-5">Domain and hosting</h3><p class="relative mt-2 text-sm text-zinc-500">Publish on a free subdomain or connect your own domain, with hosting included.</p><div aria-hidden="true" class="relative mt-5"><div class="bg-surface rounded-xl border border-zinc-200 p-2.5"><div class="flex items-center gap-2 rounded-lg bg-zinc-50 px-2.5 py-2 ring-1 ring-zinc-200"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-success-500 h-3 w-3 shrink-0"><path d="M216,96V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H208A8,8,0,0,1,216,96Z" opacity="0.2"></path><path d="M208,80H176V56a48,48,0,0,0-96,0V80H48A16,16,0,0,0,32,96V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V96A16,16,0,0,0,208,80ZM96,56a32,32,0,0,1,64,0V80H96ZM208,208H48V96H208V208Zm-68-56a12,12,0,1,1-12-12A12,12,0,0,1,140,152Z"></path></svg><span class="inline-flex items-center gap-2" style="opacity:1;transform:none"><span class="text-xs text-zinc-500">emri-yt</span><span class="text-brand text-xs font-semibold">.al</span></span><span class="text-success-600 ml-auto inline-flex items-center gap-1 text-[10px] font-semibold"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-3 w-3"><path d="M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z" opacity="0.2"></path><path d="M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"></path></svg>Connected</span></div></div></div></div></div></div><div class="group h-full lg:col-span-3" style="opacity:0;transform:translateY(24px)"><div class="bg-surface h-full overflow-hidden rounded-2xl border border-zinc-200 shadow-sm"><div class="bg-surface relative flex h-full flex-col overflow-hidden rounded-[14px] p-6"><div class="relative flex items-center justify-center rounded-xl bg-brand/10 text-brand h-11 w-11"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="can-hover:group-hover:-rotate-6 can-hover:group-hover:scale-125 transition-transform duration-300 ease-out h-6 w-6"><path d="M192,56V200H64V56Z" opacity="0.2"></path><path d="M176,16H80A24,24,0,0,0,56,40V216a24,24,0,0,0,24,24h96a24,24,0,0,0,24-24V40A24,24,0,0,0,176,16ZM72,64H184V192H72Zm8-32h96a8,8,0,0,1,8,8v8H72V40A8,8,0,0,1,80,32Zm96,192H80a8,8,0,0,1-8-8v-8H184v8A8,8,0,0,1,176,224Z"></path></svg></div><h3 class="font-syne relative text-lg font-bold text-zinc-900 mt-5">For every device</h3><p class="relative mt-2 text-sm text-zinc-500">Looks great on desktop, tablet and mobile.</p><div aria-hidden="true" class="relative mt-5"><div class="flex items-end gap-2"><div class="bg-surface flex-1 rounded-lg border border-zinc-200 p-1.5 shadow-sm"><div class="from-brand/15 flex h-12 flex-col justify-center gap-1.5 rounded bg-gradient-to-br to-zinc-50 px-2.5"><div class="h-1.5 rounded-full bg-brand/30" style="width:70%"></div><div class="h-1.5 rounded-full bg-zinc-300/60" style="width:46%"></div></div></div><div class="bg-surface w-8 rounded-md border border-zinc-200 p-1 shadow-sm"><div class="from-brand/25 flex h-11 flex-col justify-center gap-1 rounded-sm bg-gradient-to-br to-zinc-50 px-1"><div class="h-1 rounded-full bg-brand/30" style="width:80%"></div><div class="h-1 rounded-full bg-zinc-300/60" style="width:52%"></div></div></div></div></div></div></div></div><div class="group h-full lg:col-span-2" style="opacity:0;transform:translateY(24px)"><div class="bg-surface h-full overflow-hidden rounded-2xl border border-zinc-200 shadow-sm"><div class="bg-surface relative flex h-full flex-col overflow-hidden rounded-[14px] p-6"><div class="relative flex items-center justify-center rounded-xl bg-brand/10 text-brand h-11 w-11"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="can-hover:group-hover:-rotate-6 can-hover:group-hover:scale-125 transition-transform duration-300 ease-out h-6 w-6"><path d="M96,240l16-80L48,136,160,16,144,96l64,24Z" opacity="0.2"></path><path d="M215.79,118.17a8,8,0,0,0-5-5.66L153.18,90.9l14.66-73.33a8,8,0,0,0-13.69-7l-112,120a8,8,0,0,0,3,13l57.63,21.61L88.16,238.43a8,8,0,0,0,13.69,7l112-120A8,8,0,0,0,215.79,118.17ZM109.37,214l10.47-52.38a8,8,0,0,0-5-9.06L62,132.71l84.62-90.66L136.16,94.43a8,8,0,0,0,5,9.06l52.8,19.8Z"></path></svg></div><h3 class="font-syne relative text-lg font-bold text-zinc-900 mt-5">Maximum speed</h3><p class="relative mt-2 text-sm text-zinc-500">Fast pages, ready to publish.</p><div aria-hidden="true" class="relative mt-5"><div class="flex items-center gap-3"><div class="border-success-400/80 flex h-14 w-14 shrink-0 items-center justify-center rounded-full border-2"><span class="font-syne text-success-600 text-sm font-bold">100</span></div><div class="flex-1 space-y-1.5"><div class="h-2 rounded-full bg-emerald-400/70" style="width:78%"></div><div class="h-2 rounded-full bg-emerald-400/70" style="width:84%"></div><div class="h-2 rounded-full bg-emerald-400/70" style="width:58%"></div></div></div></div></div></div></div><div class="group h-full sm:col-span-2 lg:col-span-2" style="opacity:0;transform:translateY(24px)"><div class="bg-surface h-full overflow-hidden rounded-2xl border border-zinc-200 shadow-sm"><div class="bg-surface relative flex h-full flex-col overflow-hidden rounded-[14px] p-6"><div class="relative flex items-center justify-center rounded-xl bg-brand/10 text-brand h-11 w-11"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="can-hover:group-hover:-rotate-6 can-hover:group-hover:scale-125 transition-transform duration-300 ease-out h-6 w-6"><path d="M80,176a32,32,0,1,1-32-32A32,32,0,0,1,80,176Z" opacity="0.2"></path><path d="M245.66,74.34l-32-32a8,8,0,0,0-11.32,11.32L220.69,72H208c-49.33,0-61.05,28.12-71.38,52.92-9.38,22.51-16.92,40.59-49.48,42.84a40,40,0,1,0,.1,16c43.26-2.65,54.34-29.15,64.14-52.69C161.41,107,169.33,88,208,88h12.69l-18.35,18.34a8,8,0,0,0,11.32,11.32l32-32A8,8,0,0,0,245.66,74.34ZM48,200a24,24,0,1,1,24-24A24,24,0,0,1,48,200Z"></path></svg></div><h3 class="font-syne relative text-lg font-bold text-zinc-900 mt-5">Dynamic functions</h3><p class="relative mt-2 text-sm text-zinc-500">Forms, buttons and interactive actions, connected to your own data.</p><div aria-hidden="true" class="relative mt-5"><div class="bg-surface rounded-xl border border-zinc-200 p-3"><div class="flex items-center gap-2"><div class="flex-1 rounded-lg bg-zinc-50 px-3 py-2 ring-1 ring-zinc-200"><span class="block h-1.5 rounded-full bg-zinc-300" style="width:60%"></span></div><span class="bg-brand-gradient flex h-8 items-center rounded-lg px-3"><span class="h-1.5 w-8 rounded-full bg-white/90"></span></span></div><div class="mt-2 flex items-center justify-between rounded-lg bg-zinc-50 px-3 py-2 ring-1 ring-zinc-200"><span class="h-1.5 w-16 rounded-full bg-zinc-300"></span><span class="relative h-4 w-7 rounded-full transition-colors duration-500 bg-brand/70"><span class="absolute left-0.5 top-0.5 h-3 w-3 rounded-full bg-white" style="transform:translateX(12px)"></span></span></div></div></div></div></div></div><div class="group h-full sm:col-span-2 lg:col-span-2" style="opacity:0;transform:translateY(24px)"><div class="bg-surface h-full overflow-hidden rounded-2xl border border-zinc-200 shadow-sm"><div class="bg-surface relative flex h-full flex-col overflow-hidden rounded-[14px] p-6"><div class="relative flex items-center justify-center rounded-xl bg-brand/10 text-brand h-11 w-11"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="can-hover:group-hover:-rotate-6 can-hover:group-hover:scale-125 transition-transform duration-300 ease-out h-6 w-6"><path d="M216,80c0,26.51-39.4,48-88,48S40,106.51,40,80s39.4-48,88-48S216,53.49,216,80Z" opacity="0.2"></path><path d="M128,24C74.17,24,32,48.6,32,80v96c0,31.4,42.17,56,96,56s96-24.6,96-56V80C224,48.6,181.83,24,128,24Zm80,104c0,9.62-7.88,19.43-21.61,26.92C170.93,163.35,150.19,168,128,168s-42.93-4.65-58.39-13.08C55.88,147.43,48,137.62,48,128V111.36c17.06,15,46.23,24.64,80,24.64s62.94-9.68,80-24.64ZM69.61,53.08C85.07,44.65,105.81,40,128,40s42.93,4.65,58.39,13.08C200.12,60.57,208,70.38,208,80s-7.88,19.43-21.61,26.92C170.93,115.35,150.19,120,128,120s-42.93-4.65-58.39-13.08C55.88,99.43,48,89.62,48,80S55.88,60.57,69.61,53.08ZM186.39,202.92C170.93,211.35,150.19,216,128,216s-42.93-4.65-58.39-13.08C55.88,195.43,48,185.62,48,176V159.36c17.06,15,46.23,24.64,80,24.64s62.94-9.68,80-24.64V176C208,185.62,200.12,195.43,186.39,202.92Z"></path></svg></div><h3 class="font-syne relative text-lg font-bold text-zinc-900 mt-5">Database</h3><p class="relative mt-2 text-sm text-zinc-500">Store and manage your website data right inside the platform.</p><div aria-hidden="true" class="relative mt-5"><div class="bg-surface overflow-hidden rounded-md border border-zinc-200"><div class="bg-brand/10 flex items-center gap-2 px-2.5 py-1.5"><span class="bg-brand/50 h-1.5 w-9 rounded-full"></span><span class="bg-brand/40 ml-auto h-1.5 w-5 rounded-full"></span></div><div class="flex items-center gap-2 border-t border-zinc-100 px-2.5 py-1.5" style="opacity:1;background-color:hsl(var(--brand) / 0);transform:none"><span class="h-1.5 w-10 rounded-full bg-zinc-200/80"></span><span class="ml-auto h-1.5 w-4 rounded-full bg-zinc-200/80"></span></div><div class="flex items-center gap-2 border-t border-zinc-100 px-2.5 py-1.5" style="opacity:1;background-color:hsl(var(--brand) / 0);transform:none"><span class="h-1.5 w-7 rounded-full bg-zinc-200/80"></span><span class="ml-auto h-1.5 w-6 rounded-full bg-zinc-200/80"></span></div><div class="flex items-center gap-2 border-t border-zinc-100 px-2.5 py-1.5" style="opacity:1;background-color:hsl(var(--brand) / 0);transform:none"><span class="h-1.5 w-9 rounded-full bg-zinc-200/80"></span><span class="ml-auto h-1.5 w-5 rounded-full bg-zinc-200/80"></span></div></div></div></div></div></div></div><div class="mt-10 flex justify-center"><a class="inline-flex touch-manipulation items-center justify-center gap-1.5 whitespace-nowrap rounded-xl text-sm font-semibold transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 border border-zinc-300 bg-surface text-zinc-800 hover:bg-zinc-50 h-10 px-5 py-2.5" href="/features">See all the features</a></div></div></section><section id="pyetje" class="py-20 sm:py-28"><div class="mx-auto w-full max-w-6xl px-6"><div class="" style="opacity:0;transform:translateY(24px)"><h2 class="font-syne text-ink-strong text-balance text-[2rem] font-bold leading-[1.1] tracking-tight sm:text-4xl lg:text-[2.75rem]"><span>The questions we get <span class="text-brand-600">most often</span>.</span></h2><p class="mt-4 text-zinc-500 text-lg sm:text-xl max-w-3xl">Everything you need to know before you start, explained simply.</p></div><div class="mt-12 flex flex-col gap-3"><div class="overflow-hidden rounded-2xl border transition-all duration-300 border-brand/30 from-brand/[0.07] shadow-brand/10 via-surface to-surface bg-gradient-to-br shadow-lg" style="opacity:0;transform:translateY(24px)"><button class="inline-flex touch-manipulation items-center gap-1.5 rounded-xl focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:text-zinc-900 font-syne h-auto w-full justify-between whitespace-normal p-5 text-left text-base font-bold text-zinc-900 transition-opacity duration-200 hover:bg-transparent hover:opacity-70" type="button" aria-expanded="true">Do I need technical knowledge?<span class="flex h-7 w-7 shrink-0 items-center justify-center rounded-full transition-all duration-300 bg-brand rotate-45 text-white"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-4 w-4"><path d="M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"></path></svg></span></button><div class="overflow-hidden" style="height:auto;opacity:1"><p class="px-5 pb-5 text-sm leading-relaxed text-zinc-500">No. You describe what you want and Uebfaqe builds everything for you. Then you edit it with simple clicks.</p></div></div><div class="overflow-hidden rounded-2xl border transition-all duration-300 bg-surface border-zinc-200" style="opacity:0;transform:translateY(24px)"><button class="inline-flex touch-manipulation items-center gap-1.5 rounded-xl focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:text-zinc-900 font-syne h-auto w-full justify-between whitespace-normal p-5 text-left text-base font-bold text-zinc-900 transition-opacity duration-200 hover:bg-transparent hover:opacity-70" type="button" aria-expanded="false">How long does it take to create a website?<span class="flex h-7 w-7 shrink-0 items-center justify-center rounded-full transition-all duration-300 bg-brand/10 text-brand"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-4 w-4"><path d="M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"></path></svg></span></button></div><div class="overflow-hidden rounded-2xl border transition-all duration-300 bg-surface border-zinc-200" style="opacity:0;transform:translateY(24px)"><button class="inline-flex touch-manipulation items-center gap-1.5 rounded-xl focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:text-zinc-900 font-syne h-auto w-full justify-between whitespace-normal p-5 text-left text-base font-bold text-zinc-900 transition-opacity duration-200 hover:bg-transparent hover:opacity-70" type="button" aria-expanded="false">Can I change the text, colors and photos myself?<span class="flex h-7 w-7 shrink-0 items-center justify-center rounded-full transition-all duration-300 bg-brand/10 text-brand"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-4 w-4"><path d="M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"></path></svg></span></button></div><div class="overflow-hidden rounded-2xl border transition-all duration-300 bg-surface border-zinc-200" style="opacity:0;transform:translateY(24px)"><button class="inline-flex touch-manipulation items-center gap-1.5 rounded-xl focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:text-zinc-900 font-syne h-auto w-full justify-between whitespace-normal p-5 text-left text-base font-bold text-zinc-900 transition-opacity duration-200 hover:bg-transparent hover:opacity-70" type="button" aria-expanded="false">Does it look good on mobile?<span class="flex h-7 w-7 shrink-0 items-center justify-center rounded-full transition-all duration-300 bg-brand/10 text-brand"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-4 w-4"><path d="M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"></path></svg></span></button></div><div class="overflow-hidden rounded-2xl border transition-all duration-300 bg-surface border-zinc-200" style="opacity:0;transform:translateY(24px)"><button class="inline-flex touch-manipulation items-center gap-1.5 rounded-xl focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:text-zinc-900 font-syne h-auto w-full justify-between whitespace-normal p-5 text-left text-base font-bold text-zinc-900 transition-opacity duration-200 hover:bg-transparent hover:opacity-70" type="button" aria-expanded="false">Can I publish it on my own domain?<span class="flex h-7 w-7 shrink-0 items-center justify-center rounded-full transition-all duration-300 bg-brand/10 text-brand"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-4 w-4"><path d="M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"></path></svg></span></button></div><div class="overflow-hidden rounded-2xl border transition-all duration-300 bg-surface border-zinc-200" style="opacity:0;transform:translateY(24px)"><button class="inline-flex touch-manipulation items-center gap-1.5 rounded-xl focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:text-zinc-900 font-syne h-auto w-full justify-between whitespace-normal p-5 text-left text-base font-bold text-zinc-900 transition-opacity duration-200 hover:bg-transparent hover:opacity-70" type="button" aria-expanded="false">Is it optimized for Google?<span class="flex h-7 w-7 shrink-0 items-center justify-center rounded-full transition-all duration-300 bg-brand/10 text-brand"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-4 w-4"><path d="M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"></path></svg></span></button></div><div class="overflow-hidden rounded-2xl border transition-all duration-300 bg-surface border-zinc-200" style="opacity:0;transform:translateY(24px)"><button class="inline-flex touch-manipulation items-center gap-1.5 rounded-xl focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:text-zinc-900 font-syne h-auto w-full justify-between whitespace-normal p-5 text-left text-base font-bold text-zinc-900 transition-opacity duration-200 hover:bg-transparent hover:opacity-70" type="button" aria-expanded="false">Can I see how many visitors my website gets?<span class="flex h-7 w-7 shrink-0 items-center justify-center rounded-full transition-all duration-300 bg-brand/10 text-brand"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-4 w-4"><path d="M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"></path></svg></span></button></div><div class="overflow-hidden rounded-2xl border transition-all duration-300 bg-surface border-zinc-200" style="opacity:0;transform:translateY(24px)"><button class="inline-flex touch-manipulation items-center gap-1.5 rounded-xl focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand-200 disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:text-zinc-900 font-syne h-auto w-full justify-between whitespace-normal p-5 text-left text-base font-bold text-zinc-900 transition-opacity duration-200 hover:bg-transparent hover:opacity-70" type="button" aria-expanded="false">How much does it cost?<span class="flex h-7 w-7 shrink-0 items-center justify-center rounded-full transition-all duration-300 bg-brand/10 text-brand"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="h-4 w-4"><path d="M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"></path></svg></span></button></div></div></div></section></div><footer class="via-brand/5 to-brand/10 relative shrink-0 overflow-hidden border-t border-zinc-200 bg-gradient-to-b from-zinc-50"><div aria-hidden="true" class="pointer-events-none absolute inset-0 hidden opacity-30 mix-blend-soft-light sm:block" style="mask-image:linear-gradient(to top, #000 45%, transparent 92%);-webkit-mask-image:linear-gradient(to top, #000 45%, transparent 92%)"><div class="bg-brand/60 h-full w-full" style="mask-image:url(&quot;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='%23000'%3E%3Crect x='0' y='0' width='2' height='2'/%3E%3Crect x='8' y='0' width='2' height='2'/%3E%3Crect x='4' y='4' width='2' height='2'/%3E%3Crect x='12' y='4' width='2' height='2'/%3E%3Crect x='0' y='8' width='2' height='2'/%3E%3Crect x='8' y='8' width='2' height='2'/%3E%3Crect x='4' y='12' width='2' height='2'/%3E%3Crect x='12' y='12' width='2' height='2'/%3E%3C/g%3E%3C/svg%3E&quot;);-webkit-mask-image:url(&quot;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='%23000'%3E%3Crect x='0' y='0' width='2' height='2'/%3E%3Crect x='8' y='0' width='2' height='2'/%3E%3Crect x='4' y='4' width='2' height='2'/%3E%3Crect x='12' y='4' width='2' height='2'/%3E%3Crect x='0' y='8' width='2' height='2'/%3E%3Crect x='8' y='8' width='2' height='2'/%3E%3Crect x='4' y='12' width='2' height='2'/%3E%3Crect x='12' y='12' width='2' height='2'/%3E%3C/g%3E%3C/svg%3E&quot;);mask-size:16px 16px;-webkit-mask-size:16px 16px"></div></div><div aria-hidden="true" class="bg-brand-gradient absolute inset-x-0 top-0 h-px opacity-70"></div><div aria-hidden="true" class="bg-brand/20 pointer-events-none absolute -left-20 top-8 h-72 w-72 rounded-full blur-[120px]"></div><div aria-hidden="true" class="bg-brand-lighter/15 pointer-events-none absolute -right-16 top-1/3 h-64 w-64 rounded-full blur-[120px]"></div><div aria-hidden="true" class="pointer-events-none absolute inset-x-0 -bottom-[5rem] select-none text-center opacity-[0.22] sm:opacity-[0.18]"><span class="bg-brand-gradient font-syne bg-clip-text text-[24vw] font-bold leading-none text-transparent sm:text-[20vw]">uebfaqe</span></div><div class="relative z-10 mx-auto w-full max-w-6xl px-6 pb-44 pt-16 sm:pb-52"><div class="grid grid-cols-2 gap-8 sm:grid-cols-3 lg:grid-cols-[2fr_1fr_1fr]" style="opacity:0;transform:translateY(24px)"><div class="col-span-2 flex flex-col sm:col-span-1"><div class="flex items-center gap-3"><a class="flex items-center gap-2 transition hover:opacity-80" aria-label="uebfaqe" href="/"><span class="flex items-center gap-2" aria-label="uebfaqe"><svg height="30" viewBox="0 0 191 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M36 7.50586L40.7178 15.9023L40.9941 16.3936L40.4727 16.6094L31.1885 20.4414V21.6709L40.4697 25.4258L40.9941 25.6387L40.7188 26.1328L36.001 34.6074L35.7246 35.1035L35.2676 34.7676L23.3154 25.9756L23.2158 25.9014L23.2432 26.1543L24.8154 40.9658L24.875 41.5234L24.3145 41.5186L14.7207 41.4395L14.1523 41.4346L14.2295 40.8711L15.5986 30.9082L14.5312 30.293L6.69727 36.4219L6.25098 36.7725L5.95996 36.2842L1.00586 27.9678L0.717773 27.4834L1.23242 27.2549L14.7578 21.2354L14.9912 21.1309L15.2119 21.2598L22.9971 25.7744L23.21 25.8975L23.1113 25.8252V16.29L23.3154 16.1406L35.2676 7.34863L35.7227 7.01367L36 7.50586ZM24.8154 1.07129L23.2432 15.8828L23.2158 16.1357L22.9971 16.2627L15.2119 20.7773L14.9912 20.9062L14.7578 20.8018L1.23242 14.7822L0.719727 14.5537L1.00488 14.0703L5.88086 5.83301L6.16895 5.3457L6.61719 5.69238L14.5293 11.8232L15.5996 11.208L14.2295 1.24512L14.1523 0.686523L14.7168 0.676758L24.3105 0.518555L24.875 0.509766L24.8154 1.07129Z" fill="url(#logo-grad-R2pkl5)" stroke="hsl(var(--foreground))"></path><path d="M55.9235 9.75455V23.7386C55.9235 28.0266 57.3955 30.6186 61.5875 30.6186C65.7155 30.6186 67.3155 27.8026 67.3155 23.7386V9.75455H70.5155V23.5146C70.5155 29.8826 67.3155 33.3706 61.0115 33.3706C54.5155 33.3706 51.3795 29.9146 51.3795 23.5466V9.75455H55.9235ZM91.5825 27.5146C91.5825 31.6106 87.7425 33.3386 83.6465 33.3386C78.2065 33.3386 74.6545 30.0426 74.6545 24.6026C74.6545 19.2906 78.0785 15.8026 83.3905 15.8026C88.5425 15.8026 91.8065 18.8426 91.8065 23.9946C91.8065 24.4746 91.7745 24.9226 91.7425 25.4666H78.9105C79.1345 28.5066 80.6065 31.1946 83.6465 31.1946C86.0145 31.1946 87.4225 29.8826 87.4225 27.5146H91.5825ZM83.3905 17.9466C80.4785 17.9466 79.1985 20.4426 78.9425 23.3546H87.7425C87.7425 20.2506 86.4945 17.9466 83.3905 17.9466ZM113.794 24.4746C113.794 29.4346 110.658 33.3386 105.762 33.3386C102.946 33.3386 100.994 32.0906 99.9063 30.2986L99.4263 33.0186H95.7783V8.47455H99.9063V18.5226C101.122 16.9226 103.298 15.8026 105.794 15.8026C110.754 15.8026 113.794 19.4826 113.794 24.4746ZM104.738 18.2026C101.474 18.2026 99.9063 21.1146 99.9063 24.5066C99.9063 27.8986 101.442 30.8106 104.738 30.8106C108.002 30.8106 109.538 27.8026 109.538 24.4746C109.538 21.1786 108.034 18.2026 104.738 18.2026ZM127.507 18.2346H122.355V33.0186H118.227V18.2346H115.891V16.1226H118.323V14.1066C118.323 10.0106 121.075 8.15455 125.267 8.15455C126.579 8.15455 127.635 8.34655 128.499 8.53855V10.6506C127.827 10.5866 127.251 10.5546 126.547 10.5546C123.731 10.5546 122.355 11.5146 122.355 14.3306V16.1226H127.507V18.2346ZM142.801 33.0186L142.097 30.4266C141.265 32.1546 139.153 33.3386 136.113 33.3386C132.593 33.3386 130.033 31.7706 130.033 28.4426C130.033 26.5866 130.929 25.2746 132.401 24.3786C134.065 23.3546 136.113 23.0666 139.377 23.0666C140.305 23.0666 141.265 23.0986 142.065 23.1306V21.6586C142.065 19.3546 140.817 17.9466 138.545 17.9466C136.305 17.9466 134.993 19.0986 134.993 21.3386H130.961V20.9866C130.961 17.8186 133.745 15.8026 138.545 15.8026C142.833 15.8026 146.193 17.8186 146.193 22.1066V33.0186H142.801ZM134.257 28.2186C134.257 29.9466 135.473 30.9706 137.585 30.9706C140.337 30.9706 142.065 29.0506 142.065 26.2986V25.1466H140.721C138.449 25.1466 136.337 25.3066 135.217 26.2026C134.609 26.6826 134.257 27.3226 134.257 28.2186ZM157.936 15.8026C160.56 15.8026 162.768 17.0186 163.792 18.8746L164.304 16.1226H167.92V39.8986H163.792V30.3626C162.8 32.0906 160.848 33.3386 157.968 33.3386C153.072 33.3386 149.936 29.6586 149.936 24.6666C149.936 19.7066 153.008 15.8026 157.936 15.8026ZM158.96 30.6826C162.32 30.6826 163.792 27.9306 163.792 24.5066C163.792 21.3066 162.288 18.2346 158.928 18.2346C155.696 18.2346 154.192 21.2426 154.192 24.5386C154.192 27.8026 155.728 30.6826 158.96 30.6826ZM188.833 27.5146C188.833 31.6106 184.993 33.3386 180.897 33.3386C175.457 33.3386 171.905 30.0426 171.905 24.6026C171.905 19.2906 175.329 15.8026 180.641 15.8026C185.793 15.8026 189.057 18.8426 189.057 23.9946C189.057 24.4746 189.025 24.9226 188.993 25.4666H176.161C176.385 28.5066 177.857 31.1946 180.897 31.1946C183.265 31.1946 184.673 29.8826 184.673 27.5146H188.833ZM180.641 17.9466C177.729 17.9466 176.449 20.4426 176.193 23.3546H184.993C184.993 20.2506 183.745 17.9466 180.641 17.9466Z" fill="hsl(var(--foreground))"></path><mask id="logo-mask-R2pkl5" maskUnits="userSpaceOnUse" x="50.4355" y="7.01855" width="140" height="34" fill="black"><rect fill="white" x="50.4355" y="7.01855" width="140" height="34"></rect><path d="M55.9235 9.75455V23.7386C55.9235 28.0266 57.3955 30.6186 61.5875 30.6186C65.7155 30.6186 67.3155 27.8026 67.3155 23.7386V9.75455H70.5155V23.5146C70.5155 29.8826 67.3155 33.3706 61.0115 33.3706C54.5155 33.3706 51.3795 29.9146 51.3795 23.5466V9.75455H55.9235ZM91.5825 27.5146C91.5825 31.6106 87.7425 33.3386 83.6465 33.3386C78.2065 33.3386 74.6545 30.0426 74.6545 24.6026C74.6545 19.2906 78.0785 15.8026 83.3905 15.8026C88.5425 15.8026 91.8065 18.8426 91.8065 23.9946C91.8065 24.4746 91.7745 24.9226 91.7425 25.4666H78.9105C79.1345 28.5066 80.6065 31.1946 83.6465 31.1946C86.0145 31.1946 87.4225 29.8826 87.4225 27.5146H91.5825ZM83.3905 17.9466C80.4785 17.9466 79.1985 20.4426 78.9425 23.3546H87.7425C87.7425 20.2506 86.4945 17.9466 83.3905 17.9466ZM113.794 24.4746C113.794 29.4346 110.658 33.3386 105.762 33.3386C102.946 33.3386 100.994 32.0906 99.9063 30.2986L99.4263 33.0186H95.7783V8.47455H99.9063V18.5226C101.122 16.9226 103.298 15.8026 105.794 15.8026C110.754 15.8026 113.794 19.4826 113.794 24.4746ZM104.738 18.2026C101.474 18.2026 99.9063 21.1146 99.9063 24.5066C99.9063 27.8986 101.442 30.8106 104.738 30.8106C108.002 30.8106 109.538 27.8026 109.538 24.4746C109.538 21.1786 108.034 18.2026 104.738 18.2026ZM127.507 18.2346H122.355V33.0186H118.227V18.2346H115.891V16.1226H118.323V14.1066C118.323 10.0106 121.075 8.15455 125.267 8.15455C126.579 8.15455 127.635 8.34655 128.499 8.53855V10.6506C127.827 10.5866 127.251 10.5546 126.547 10.5546C123.731 10.5546 122.355 11.5146 122.355 14.3306V16.1226H127.507V18.2346ZM142.801 33.0186L142.097 30.4266C141.265 32.1546 139.153 33.3386 136.113 33.3386C132.593 33.3386 130.033 31.7706 130.033 28.4426C130.033 26.5866 130.929 25.2746 132.401 24.3786C134.065 23.3546 136.113 23.0666 139.377 23.0666C140.305 23.0666 141.265 23.0986 142.065 23.1306V21.6586C142.065 19.3546 140.817 17.9466 138.545 17.9466C136.305 17.9466 134.993 19.0986 134.993 21.3386H130.961V20.9866C130.961 17.8186 133.745 15.8026 138.545 15.8026C142.833 15.8026 146.193 17.8186 146.193 22.1066V33.0186H142.801ZM134.257 28.2186C134.257 29.9466 135.473 30.9706 137.585 30.9706C140.337 30.9706 142.065 29.0506 142.065 26.2986V25.1466H140.721C138.449 25.1466 136.337 25.3066 135.217 26.2026C134.609 26.6826 134.257 27.3226 134.257 28.2186ZM157.936 15.8026C160.56 15.8026 162.768 17.0186 163.792 18.8746L164.304 16.1226H167.92V39.8986H163.792V30.3626C162.8 32.0906 160.848 33.3386 157.968 33.3386C153.072 33.3386 149.936 29.6586 149.936 24.6666C149.936 19.7066 153.008 15.8026 157.936 15.8026ZM158.96 30.6826C162.32 30.6826 163.792 27.9306 163.792 24.5066C163.792 21.3066 162.288 18.2346 158.928 18.2346C155.696 18.2346 154.192 21.2426 154.192 24.5386C154.192 27.8026 155.728 30.6826 158.96 30.6826ZM188.833 27.5146C188.833 31.6106 184.993 33.3386 180.897 33.3386C175.457 33.3386 171.905 30.0426 171.905 24.6026C171.905 19.2906 175.329 15.8026 180.641 15.8026C185.793 15.8026 189.057 18.8426 189.057 23.9946C189.057 24.4746 189.025 24.9226 188.993 25.4666H176.161C176.385 28.5066 177.857 31.1946 180.897 31.1946C183.265 31.1946 184.673 29.8826 184.673 27.5146H188.833ZM180.641 17.9466C177.729 17.9466 176.449 20.4426 176.193 23.3546H184.993C184.993 20.2506 183.745 17.9466 180.641 17.9466Z"></path></mask><defs><linearGradient id="logo-grad-R2pkl5" x1="-7.37498" y1="1.01855" x2="52.6723" y2="7.86484" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="hsl(var(--brand-dark))" stop-opacity="0.83"></stop><stop offset="0.746104" stop-color="hsl(var(--brand-lighter))" stop-opacity="0.38"></stop></linearGradient></defs></svg></span></a></div><p class="mt-5 max-w-xs text-sm leading-relaxed text-zinc-500">Build your professional website with AI in a few minutes, free, and publish it with one click.</p><div class="mt-6 hidden flex-wrap items-center gap-3"><a href="#" aria-label="Download on the App Store"><img src="/apple-white.webp" alt="Download on the App Store" loading="lazy" class="h-11 w-auto transition-transform duration-200 ease-out hover:-translate-y-0.5"></a><a href="#" aria-label="Get it on Google Play"><img src="/android-white.webp" alt="Get it on Google Play" loading="lazy" class="h-11 w-auto transition-transform duration-200 ease-out hover:-translate-y-0.5"></a></div></div><div class="flex flex-col"><h3 class="text-xs font-semibold uppercase tracking-wider text-zinc-500">Social</h3><ul class="mt-4 flex flex-col gap-3"><li><a href="https://x.com/uebfaqe" target="_blank" rel="noreferrer" class="hover:text-brand-600 text-sm text-zinc-600 transition-colors">X</a></li><li><a href="https://instagram.com/uebfaqe" target="_blank" rel="noreferrer" class="hover:text-brand-600 text-sm text-zinc-600 transition-colors">Instagram</a></li><li><a href="https://tiktok.com/@uebfaqe" target="_blank" rel="noreferrer" class="hover:text-brand-600 text-sm text-zinc-600 transition-colors">TikTok</a></li><li><a href="https://youtube.com/@uebfaqe" target="_blank" rel="noreferrer" class="hover:text-brand-600 text-sm text-zinc-600 transition-colors">YouTube</a></li><li><a href="https://facebook.com/uebfaqe" target="_blank" rel="noreferrer" class="hover:text-brand-600 text-sm text-zinc-600 transition-colors">Facebook</a></li><li><a href="https://linkedin.com/company/uebfaqe" target="_blank" rel="noreferrer" class="hover:text-brand-600 text-sm text-zinc-600 transition-colors">LinkedIn</a></li><li><a href="https://www.threads.net/@uebfaqe" target="_blank" rel="noreferrer" class="hover:text-brand-600 text-sm text-zinc-600 transition-colors">Threads</a></li></ul></div><div class="flex flex-col"><h3 class="text-xs font-semibold uppercase tracking-wider text-zinc-500">More</h3><ul class="mt-4 flex flex-col gap-3"><li><a class="text-sm transition-colors hover:text-brand-600 text-zinc-600" href="/contact">Contact Us</a></li><li><a class="text-sm transition-colors hover:text-brand-600 text-zinc-600" href="/terms-of-service">Terms of Service</a></li><li><a class="text-sm transition-colors hover:text-brand-600 text-zinc-600" href="/privacy">Privacy Policy</a></li></ul></div></div><div class="mt-12 flex flex-col items-center justify-between gap-4 border-t border-zinc-200 pt-8 sm:flex-row"><p class="select-none text-xs font-medium text-zinc-500">© 2026 Uebfaqe. All rights reserved.</p><span class="bg-surface/70 inline-flex select-none items-center gap-1.5 rounded-full border border-zinc-200 px-3 py-1.5 text-xs font-medium text-zinc-600 backdrop-blur"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" class="text-brand h-3.5 w-3.5"><path d="M194.82,151.43l-55.09,20.3-20.3,55.09a7.92,7.92,0,0,1-14.86,0l-20.3-55.09-55.09-20.3a7.92,7.92,0,0,1,0-14.86l55.09-20.3,20.3-55.09a7.92,7.92,0,0,1,14.86,0l20.3,55.09,55.09,20.3A7.92,7.92,0,0,1,194.82,151.43Z" opacity="0.2"></path><path d="M197.58,129.06,146,110l-19-51.62a15.92,15.92,0,0,0-29.88,0L78,110l-51.62,19a15.92,15.92,0,0,0,0,29.88L78,178l19,51.62a15.92,15.92,0,0,0,29.88,0L146,178l51.62-19a15.92,15.92,0,0,0,0-29.88ZM137,164.22a8,8,0,0,0-4.74,4.74L112,223.85,91.78,169A8,8,0,0,0,87,164.22L32.15,144,87,123.78A8,8,0,0,0,91.78,119L112,64.15,132.22,119a8,8,0,0,0,4.74,4.74L191.85,144ZM144,40a8,8,0,0,1,8-8h16V16a8,8,0,0,1,16,0V32h16a8,8,0,0,1,0,16H184V64a8,8,0,0,1-16,0V48H152A8,8,0,0,1,144,40ZM248,88a8,8,0,0,1-8,8h-8v8a8,8,0,0,1-16,0V96h-8a8,8,0,0,1,0-16h8V72a8,8,0,0,1,16,0v8h8A8,8,0,0,1,248,88Z"></path></svg>Powered by AI</span></div></div></footer></div></main><!--/$--></div></div><!--/$--><script>window.__staticRouterHydrationData = JSON.parse("{\"loaderData\":{\"8\":null,\"8-0\":null},\"actionData\":null,\"errors\":null}");</script></div>
<script>window.__VITE_REACT_SSG_HASH__ = 't2k8co7pig'</script>
    

</body></html>