It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://4krb.icu

  1. <!DOCTYPE html>
  2. <html lang="id">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <meta http-equiv="content-language" content="id">
  7.    <link rel="canonical" href="https://4krb.icu/">
  8.    <title>ONG39 - Belanja Online Praktis & Terpercaya</title>
  9.    <meta name="description" content="Toko online terpercaya dengan produk berkualitas tinggi. Temukan penawaran terbaik untuk gadget, fashion, dan kebutuhan rumah tangga dengan garansi resmi.">
  10.    <meta name="robots" content="index, follow">
  11.    <meta property="og:title" content="ONG39 - Belanja Online Praktis & Terpercaya">
  12.    <meta property="og:description" content="Toko online terpercaya dengan produk berkualitas tinggi. Temukan penawaran terbaik untuk gadget, fashion, dan kebutuhan rumah tangga dengan garansi resmi.">
  13.    <meta name="keywords" content="ONG39, ong39, ong 39, link ong39, situs ong39, login ong39, daftar ong39 "/>
  14.    <meta property="og:url" content="https://4krb.icu/">
  15.    <meta property="og:image" content="https://ampall.store/img/223345.png" />
  16.    <meta property="og:type" content="website">
  17.    <meta name="og:site_name" content="ONG39">
  18.    <meta name="og:locale" content="ID_id">
  19.    <meta name="categories" content="ONG39" />
  20.    <meta name="language" content="ID">
  21.    <meta name="rating" content="general">
  22.    <meta name="copyright" content="ONG39">
  23.    <meta name="author" content="ONG39">
  24.    <meta name="distribution" content="global">
  25.    <meta name="publisher" content="ONG39">
  26.    <meta name="geo.placename" content="DKI Jakarta">
  27.    <meta name="geo.country" content="ID">
  28.    <meta name="geo.region" content="ID" />
  29.    <meta name="google-site-verification" content="1bvWO6sWzxrBSoPFiSaXyLhXYw_Q6bJEJ9HNoOtQjv4" />
  30.    <link rel="amphtml" href="https://pub-370f9cf0b3dc44e6933b712eb9decf34.r2.dev/4krb.html"/>
  31.    <link rel="icon" href="https://sahelopera.com/img/icon.png">
  32.    <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@500;600;700&display=swap" rel="stylesheet">
  33.      <style>
  34.        :root {
  35.            --primary: #2563eb;
  36.            --primary-dark: #1d4ed8;
  37.            --secondary: #f59e0b;
  38.            --dark: #1e293b;
  39.            --light: #f8fafc;
  40.            --gray: #94a3b8;
  41.            --success: #10b981;
  42.        }
  43.        
  44.        * {
  45.            margin: 0;
  46.            padding: 0;
  47.            box-sizing: border-box;
  48.            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  49.        }
  50.        
  51.        body {
  52.            background-color: #f1f5f9;
  53.            color: var(--dark);
  54.            line-height: 1.6;
  55.        }
  56.        
  57.        /* Header Styles */
  58.        header {
  59.            background-color: white;
  60.            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  61.            position: sticky;
  62.            top: 0;
  63.            z-index: 100;
  64.        }
  65.        
  66.        .navbar {
  67.            display: flex;
  68.            justify-content: space-between;
  69.            align-items: center;
  70.            padding: 1rem 5%;
  71.            max-width: 1400px;
  72.            margin: 0 auto;
  73.        }
  74.        
  75.        .logo {
  76.            font-size: 1.8rem;
  77.            font-weight: 700;
  78.            color: var(--primary);
  79.            text-decoration: none;
  80.            display: flex;
  81.            align-items: center;
  82.        }
  83.        
  84.        .logo i {
  85.            margin-right: 0.5rem;
  86.            color: var(--secondary);
  87.        }
  88.        
  89.        .nav-links {
  90.            display: flex;
  91.            gap: 2rem;
  92.        }
  93.        
  94.        .nav-links a {
  95.            text-decoration: none;
  96.            color: var(--dark);
  97.            font-weight: 500;
  98.            transition: color 0.3s;
  99.        }
  100.        
  101.        .nav-links a:hover {
  102.            color: var(--primary);
  103.        }
  104.        
  105.        .nav-icons {
  106.            display: flex;
  107.            gap: 1.5rem;
  108.        }
  109.        
  110.        .nav-icons a {
  111.            color: var(--dark);
  112.            font-size: 1.2rem;
  113.            transition: color 0.3s;
  114.        }
  115.        
  116.        .nav-icons a:hover {
  117.            color: var(--primary);
  118.        }
  119.        
  120.        .mobile-menu {
  121.            display: none;
  122.            font-size: 1.5rem;
  123.            cursor: pointer;
  124.        }
  125.        
  126.        /* Hero Section */
  127.        .hero {
  128.            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  129.                        url('https://images.unsplash.com/photo-1556740738-b6a63e27c4df?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
  130.            background-size: cover;
  131.            background-position: center;
  132.            background-repeat: no-repeat;
  133.            color: white;
  134.            padding: 8rem 5%;
  135.            text-align: center;
  136.            position: relative;
  137.        }
  138.        
  139.        .hero-content {
  140.            position: relative;
  141.            z-index: 2;
  142.            max-width: 800px;
  143.            margin: 0 auto;
  144.        }
  145.        
  146.        /* Sesuaikan ukuran font untuk kontras dengan gambar */
  147.        .hero h1 {
  148.            font-size: 2.8rem;
  149.            margin-bottom: 1.5rem;
  150.            line-height: 1.2;
  151.            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  152.        }
  153.        
  154.        .hero p {
  155.            font-size: 1.2rem;
  156.            margin-bottom: 2.5rem;
  157.            opacity: 0.9;
  158.            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  159.        }
  160.        
  161.        /* Media Query untuk Responsivitas */
  162.        @media (max-width: 768px) {
  163.            .hero {
  164.                padding: 6rem 5%;
  165.            }
  166.            
  167.            .hero h1 {
  168.                font-size: 2.2rem;
  169.            }
  170.            
  171.            .hero p {
  172.                font-size: 1rem;
  173.            }
  174.        }
  175.        
  176.        .cta-button {
  177.            display: inline-block;
  178.            background-color: var(--secondary);
  179.            color: white;
  180.            padding: 0.8rem 2rem;
  181.            border-radius: 50px;
  182.            text-decoration: none;
  183.            font-weight: 600;
  184.            transition: transform 0.3s, box-shadow 0.3s;
  185.            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  186.        }
  187.        
  188.        .cta-button:hover {
  189.            transform: translateY(-3px);
  190.            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  191.        }
  192.        
  193.        /* Features Section */
  194.        .features {
  195.            padding: 5rem 5%;
  196.            max-width: 1400px;
  197.            margin: 0 auto;
  198.        }
  199.        
  200.        .section-title {
  201.            text-align: center;
  202.            margin-bottom: 3rem;
  203.        }
  204.        
  205.        .section-title h2 {
  206.            font-size: 2rem;
  207.            color: var(--dark);
  208.            margin-bottom: 1rem;
  209.        }
  210.        
  211.        .section-title p {
  212.            color: var(--gray);
  213.            max-width: 600px;
  214.            margin: 0 auto;
  215.        }
  216.        
  217.        .features-grid {
  218.            display: grid;
  219.            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  220.            gap: 2rem;
  221.        }
  222.        
  223.        .feature-card {
  224.            background-color: white;
  225.            border-radius: 10px;
  226.            padding: 2rem;
  227.            text-align: center;
  228.            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  229.            transition: transform 0.3s, box-shadow 0.3s;
  230.        }
  231.        
  232.        .feature-card:hover {
  233.            transform: translateY(-5px);
  234.            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  235.        }
  236.        
  237.        .feature-icon {
  238.            font-size: 2.5rem;
  239.            color: var(--primary);
  240.            margin-bottom: 1.5rem;
  241.        }
  242.        
  243.        .feature-card h3 {
  244.            font-size: 1.3rem;
  245.            margin-bottom: 1rem;
  246.        }
  247.        
  248.        .feature-card p {
  249.            color: var(--gray);
  250.        }
  251.        
  252.        /* Products Section */
  253.        .products {
  254.            padding: 5rem 5%;
  255.            background-color: white;
  256.        }
  257.        
  258.        .products-container {
  259.            max-width: 1400px;
  260.            margin: 0 auto;
  261.        }
  262.        
  263.        .products-grid {
  264.            display: grid;
  265.            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  266.            gap: 2rem;
  267.        }
  268.        
  269.        .product-card {
  270.            background-color: var(--light);
  271.            border-radius: 10px;
  272.            overflow: hidden;
  273.            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  274.            transition: transform 0.3s, box-shadow 0.3s;
  275.        }
  276.        
  277.        .product-card:hover {
  278.            transform: translateY(-5px);
  279.            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  280.        }
  281.        
  282.        .product-image {
  283.            height: 200px;
  284.            overflow: hidden;
  285.            position: relative;
  286.        }
  287.        
  288.        .product-image img {
  289.            width: 100%;
  290.            height: 100%;
  291.            object-fit: cover;
  292.            transition: transform 0.5s;
  293.        }
  294.        
  295.        .product-card:hover .product-image img {
  296.            transform: scale(1.05);
  297.        }
  298.        
  299.        .product-badge {
  300.            position: absolute;
  301.            top: 1rem;
  302.            left: 1rem;
  303.            background-color: var(--secondary);
  304.            color: white;
  305.            padding: 0.3rem 0.8rem;
  306.            border-radius: 50px;
  307.            font-size: 0.8rem;
  308.            font-weight: 600;
  309.        }
  310.        
  311.        .product-content {
  312.            padding: 1.5rem;
  313.        }
  314.        
  315.        .product-category {
  316.            color: var(--primary);
  317.            font-size: 0.9rem;
  318.            font-weight: 600;
  319.            margin-bottom: 0.5rem;
  320.            display: block;
  321.        }
  322.        
  323.        .product-title {
  324.            font-size: 1.1rem;
  325.            margin-bottom: 0.5rem;
  326.            font-weight: 600;
  327.        }
  328.        
  329.        .product-price {
  330.            display: flex;
  331.            align-items: center;
  332.            gap: 1rem;
  333.            margin-bottom: 1rem;
  334.        }
  335.        
  336.        .current-price {
  337.            font-size: 1.2rem;
  338.            font-weight: 700;
  339.            color: var(--dark);
  340.        }
  341.        
  342.        .old-price {
  343.            font-size: 0.9rem;
  344.            color: var(--gray);
  345.            text-decoration: line-through;
  346.        }
  347.        
  348.        .product-rating {
  349.            display: flex;
  350.            align-items: center;
  351.            gap: 0.3rem;
  352.            margin-bottom: 1rem;
  353.            color: var(--secondary);
  354.        }
  355.        
  356.        .product-rating span {
  357.            color: var(--gray);
  358.            font-size: 0.9rem;
  359.        }
  360.        
  361.        .add-to-cart {
  362.            width: 100%;
  363.            padding: 0.7rem;
  364.            background-color: var(--primary);
  365.            color: white;
  366.            border: none;
  367.            border-radius: 5px;
  368.            font-weight: 600;
  369.            cursor: pointer;
  370.            transition: background-color 0.3s;
  371.        }
  372.        
  373.        .add-to-cart:hover {
  374.            background-color: var(--primary-dark);
  375.        }
  376.        
  377.        /* Testimonials Section */
  378.        .testimonials {
  379.            padding: 5rem 5%;
  380.            background-color: var(--light);
  381.        }
  382.        
  383.        .testimonials-container {
  384.            max-width: 1400px;
  385.            margin: 0 auto;
  386.        }
  387.        
  388.        .testimonials-grid {
  389.            display: grid;
  390.            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  391.            gap: 2rem;
  392.        }
  393.        
  394.        .testimonial-card {
  395.            background-color: white;
  396.            border-radius: 10px;
  397.            padding: 2rem;
  398.            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  399.        }
  400.        
  401.        .testimonial-header {
  402.            display: flex;
  403.            align-items: center;
  404.            gap: 1rem;
  405.            margin-bottom: 1.5rem;
  406.        }
  407.        
  408.        .testimonial-avatar {
  409.            width: 60px;
  410.            height: 60px;
  411.            border-radius: 50%;
  412.            overflow: hidden;
  413.        }
  414.        
  415.        .testimonial-avatar img {
  416.            width: 100%;
  417.            height: 100%;
  418.            object-fit: cover;
  419.        }
  420.        
  421.        .testimonial-author h4 {
  422.            font-size: 1.1rem;
  423.            margin-bottom: 0.3rem;
  424.        }
  425.        
  426.        .testimonial-author p {
  427.            color: var(--gray);
  428.            font-size: 0.9rem;
  429.        }
  430.        
  431.        .testimonial-rating {
  432.            color: var(--secondary);
  433.            margin-bottom: 1rem;
  434.        }
  435.        
  436.        .testimonial-text {
  437.            color: var(--dark);
  438.            font-style: italic;
  439.        }
  440.        
  441.        /* Newsletter Section */
  442.        .newsletter {
  443.            padding: 5rem 5%;
  444.            background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  445.            color: white;
  446.            text-align: center;
  447.        }
  448.        
  449.        .newsletter-container {
  450.            max-width: 600px;
  451.            margin: 0 auto;
  452.        }
  453.        
  454.        .newsletter h2 {
  455.            font-size: 2rem;
  456.            margin-bottom: 1rem;
  457.        }
  458.        
  459.        .newsletter p {
  460.            margin-bottom: 2rem;
  461.            opacity: 0.9;
  462.        }
  463.        
  464.        .newsletter-form {
  465.            display: flex;
  466.            max-width: 500px;
  467.            margin: 0 auto;
  468.        }
  469.        
  470.        .newsletter-form input {
  471.            flex: 1;
  472.            padding: 0.8rem 1rem;
  473.            border: none;
  474.            border-radius: 50px 0 0 50px;
  475.            font-size: 1rem;
  476.        }
  477.        
  478.        .newsletter-form button {
  479.            padding: 0.8rem 1.5rem;
  480.            background-color: var(--secondary);
  481.            color: white;
  482.            border: none;
  483.            border-radius: 0 50px 50px 0;
  484.            font-weight: 600;
  485.            cursor: pointer;
  486.            transition: background-color 0.3s;
  487.        }
  488.        
  489.        .newsletter-form button:hover {
  490.            background-color: #e67e22;
  491.        }
  492.        
  493.        /* Footer */
  494.        footer {
  495.            background-color: var(--dark);
  496.            color: white;
  497.            padding: 4rem 5% 2rem;
  498.        }
  499.        
  500.        .footer-container {
  501.            max-width: 1400px;
  502.            margin: 0 auto;
  503.            display: grid;
  504.            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  505.            gap: 2rem;
  506.            margin-bottom: 3rem;
  507.        }
  508.        
  509.        .footer-logo {
  510.            font-size: 1.8rem;
  511.            font-weight: 700;
  512.            color: white;
  513.            margin-bottom: 1rem;
  514.            display: block;
  515.        }
  516.        
  517.        .footer-about p {
  518.            margin-bottom: 1.5rem;
  519.            opacity: 0.8;
  520.        }
  521.        
  522.        .social-links {
  523.            display: flex;
  524.            gap: 1rem;
  525.        }
  526.        
  527.        .social-links a {
  528.            color: white;
  529.            font-size: 1.2rem;
  530.            transition: color 0.3s;
  531.        }
  532.        
  533.        .social-links a:hover {
  534.            color: var(--secondary);
  535.        }
  536.        
  537.        .footer-links h3 {
  538.            font-size: 1.2rem;
  539.            margin-bottom: 1.5rem;
  540.            position: relative;
  541.            padding-bottom: 0.5rem;
  542.        }
  543.        
  544.        .footer-links h3::after {
  545.            content: '';
  546.            position: absolute;
  547.            left: 0;
  548.            bottom: 0;
  549.            width: 40px;
  550.            height: 2px;
  551.            background-color: var(--secondary);
  552.        }
  553.        
  554.        .footer-links ul {
  555.            list-style: none;
  556.        }
  557.        
  558.        .footer-links li {
  559.            margin-bottom: 0.8rem;
  560.        }
  561.        
  562.        .footer-links a {
  563.            color: rgba(255, 255, 255, 0.8);
  564.            text-decoration: none;
  565.            transition: color 0.3s;
  566.        }
  567.        
  568.        .footer-links a:hover {
  569.            color: var(--secondary);
  570.        }
  571.        
  572.        .footer-contact p {
  573.            display: flex;
  574.            align-items: center;
  575.            gap: 0.8rem;
  576.            margin-bottom: 1rem;
  577.            opacity: 0.8;
  578.        }
  579.        
  580.        .footer-bottom {
  581.            text-align: center;
  582.            padding-top: 2rem;
  583.            border-top: 1px solid rgba(255, 255, 255, 0.1);
  584.            opacity: 0.7;
  585.            font-size: 0.9rem;
  586.        }
  587.        
  588.        /* Responsive Styles */
  589.        @media (max-width: 768px) {
  590.            .nav-links {
  591.                display: none;
  592.            }
  593.            
  594.            .mobile-menu {
  595.                display: block;
  596.            }
  597.            
  598.            .hero h1 {
  599.                font-size: 2rem;
  600.            }
  601.            
  602.            .newsletter-form {
  603.                flex-direction: column;
  604.            }
  605.            
  606.            .newsletter-form input {
  607.                border-radius: 50px;
  608.                margin-bottom: 1rem;
  609.            }
  610.            
  611.            .newsletter-form button {
  612.                border-radius: 50px;
  613.                width: 100%;
  614.            }
  615.        }
  616.        
  617.        /* Animation for Google Discovery */
  618.        @keyframes pulse {
  619.            0% { transform: scale(1); }
  620.            50% { transform: scale(1.05); }
  621.            100% { transform: scale(1); }
  622.        }
  623.        
  624.        .pulse-animation {
  625.            animation: pulse 2s infinite;
  626.        }
  627.        
  628.        /* Structured Data Markup (invisible) */
  629.        .structured-data {
  630.            display: none;
  631.        }
  632.    </style>
  633. </head>
  634. <body>
  635.    <!-- Header Section -->
  636.    <header>
  637.        <nav class="navbar">
  638.            <a href="https://rebrand.ly/ONG39-Official" class="logo">
  639.                <i class="fas fa-shopping-bag"></i>
  640.                ONG39
  641.            </a>
  642.            
  643.            <div class="nav-links">
  644.                <a href="https://rebrand.ly/ONG39-Official">Beranda</a>
  645.                <a href="#products">Produk</a>
  646.                <a href="#categories">Kategori</a>
  647.                <a href="#about">Tentang Kami</a>
  648.                <a href="#contact">Kontak</a>
  649.            </div>
  650.            
  651.            <div class="nav-icons">
  652.                <a href="#search"><i class="fas fa-search"></i></a>
  653.                <a href="#account"><i class="fas fa-user"></i></a>
  654.                <a href="#cart"><i class="fas fa-shopping-cart"></i></a>
  655.            </div>
  656.            
  657.            <div class="mobile-menu">
  658.                <i class="fas fa-bars"></i>
  659.            </div>
  660.        </nav>
  661.    </header>
  662.    
  663.    <!-- Hero Section -->
  664.   <section class="hero" id="home">
  665.        <div class="hero-content">
  666.            <h1>Belanja Online Praktis & Terpercaya</h1>
  667.            <p>Temukan produk terbaik dengan harga kompetitif dan pengiriman cepat ke seluruh Indonesia. Garansi resmi dan customer service 24/7 siap membantu Anda.</p>
  668.            <a href="https://rebrand.ly/ONG39-Official" class="cta-button pulse-animation">Belanja Sekarang</a>
  669.        </div>
  670.    </section>
  671.    
  672.    <!-- Features Section -->
  673.    <section class="features">
  674.        <div class="section-title">
  675.            <h2>Kenapa Memilih Kami?</h2>
  676.            <p>Kami memberikan pengalaman belanja online terbaik dengan berbagai keunggulan</p>
  677.        </div>
  678.        
  679.        <div class="features-grid">
  680.            <div class="feature-card">
  681.                <div class="feature-icon">
  682.                    <i class="fas fa-truck"></i>
  683.                </div>
  684.                <h3>Pengiriman Cepat</h3>
  685.                <p>Pesanan dikirim dalam 24 jam dengan berbagai pilihan ekspedisi terpercaya</p>
  686.            </div>
  687.            
  688.            <div class="feature-card">
  689.                <div class="feature-icon">
  690.                    <i class="fas fa-shield-alt"></i>
  691.                </div>
  692.                <h3>Garansi Resmi</h3>
  693.                <p>Semua produk kami bergaransi resmi dari produsen dengan layanan purna jual</p>
  694.            </div>
  695.            
  696.            <div class="feature-card">
  697.                <div class="feature-icon">
  698.                    <i class="fas fa-headset"></i>
  699.                </div>
  700.                <h3>Customer Service 24/7</h3>
  701.                <p>Tim kami siap membantu Anda kapan saja melalui chat, telepon, atau email</p>
  702.            </div>
  703.            
  704.            <div class="feature-card">
  705.                <div class="feature-icon">
  706.                    <i class="fas fa-undo"></i>
  707.                </div>
  708.                <h3>Pengembalian Mudah</h3>
  709.                <p>Proses pengembalian produk yang simpel dan cepat jika tidak sesuai</p>
  710.            </div>
  711.        </div>
  712.    </section>
  713.    
  714.    <!-- Products Section -->
  715.    <section class="products" id="products">
  716.        <div class="products-container">
  717.            <div class="section-title">
  718.                <h2>Produk Terpopuler</h2>
  719.                <p>Temukan produk terbaik pilihan pelanggan kami</p>
  720.            </div>
  721.            
  722.            <div class="products-grid">
  723.                <div class="product-card">
  724.                    <div class="product-image">
  725.                        <img src="https://images.unsplash.com/photo-1556656793-08538906a9f8?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Smartphone XYZ Pro Max" loading="lazy">
  726.                        <span class="product-badge">Terlaris</span>
  727.                    </div>
  728.                    <div class="product-content">
  729.                        <span class="product-category">Smartphone</span>
  730.                        <h3 class="product-title">XYZ Pro Max 128GB</h3>
  731.                        <div class="product-price">
  732.                            <span class="current-price">Rp8.999.000</span>
  733.                            <span class="old-price">Rp9.999.000</span>
  734.                        </div>
  735.                        <div class="product-rating">
  736.                            <i class="fas fa-star"></i>
  737.                            <i class="fas fa-star"></i>
  738.                            <i class="fas fa-star"></i>
  739.                            <i class="fas fa-star"></i>
  740.                            <i class="fas fa-star-half-alt"></i>
  741.                            <span>(142 ulasan)</span>
  742.                        </div>
  743.                        <button class="add-to-cart">+ Keranjang</button>
  744.                    </div>
  745.                </div>
  746.                
  747.                <div class="product-card">
  748.                    <div class="product-image">
  749.                        <img src="https://images.unsplash.com/photo-1546868871-7041f2a55e12?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Smart Watch Series 5" loading="lazy">
  750.                        <span class="product-badge">Baru</span>
  751.                    </div>
  752.                    <div class="product-content">
  753.                        <span class="product-category">Smart Watch</span>
  754.                        <h3 class="product-title">Smart Watch Series 5</h3>
  755.                        <div class="product-price">
  756.                            <span class="current-price">Rp2.499.000</span>
  757.                            <span class="old-price">Rp3.199.000</span>
  758.                        </div>
  759.                        <div class="product-rating">
  760.                            <i class="fas fa-star"></i>
  761.                            <i class="fas fa-star"></i>
  762.                            <i class="fas fa-star"></i>
  763.                            <i class="fas fa-star"></i>
  764.                            <i class="far fa-star"></i>
  765.                            <span>(87 ulasan)</span>
  766.                        </div>
  767.                        <button class="add-to-cart">+ Keranjang</button>
  768.                    </div>
  769.                </div>
  770.                
  771.                <div class="product-card">
  772.                    <div class="product-image">
  773.                        <img src="https://images.unsplash.com/photo-1505740420928-5e560c06d30e?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Headphone Wireless Premium" loading="lazy">
  774.                    </div>
  775.                    <div class="product-content">
  776.                        <span class="product-category">Audio</span>
  777.                        <h3 class="product-title">Headphone Wireless Premium</h3>
  778.                        <div class="product-price">
  779.                            <span class="current-price">Rp1.799.000</span>
  780.                        </div>
  781.                        <div class="product-rating">
  782.                            <i class="fas fa-star"></i>
  783.                            <i class="fas fa-star"></i>
  784.                            <i class="fas fa-star"></i>
  785.                            <i class="fas fa-star"></i>
  786.                            <i class="fas fa-star"></i>
  787.                            <span>(215 ulasan)</span>
  788.                        </div>
  789.                        <button class="add-to-cart">+ Keranjang</button>
  790.                    </div>
  791.                </div>
  792.                
  793.                <div class="product-card">
  794.                    <div class="product-image">
  795.                        <img src="https://images.unsplash.com/photo-1523275335684-37898b6baf30?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Jam Tangan Mewah" loading="lazy">
  796.                        <span class="product-badge">Diskon 30%</span>
  797.                    </div>
  798.                    <div class="product-content">
  799.                        <span class="product-category">Aksesoris</span>
  800.                        <h3 class="product-title">Jam Tangan Mewah Edisi Limited</h3>
  801.                        <div class="product-price">
  802.                            <span class="current-price">Rp5.599.000</span>
  803.                            <span class="old-price">Rp7.999.000</span>
  804.                        </div>
  805.                        <div class="product-rating">
  806.                            <i class="fas fa-star"></i>
  807.                            <i class="fas fa-star"></i>
  808.                            <i class="fas fa-star"></i>
  809.                            <i class="fas fa-star"></i>
  810.                            <i class="fas fa-star-half-alt"></i>
  811.                            <span>(63 ulasan)</span>
  812.                        </div>
  813.                        <button class="add-to-cart">+ Keranjang</button>
  814.                    </div>
  815.                </div>
  816.            </div>
  817.        </div>
  818.    </section>
  819.    
  820.    <!-- Testimonials Section -->
  821.    <section class="testimonials">
  822.        <div class="testimonials-container">
  823.            <div class="section-title">
  824.                <h2>Apa Kata Pelanggan Kami?</h2>
  825.                <p>Testimoni jujur dari pelanggan yang sudah berbelanja di toko kami</p>
  826.            </div>
  827.            
  828.            <div class="testimonials-grid">
  829.                <div class="testimonial-card">
  830.                    <div class="testimonial-header">
  831.                        <div class="testimonial-avatar">
  832.                            <img src="https://randomuser.me/api/portraits/women/32.jpg" alt="Testimoni Sarah" loading="lazy">
  833.                        </div>
  834.                        <div class="testimonial-author">
  835.                            <h4>Sarah Wijaya</h4>
  836.                            <p>Guru, Bandung</p>
  837.                        </div>
  838.                    </div>
  839.                    <div class="testimonial-rating">
  840.                        <i class="fas fa-star"></i>
  841.                        <i class="fas fa-star"></i>
  842.                        <i class="fas fa-star"></i>
  843.                        <i class="fas fa-star"></i>
  844.                        <i class="fas fa-star"></i>
  845.                    </div>
  846.                    <p class="testimonial-text">"Pengiriman sangat cepat, hanya 1 hari sudah sampai. Produk asli dan berkualitas. Customer service ramah dan membantu. Pasti akan belanja lagi di sini!"</p>
  847.                </div>
  848.                
  849.                <div class="testimonial-card">
  850.                    <div class="testimonial-header">
  851.                        <div class="testimonial-avatar">
  852.                            <img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Testimoni Budi" loading="lazy">
  853.                        </div>
  854.                        <div class="testimonial-author">
  855.                            <h4>Budi Santoso</h4>
  856.                            <p>Pengusaha, Jakarta</p>
  857.                        </div>
  858.                    </div>
  859.                    <div class="testimonial-rating">
  860.                        <i class="fas fa-star"></i>
  861.                        <i class="fas fa-star"></i>
  862.                        <i class="fas fa-star"></i>
  863.                        <i class="fas fa-star"></i>
  864.                        <i class="fas fa-star-half-alt"></i>
  865.                    </div>
  866.                    <p class="testimonial-text">"Sudah beberapa kali belanja di sini dan selalu puas. Harga kompetitif dengan garansi resmi. Kemasan produk sangat aman dan rapi."</p>
  867.                </div>
  868.                
  869.                <div class="testimonial-card">
  870.                    <div class="testimonial-header">
  871.                        <div class="testimonial-avatar">
  872.                            <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Testimoni Dian" loading="lazy">
  873.                        </div>
  874.                        <div class="testimonial-author">
  875.                            <h4>Dian Permata</h4>
  876.                            <p>Mahasiswa, Surabaya</p>
  877.                        </div>
  878.                    </div>
  879.                    <div class="testimonial-rating">
  880.                        <i class="fas fa-star"></i>
  881.                        <i class="fas fa-star"></i>
  882.                        <i class="fas fa-star"></i>
  883.                        <i class="fas fa-star"></i>
  884.                        <i class="fas fa-star"></i>
  885.                    </div>
  886.                    <p class="testimonial-text">"Awalnya ragu belanja online mahal, tapi setelah coba di ONG39 semua kekhawatiran hilang. Produk original dan dapat bonus menarik juga!"</p>
  887.                </div>
  888.            </div>
  889.        </div>
  890.    </section>
  891.    
  892.    <!-- Newsletter Section -->
  893.    <section class="newsletter">
  894.        <div class="newsletter-container">
  895.            <h2>Dapatkan Penawaran Eksklusif</h2>
  896.            <p>Berlangganan newsletter kami dan dapatkan diskon spesial serta info produk terbaru langsung ke email Anda</p>
  897.            
  898.            <form class="newsletter-form">
  899.                <input type="email" placeholder="Alamat email Anda" required>
  900.                <button type="submit">Berlangganan</button>
  901.            </form>
  902.        </div>
  903.    </section>
  904.    
  905.    <!-- Footer -->
  906.    <footer>
  907.        <div class="footer-container">
  908.            <div class="footer-about">
  909.                <a href="https://rebrand.ly/ONG39-Official" class="footer-logo">
  910.                    <i class="fas fa-shopping-bag"></i>
  911.                    ONG39
  912.                </a>
  913.                <p>Toko online terpercaya dengan berbagai produk berkualitas tinggi. Kami berkomitmen memberikan pengalaman belanja online terbaik untuk pelanggan.</p>
  914.                <div class="social-links">
  915.                    <a href="https://www.facebook.com/groups/695022189940969"><i class="fab fa-facebook-f"></i></a>
  916.                    <a href="https://wa.me/6285939493159"><i class="fab fa-whatsapp"></i></a>
  917.                    <a href="https://t.me/ong39Official"><i class="fab fa-telegram"></i></a>
  918.                    <a href="https://direct.lc.chat/19184244/"><i class="fa-solid fa-circle-user"></i></a>
  919.                </div>
  920.            </div>
  921.            
  922.            <div class="footer-links">
  923.                <h3>Kategori</h3>
  924.                <ul>
  925.                    <li><a href="#gadget">Gadget & Elektronik</a></li>
  926.                    <li><a href="#fashion">Fashion Pria & Wanita</a></li>
  927.                    <li><a href="#home">Peralatan Rumah Tangga</a></li>
  928.                    <li><a href="#beauty">Kecantikan & Perawatan</a></li>
  929.                    <li><a href="#sports">Olahraga & Outdoor</a></li>
  930.                </ul>
  931.            </div>
  932.            
  933.            <div class="footer-links">
  934.                <h3>Tautan Cepat</h3>
  935.                <ul>
  936.                    <li><a href="#about">Tentang Kami</a></li>
  937.                    <li><a href="#blog">Blog</a></li>
  938.                    <li><a href="#promo">Promo & Diskon</a></li>
  939.                    <li><a href="#track">Lacak Pesanan</a></li>
  940.                    <li><a href="#return">Kebijakan Pengembalian</a></li>
  941.                </ul>
  942.            </div>
  943.            
  944.            <div class="footer-contact">
  945.                <h3>Hubungi Kami</h3>
  946.                <p><i class="fas fa-phone"></i> +62 859-3949-3159</p>
  947.                <p><i class="fas fa-envelope"></i> <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="f39a9d959cb3c7988191dd9a9086">[email&#160;protected]</a></p>
  948.                <p><i class="fas fa-clock"></i> Setiap Hari </p>
  949.            </div>
  950.        </div>
  951.        
  952.        <div class="footer-bottom">
  953.            <p>&copy; 2025 ONG39. All Rights Reserved.</p>
  954.        </div>
  955.    </footer>
  956.    
  957.    <!-- Structured Data for SEO -->
  958.    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="application/ld+json" class="structured-data">
  959.    {
  960.        "@context": "https://schema.org",
  961.        "@type": "WebSite",
  962.        "name": "ONG39",
  963.        "url": "https://www.4krb.icu",
  964.        "potentialAction": {
  965.            "@type": "SearchAction",
  966.            "target": "https://www.4krb.icu/search?q={search_term_string}",
  967.            "query-input": "required name=search_term_string"
  968.        }
  969.    }
  970.    </script>
  971.    
  972.    <script type="application/ld+json" class="structured-data">
  973.    {
  974.        "@context": "https://schema.org",
  975.        "@type": "Organization",
  976.        "name": "ONG39",
  977.        "url": "https://www.4krb.icu",
  978.        "logo": "https://www.4krb.icu/images/logo.png",
  979.        "sameAs": [
  980.            "https://www.facebook.com/groups/695022189940969"  
  981.        ],
  982.        "contactPoint": {
  983.            "@type": "ContactPoint",
  984.            "telephone": "+6285939493159",
  985.            "contactType": "customer service",
  986.            "email": "info@4krb.icu",
  987.            "availableLanguage": "Indonesian"
  988.        }
  989.    }
  990.    </script>
  991.    
  992.    <script type="application/ld+json" class="structured-data">
  993.    {
  994.        "@context": "https://schema.org",
  995.        "@type": "LocalBusiness",
  996.        "name": "ONG39",
  997.        "image": "https://www.4krb.icu/images/store.jpg",
  998.        "@id": "https://www.4krb.icu",
  999.        "url": "https://www.4krb.icu",
  1000.        "telephone": "+622112345678",
  1001.        "address": {
  1002.            "@type": "PostalAddress",
  1003.            "streetAddress": "Jl. Merdeka No. 123",
  1004.            "addressLocality": "Jakarta Pusat",
  1005.            "addressRegion": "DKI Jakarta",
  1006.            "postalCode": "10110",
  1007.            "addressCountry": "ID"
  1008.        },
  1009.        "geo": {
  1010.            "@type": "GeoCoordinates",
  1011.            "latitude": -6.175392,
  1012.            "longitude": 106.827153
  1013.        },
  1014.        "openingHoursSpecification": {
  1015.            "@type": "OpeningHoursSpecification",
  1016.            "dayOfWeek": [
  1017.                "Monday",
  1018.                "Tuesday",
  1019.                "Wednesday",
  1020.                "Thursday",
  1021.                "Friday",
  1022.                "Saturday",
  1023.                "Sunday"
  1024.            ],
  1025.            "opens": "08:00",
  1026.            "closes": "22:00"
  1027.        }
  1028.    }
  1029.    </script>
  1030.    
  1031.    <script type="application/ld+json" class="structured-data">
  1032.    {
  1033.        "@context": "https://schema.org",
  1034.        "@type": "BreadcrumbList",
  1035.        "itemListElement": [{
  1036.            "@type": "ListItem",
  1037.            "position": 1,
  1038.            "name": "Beranda",
  1039.            "item": "https://www.4krb.icu"
  1040.        },{
  1041.            "@type": "ListItem",
  1042.            "position": 2,
  1043.            "name": "Produk",
  1044.            "item": "https://www.4krb.icu/products"
  1045.        },{
  1046.            "@type": "ListItem",
  1047.            "position": 3,
  1048.            "name": "Elektronik",
  1049.            "item": "https://www.4krb.icu/products/electronics"
  1050.        }]
  1051.    }
  1052.    </script>
  1053.    
  1054.    <!-- Google Discovery Optimization Elements -->
  1055.    <div class="structured-data">
  1056.        <!-- Content that changes regularly (good for Discovery) -->
  1057.        <div id="trending-products" style="display:none;">
  1058.            <h2>Produk Trend Minggu Ini</h2>
  1059.            <ul>
  1060.                <li>Smartphone XYZ Pro Max</li>
  1061.                <li>Wireless Earbuds Premium</li>
  1062.                <li>Smart Watch Series 5</li>
  1063.            </ul>
  1064.        </div>
  1065.        
  1066.        <!-- Frequently updated content section -->
  1067.        <div id="latest-news" style="display:none;">
  1068.            <article>
  1069.                <h2>Tips Memilih Smartphone Terbaik 2023</h2>
  1070.                <p>Panduan lengkap memilih smartphone sesuai kebutuhan dan budget...</p>
  1071.                <time datetime="2023-06-15">15 Juni 2023</time>
  1072.            </article>
  1073.        </div>
  1074.    </div>
  1075.    
  1076.    <script>
  1077.        // Simple script for mobile menu toggle
  1078.        document.querySelector('.mobile-menu').addEventListener('click', function() {
  1079.            document.querySelector('.nav-links').classList.toggle('active');
  1080.        });
  1081.        
  1082.        // Content rotation for Google Discovery
  1083.        const trendingProducts = [
  1084.            "Smartphone XYZ Pro Max",
  1085.            "Wireless Earbuds Premium",
  1086.            "Smart Watch Series 5",
  1087.            "Laptop Ultra Slim 2023",
  1088.            "Kamera Mirrorless Profesional"
  1089.        ];
  1090.        
  1091.        function rotateTrendingProducts() {
  1092.            const productList = document.querySelector('#trending-products ul');
  1093.            if(productList) {
  1094.                // Shift the array
  1095.                trendingProducts.push(trendingProducts.shift());
  1096.                
  1097.                // Update the DOM
  1098.                productList.innerHTML = '';
  1099.                trendingProducts.slice(0, 3).forEach(product => {
  1100.                    const li = document.createElement('li');
  1101.                    li.textContent = product;
  1102.                    productList.appendChild(li);
  1103.                });
  1104.            }
  1105.        }
  1106.        
  1107.        // Rotate products every 24 hours
  1108.        setInterval(rotateTrendingProducts, 86400000);
  1109.    </script>
  1110. </body>
  1111. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda