Help
RSS
API
Feed
Maltego
Contact
Domain > boostcore.in
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-10-28
104.18.0.146
(
ClassC
)
2026-02-17
104.21.46.42
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Tue, 17 Feb 2026 04:53:17 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}X-Powered-By: ExpressCache-Control: public, max-age0Last-Modified: Fri, 06 Feb 2026 04:43:09 GMTVary: Accept-EncodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sBf2NemhX0ChYfMQ3oSA5jA3cLfI%2BrGVhQG79w5K%2B8O927wIhcGmPrpL6DKL1HnNFcny4MfTHeFvhtCFkDEmalsNCIuFz6v8Hj1TUFg%3D%3D}}cf-cache-status: DYNAMICCF-RAY: 9cf2ae1d0b341d89-PDXalt-svc: h3:443; ma86400 !doctype html>html langen> head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>BoostCore - Premium Digital Services/title> link relicon typeimage/jpeg href/icons/title.jpg /> link relshortcut icon typeimage/jpeg href/icons/title.jpg /> meta namedescription contentBoostcore - Leading provider of premium digital services with 1K+ clients, 1 Lakh+ sales, and 5K+ positive feedbacks. /> !-- Open Graph Meta Tags --> meta propertyog:title contentBoostCore - Premium Digital Services /> meta propertyog:description contentLeading provider of premium digital services with proven track record. /> meta propertyog:type contentwebsite /> meta propertyog:url contenthttps://boostcore.in /> !-- Favicon --> link relicon typeimage/jpeg href/icons/title.jpg /> link relshortcut icon typeimage/jpeg href/icons/title.jpg /> !-- Google Fonts --> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700;800;900&familySora:wght@300;400;500;600;700;800&displayswap relstylesheet /> !-- CSS Styles --> link relstylesheet href/css/main.css /> link relstylesheet href/css/realtime.css /> link relstylesheet href/css/animations.css /> !-- Performance and Real-time Scripts --> script src/socket.io/socket.io.js defer>/script> script src/js/realtime-client.js?v2.0 defer>/script> script src/js/performance.js defer>/script> !-- Original CSS Styles --> style> :root { --primary: #22c55e; --primary-dark: #16a34a; --primary-light: #4ade80; --secondary: #10b981; --accent: #06d6a0; --bg-primary: #0a0a0a; --bg-secondary: #111111; --bg-tertiary: #1a1a1a; --text-primary: #ffffff; --text-secondary: #a3a3a3; --text-muted: #737373; --border: rgba(34, 197, 94, 0.2); --glow: rgba(34, 197, 94, 0.3); --shadow: rgba(0, 0, 0, 0.3); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, sans-serif; background: var(--bg-primary); color: var(--text-primary); line-height: 1.6; overflow-x: hidden; } /* Background Pattern */ body::before { content: ; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient( circle at 25% 25%, rgba(34, 197, 94, 0.1) 0%, transparent 50% ), radial-gradient( circle at 75% 75%, rgba(34, 197, 94, 0.05) 0%, transparent 50% ); z-index: -1; pointer-events: none; } .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; } /* Header */ .header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(10, 10, 10, 0.9); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); transition: all 0.3s ease; } .header.scrolled { background: rgba(10, 10, 10, 0.95); box-shadow: 0 4px 20px var(--shadow); } .nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; width: 100%; } .logo-container { display: flex; align-items: center; gap: 14px; margin-right: auto; } .logo-video { height: 52px; width: auto; border-radius: 12px; filter: drop-shadow(0 0 12px var(--glow)); } .logo-text { font-family: Sora, sans-serif; font-size: 1.8rem; font-weight: 700; background: linear-gradient( 135deg, var(--primary), var(--secondary) ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-decoration: none; line-height: 1; } /* Mobile optimization for logo */ @media (max-width: 768px) { .logo-video { height: 44px; } .logo-text { font-size: 1.5rem; } .logo-container { gap: 10px; } } .social-nav { display: flex; gap: 16px; } .social-btn { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 12px; color: var(--text-secondary); text-decoration: none; transition: all 0.3s ease; position: relative; overflow: hidden; } .social-btn::before { content: ; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient( 90deg, transparent, rgba(34, 197, 94, 0.1), transparent ); transition: left 0.5s ease; } .social-btn:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); box-shadow: 0 8px 25px var(--glow); } .social-btn:hover::before { left: 100%; } /* Main Content */ .main { padding-top: 100px; } /* Hero Section */ .hero { text-align: center; padding: 80px 0 120px; position: relative; } .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 50px; padding: 8px 20px; margin-bottom: 32px; font-size: 0.9rem; color: var(--text-secondary); } .hero-badge .dot { width: 6px; height: 6px; background: var(--primary); border-radius: 50%; animation: pulse 2s infinite; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } .hero h1 { font-family: Sora, sans-serif; font-size: clamp(3rem, 8vw, 5rem); font-weight: 800; line-height: 1.1; margin-bottom: 24px; background: linear-gradient( 135deg, var(--text-primary) 0%, var(--primary) 50%, var(--secondary) 100% ); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .hero-subtitle { font-size: 1.3rem; color: var(--text-secondary); max-width: 600px; margin: 0 auto 48px; line-height: 1.7; } .hero-cta { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; align-items: center; } .btn-primary { background: linear-gradient( 135deg, var(--primary), var(--secondary) ); color: white; padding: 16px 32px; border: none; border-radius: 12px; font-size: 1.1rem; font-weight: 600; text-decoration: none; transition: all 0.3s ease; position: relative; overflow: hidden; display: inline-flex; align-items: center; gap: 8px; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px var(--glow); } .btn-primary:active { transform: translateY(0); transition: transform 0.1s ease; } /* Stats Section */ .stats { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 24px; padding: 60px 40px; margin: 80px 0; position: relative; overflow: hidden; } .stats::before { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: conic-gradient( from 0deg, transparent, rgba(34, 197, 94, 0.1), transparent ); animation: rotate 20s linear infinite; } @keyframes rotate { to { transform: rotate(360deg); } } .stats-content { position: relative; z-index: 1; } .stats-title { text-align: center; font-family: Sora, sans-serif; font-size: 2.2rem; font-weight: 700; margin-bottom: 48px; color: var(--text-primary); } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; } .stat-item { text-align: center; background: var(--bg-tertiary); padding: 40px 20px; border-radius: 20px; border: 1px solid var(--border); transition: all 0.3s ease; position: relative; overflow: hidden; } .stat-item::before { content: ; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient( 90deg, var(--primary), var(--secondary) ); transform: translateX(-100%); transition: transform 0.5s ease; } .stat-item:hover { transform: translateY(-8px); box-shadow: 0 20px 40px var(--shadow); border-color: var(--primary); } .stat-item:hover::before { transform: translateX(0); } .stat-number { font-family: Sora, sans-serif; font-size: 3.5rem; font-weight: 800; background: linear-gradient( 135deg, var(--primary), var(--secondary) ); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 8px; } .stat-label { color: var(--text-secondary); font-size: 1.1rem; font-weight: 500; } /* Features Section */ .features { padding: 100px 0; } .section-header { text-align: center; margin-bottom: 80px; } .section-title { font-family: Sora, sans-serif; font-size: 2.5rem; font-weight: 700; margin-bottom: 16px; } .section-subtitle { font-size: 1.2rem; color: var(--text-secondary); max-width: 600px; margin: 0 auto; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 32px; } .feature-card { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 20px; padding: 40px; transition: all 0.4s ease; position: relative; overflow: hidden; } .feature-card::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient( 135deg, rgba(34, 197, 94, 0.05), transparent ); opacity: 0; transition: opacity 0.3s ease; } .feature-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px var(--shadow); border-color: var(--primary); } .feature-card:hover::before { opacity: 1; } .feature-icon { width: 64px; height: 64px; background: linear-gradient( 135deg, var(--primary), var(--secondary) ); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 24px; } .feature-title { font-family: Sora, sans-serif; font-size: 1.4rem; font-weight: 600; margin-bottom: 16px; color: var(--text-primary); } .feature-description { color: var(--text-secondary); line-height: 1.7; } /* CTA Section */ .cta { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 24px; padding: 80px 40px; text-align: center; margin: 100px 0; position: relative; overflow: hidden; } .cta::before { content: ; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: linear-gradient( 45deg, var(--primary), var(--secondary), var(--primary) ); border-radius: 24px; z-index: -1; animation: borderGlow 3s ease-in-out infinite; } @keyframes borderGlow { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } } .cta-title { font-family: Sora, sans-serif; font-size: 2.5rem; font-weight: 700; margin-bottom: 24px; } .cta-description { font-size: 1.1rem; color: var(--text-secondary); max-width: 600px; margin: 0 auto 32px auto; } .feedbacks-section { margin: 64px 0; overflow: hidden; } .feedbacks-title { font-size: 2rem; font-weight: 700; text-align: center; margin-bottom: 48px; background: linear-gradient( 135deg, var(--primary), var(--secondary) ); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .feedbacks-slider-wrapper { position: relative; width: 100%; overflow: hidden; mask-image: linear-gradient( to right, transparent 0%, black 10%, black 90%, transparent 100% ); -webkit-mask-image: linear-gradient( to right, transparent 0%, black 10%, black 90%, transparent 100% ); } .feedbacks-slider { display: flex; gap: 20px; animation: slideLeft 30s linear infinite; width: fit-content; } .feedbacks-slider:hover { animation-play-state: paused; } @keyframes slideLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } .feedbacks-grid { display: flex; gap: 20px; flex-shrink: 0; } .feedback-card { background: rgba(26, 26, 26, 0.6); border: 1px solid var(--border); border-radius: 16px; padding: 20px; backdrop-filter: blur(20px); transition: all 0.3s ease; min-height: 180px; min-width: 320px; max-width: 320px; display: flex; flex-direction: column; justify-content: space-between; flex-shrink: 0; } .feedback-card:hover { transform: translateY(-4px); border-color: var(--primary); box-shadow: 0 8px 25px rgba(34, 197, 94, 0.1); } .feedback-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; } .feedback-author { font-weight: 600; color: var(--text-primary); display: flex; align-items: center; gap: 8px; } .feedback-rating { color: #fbbf24; } .feedback-text { color: var(--text-secondary); line-height: 1.5; margin-bottom: 16px; font-size: 0.95rem; flex-grow: 1; } .feedback-meta { display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; color: var(--text-muted); } .feedback-product { background: var(--bg-tertiary); padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; } .feedback-time { font-size: 0.8rem; } /* Footer */ .footer { background: var(--bg-secondary); border-top: 1px solid var(--border); padding: 60px 0 30px; text-align: center; } .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 32px; } .footer-text { color: var(--text-muted); font-size: 0.9rem; } /* Responsive Design */ @media (max-width: 1200px) { .feedback-card { min-width: 300px; max-width: 300px; } } @media (max-width: 768px) { .container { padding: 0 16px; } .header { padding: 15px 0; } .nav { flex-direction: column; gap: 16px; text-align: center; } .nav-links { gap: 20px; } .nav-links a { font-size: 0.9rem; padding: 8px 12px; background: var(--bg-tertiary); border-radius: 8px; } .logo-text { font-size: 1.5rem; } .main { padding-top: 120px; } .hero { padding: 60px 0 80px; } .hero h1 { font-size: 2.2rem; line-height: 1.2; } .hero-subtitle { font-size: 1rem; margin-bottom: 30px; } .hero-cta { flex-direction: column; gap: 16px; align-items: center; } .btn-primary { padding: 14px 28px; font-size: 1rem; } .stats { padding: 60px 0; } .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } .stat-item { padding: 20px; } .stat-number { font-size: 1.8rem; } .features { padding: 60px 0; } .features-grid { grid-template-columns: 1fr; gap: 20px; } .feature-card { padding: 24px; } .feature-icon { width: 48px; height: 48px; font-size: 1.5rem; } .feature-title { font-size: 1.2rem; } .cta { padding: 50px 20px; margin: 60px 0; } .cta h2 { font-size: 1.8rem; } .feedbacks-slider { animation: slideLeft 40s linear infinite; } .feedback-card { padding: 16px; min-height: 160px; min-width: 280px; max-width: 280px; } .feedbacks-title { font-size: 1.6rem; margin-bottom: 32px; } .footer { padding: 40px 0 20px; } .footer-social { gap: 16px; margin-bottom: 24px; } .social-btn { width: 40px; height: 40px; font-size: 1.2rem; } } @media (max-width: 480px) { .hero h1 { font-size: 1.9rem; } .hero-subtitle { font-size: 0.95rem; } .stats-grid { grid-template-columns: 1fr; gap: 12px; } .feature-card { padding: 20px; } .feature-icon { width: 40px; height: 40px; font-size: 1.3rem; } .cta { padding: 40px 16px; } .cta h2 { font-size: 1.5rem; } .nav-links { gap: 12px; } .nav-links a { font-size: 0.85rem; padding: 6px 10px; } } .nav { padding: 16px 0; } .logo-video { height: 36px; } .logo-text { font-size: 1.5rem; } .social-nav { gap: 12px; } .social-btn { width: 44px; height: 44px; } .hero { padding: 60px 0 80px; } .hero-subtitle { font-size: 1.1rem; } .stats, .cta { padding: 40px 20px; margin: 60px 0; } .features { padding: 60px 0; } .section-header { margin-bottom: 60px; } .features-grid { grid-template-columns: 1fr; } .feature-card { padding: 30px; } } /style> /head> body> !-- Header --> header classheader idheader> div classcontainer> nav classnav> div classlogo-container> video classlogo-video autoplay muted loop playsinline > source src/uploads/logo.mp4 typevideo/mp4 /> img src/icons/title.jpg altBoostCore styleheight: 52px; border-radius: 12px; /> /video> span classlogo-text>BoostCore/span> /div> div classsocial-nav> a hrefhttps://t.me/AmazeMarty classsocial-btn titleTelegram > svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm5.894 8.221l-1.97 9.28c-.145.658-.537.818-1.084.508l-3-2.21-1.446 1.394c-.14.18-.357.295-.6.295-.002 0-.003 0-.005 0l.213-3.054 5.56-5.022c.24-.213-.054-.334-.373-.121L9.864 13.63l-2.915-.918c-.64-.203-.658-.64.135-.953l11.374-4.384c.538-.196 1.006.128.834.846z /> /svg> /a> a hrefhttps://discord.gg/boostcoree classsocial-btn titleDiscord > svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028 14.09 14.09 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z /> /svg> /a> a href/products classsocial-btn titleShop > svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12L8.1 13h7.45c.75 0 1.41-.41 1.75-1.03L21.7 4H5.21l-.94-2H1zm16 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z /> /svg> /a> a href/support classsocial-btn titleSupport > svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z /> /svg> /a> /div> /nav> /div> /header> !-- Main Content --> main classmain> div classcontainer> !-- Hero Section --> section classhero> div classhero-badge> div classdot>/div> Trusted by 1K+ businesses worldwide /div> h1>Premium Digital Services That Drive Results/h1> p classhero-subtitle> Experience excellence with our comprehensive digital solutions. We deliver high-quality services with proven track record and exceptional customer satisfaction. /p> div classhero-cta> a href/products classbtn-primary> View Products svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM5 12h14m-7-7l7 7-7 7 /> /svg> /a> /div> /section> !-- Stats Section --> section classstats> div classstats-content> h2 classstats-title>Numbers That Speak Volumes/h2> div classstats-grid> div classstat-item> div classstat-number>1K+/div> div classstat-label>Happy Clients/div> /div> div classstat-item> div classstat-number>1L+/div> div classstat-label>Successful Orders/div> /div> div classstat-item> div classstat-number>5K+/div> div classstat-label>Five-Star Reviews/div> /div> /div> /div> /section> !-- Features Section --> section classfeatures> div classsection-header> h2 classsection-title>Why Choose BoostCore?/h2> p classsection-subtitle> We combine cutting-edge technology with exceptional service to deliver results that exceed expectations. /p> /div> div classfeatures-grid> div classfeature-card> div classfeature-icon>⚡/div> h3 classfeature-title> Lightning-Fast Delivery /h3> p classfeature-description> Our automated systems ensure rapid processing and delivery of your orders, often completed within hours of purchase. /p> /div> div classfeature-card> div classfeature-icon>👑/div> h3 classfeature-title>Premium Quality/h3> p classfeature-description> Every service is crafted to perfection, ensuring you receive only the highest quality results that drive real value. /p> /div> /div> /section> !-- Feedbacks Section --> section classfeedbacks-section> h2 classfeedbacks-title>What Our Clients Say/h2> div classfeedbacks-slider-wrapper> div classfeedbacks-slider> div classfeedbacks-grid idfeedbacks-original>/div> div classfeedbacks-grid idfeedbacks-duplicate>/div> /div> /div> /section> !-- CTA Section --> section classcta> h2 classcta-title>Ready to Experience Excellence?/h2> p classcta-description> Join thousands of satisfied customers who trust BoostCore for their digital needs. Connect with us today and discover the difference quality makes. /p> div classhero-cta> a href/products classbtn-primary> Shop Now svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM5 12h14m-7-7l7 7-7 7 /> /svg> /a> a href/products classcta-btn> span>AutoBuy Now/span> div classbtn-shine>/div> /a> /div> /section> /div> /main> !-- Footer --> footer classfooter> div classcontainer> div classfooter-social> a hrefhttps://t.me/AmazeMarty classsocial-btn titleTelegram > svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm5.894 8.221l-1.97 9.28c-.145.658-.537.818-1.084.508l-3-2.21-1.446 1.394c-.14.18-.357.295-.6.295-.002 0-.003 0-.005 0l.213-3.054 5.56-5.022c.24-.213-.054-.334-.373-.121L9.864 13.63l-2.915-.918c-.64-.203-.658-.64.135-.953l11.374-4.384c.538-.196 1.006.128.834.846z /> /svg> /a> a hrefhttps://discord.gg/boostcoree classsocial-btn titleDiscord > svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028 14.09 14.09 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z /> /svg> /a> a href/products classsocial-btn titleShop > svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12L8.1 13h7.45c.75 0 1.41-.41 1.75-1.03L21.7 4H5.21l-.94-2H1zm16 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z /> /svg> /a> /div> p classfooter-text> © 2025 BoostCore. All rights reserved. | Premium Digital Services /p> /div> /footer> !-- Loading System --> script src/loading.js>/script> !-- JavaScript --> script> // Helper function to escape HTML entities function escapeHtml(unsafe) { if (!unsafe) return ; return unsafe .replace(/&/g, &) .replace(//g, <) .replace(/>/g, >) .replace(//g, ") .replace(//g, '); } // Helper function to format time ago function timeAgo(timestamp) { const now new Date(); const past new Date(timestamp); const diffInSeconds Math.floor((now - past) / 1000); if (diffInSeconds 60) return `${diffInSeconds} seconds ago`; if (diffInSeconds 3600) return `${Math.floor(diffInSeconds / 60)} minutes ago`; if (diffInSeconds 86400) return `${Math.floor(diffInSeconds / 3600)} hours ago`; if (diffInSeconds 604800) return `${Math.floor(diffInSeconds / 86400)} days ago`; if (diffInSeconds 2592000) return `${Math.floor(diffInSeconds / 604800)} weeks ago`; if (diffInSeconds 31536000) return `${Math.floor(diffInSeconds / 2592000)} months ago`; return `${Math.floor(diffInSeconds / 31536000)} years ago`; } // Header scroll effect window.addEventListener(scroll, () > { const header document.getElementById(header); if (window.scrollY > 50) { header.classList.add(scrolled); } else { header.classList.remove(scrolled); } }); // Social link tracking document.querySelectorAll(.social-btn).forEach((link) > { link.addEventListener(click, function () { const platform this.getAttribute(title); console.log(`Clicked on ${platform} link`); }); }); // Button click tracking and feedback document.querySelectorAll(.btn-primary).forEach((button) > { button.addEventListener(click, function (e) { console.log(Get Started button clicked!); // Add visual feedback this.style.transform scale(0.95); setTimeout(() > { this.style.transform ; }, 150); // Ensure the link opens properly if (this.href) { window.location.href this.href; // Use window.location.href for same-tab redirection e.preventDefault(); } }); }); // Smooth scrolling for anchor links document.querySelectorAll(ahref^#).forEach((anchor) > { anchor.addEventListener(click, function (e) { e.preventDefault(); const target document.querySelector( this.getAttribute(href), ); if (target) { target.scrollIntoView({ behavior: smooth }); } }); }); // Animation on scroll const observerOptions { threshold: 0.1, rootMargin: 0px 0px -50px 0px, }; const observer new IntersectionObserver((entries) > { entries.forEach((entry) > { if (entry.isIntersecting) { entry.target.style.opacity 1; entry.target.style.transform translateY(0); } }); }, observerOptions); // Observe animated elements document .querySelectorAll(.stat-item, .feature-card) .forEach((el) > { el.style.opacity 0; el.style.transform translateY(30px); el.style.transition opacity 0.6s ease, transform 0.6s ease; observer.observe(el); }); // Load recent feedbacks with fresh data for sliding carousel async function loadRecentFeedbacks() { try { console.log(🔄 Loading fresh feedback data...); const response await fetch( /api/recent-feedbacks?t + Date.now(), ); const data await response.json(); console.log(📊 Feedback data loaded:, data); if (data.success && data.feedbacks.length > 0) { const feedbacksOriginal document.getElementById(feedbacks-original); const feedbacksDuplicate document.getElementById(feedbacks-duplicate); feedbacksOriginal.innerHTML ; feedbacksDuplicate.innerHTML ; // Create feedback cards const createFeedbackCard (feedback) > { const feedbackCard document.createElement(div); feedbackCard.className feedback-card; const verifiedBadge feedback.verifiedPurchase ? span stylebackground: var(--primary); color: white; padding: 2px 8px; border-radius: 12px; font-size: 0.7rem; margin-left: 8px;>✓ Verified/span> : ; feedbackCard.innerHTML ` div classfeedback-header> div classfeedback-author>${escapeHtml(feedback.author)}${verifiedBadge}/div> div classfeedback-rating>${★.repeat(feedback.rating)}${☆.repeat(5 - feedback.rating)}/div> /div> p classfeedback-text>${escapeHtml(feedback.text)}/p> div classfeedback-meta> div classfeedback-product>${escapeHtml(feedback.productName)}/div> div classfeedback-time>${timeAgo(feedback.createdAt)}/div> /div> `; return feedbackCard; }; // Populate original and duplicate for infinite scroll data.feedbacks.forEach(feedback > { feedbacksOriginal.appendChild(createFeedbackCard(feedback)); feedbacksDuplicate.appendChild(createFeedbackCard(feedback)); }); console.log( `✅ Displayed ${data.feedbacks.length} sliding feedbacks (duplicated for infinite scroll)`, ); } else { console.log(📝 No recent feedbacks to display); const feedbacksOriginal document.getElementById(feedbacks-original); if (feedbacksOriginal && feedbacksOriginal.children.length 0) { feedbacksOriginal.innerHTML ` div classfeedback-card> div classfeedback-header> div classfeedback-author>Coming Soon/div> div classfeedback-rating>★★★★★/div> /div> p classfeedback-text>Customer reviews will appear here once customers start leaving feedback./p> div classfeedback-meta> div classfeedback-product>Product Reviews/div> div classfeedback-time>Stay tuned/div> /div> /div> `; } } } catch (error) { console.error(❌ Error loading feedbacks:, error); } } // Load recent feedbacks when page loads and set up periodic refresh document.addEventListener(DOMContentLoaded, function () { loadRecentFeedbacks(); // Refresh feedbacks every 30 seconds to catch new submissions setInterval(loadRecentFeedbacks, 30000); // Also refresh when page becomes visible again (user switches back to tab) document.addEventListener(visibilitychange, function () { if (!document.hidden) { console.log( 🔄 Page became visible, refreshing feedbacks..., ); loadRecentFeedbacks(); } }); }); /script> /body>/html>
Port 443
HTTP/1.1 200 OKDate: Tue, 17 Feb 2026 04:53:17 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}X-Powered-By: ExpressCache-Control: public, max-age0Last-Modified: Fri, 06 Feb 2026 04:43:09 GMTVary: Accept-EncodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?skxUXCFGGOZT1u6vtLrR%2BVf0Cs7dEtwQRVyOhhliEbhwOHRJOsW%2BSxrQ9qhv4t5WhD8T8%2F9KmN2XJ%2Fv%2F6iFvVigvBYOIr8SjxmOw%3D}}cf-cache-status: DYNAMICCF-RAY: 9cf2ae1fceb90055-PDXalt-svc: h3:443; ma86400 !doctype html>html langen> head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>BoostCore - Premium Digital Services/title> link relicon typeimage/jpeg href/icons/title.jpg /> link relshortcut icon typeimage/jpeg href/icons/title.jpg /> meta namedescription contentBoostcore - Leading provider of premium digital services with 1K+ clients, 1 Lakh+ sales, and 5K+ positive feedbacks. /> !-- Open Graph Meta Tags --> meta propertyog:title contentBoostCore - Premium Digital Services /> meta propertyog:description contentLeading provider of premium digital services with proven track record. /> meta propertyog:type contentwebsite /> meta propertyog:url contenthttps://boostcore.in /> !-- Favicon --> link relicon typeimage/jpeg href/icons/title.jpg /> link relshortcut icon typeimage/jpeg href/icons/title.jpg /> !-- Google Fonts --> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700;800;900&familySora:wght@300;400;500;600;700;800&displayswap relstylesheet /> !-- CSS Styles --> link relstylesheet href/css/main.css /> link relstylesheet href/css/realtime.css /> link relstylesheet href/css/animations.css /> !-- Performance and Real-time Scripts --> script src/socket.io/socket.io.js defer>/script> script src/js/realtime-client.js?v2.0 defer>/script> script src/js/performance.js defer>/script> !-- Original CSS Styles --> style> :root { --primary: #22c55e; --primary-dark: #16a34a; --primary-light: #4ade80; --secondary: #10b981; --accent: #06d6a0; --bg-primary: #0a0a0a; --bg-secondary: #111111; --bg-tertiary: #1a1a1a; --text-primary: #ffffff; --text-secondary: #a3a3a3; --text-muted: #737373; --border: rgba(34, 197, 94, 0.2); --glow: rgba(34, 197, 94, 0.3); --shadow: rgba(0, 0, 0, 0.3); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, sans-serif; background: var(--bg-primary); color: var(--text-primary); line-height: 1.6; overflow-x: hidden; } /* Background Pattern */ body::before { content: ; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient( circle at 25% 25%, rgba(34, 197, 94, 0.1) 0%, transparent 50% ), radial-gradient( circle at 75% 75%, rgba(34, 197, 94, 0.05) 0%, transparent 50% ); z-index: -1; pointer-events: none; } .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; } /* Header */ .header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(10, 10, 10, 0.9); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); transition: all 0.3s ease; } .header.scrolled { background: rgba(10, 10, 10, 0.95); box-shadow: 0 4px 20px var(--shadow); } .nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; width: 100%; } .logo-container { display: flex; align-items: center; gap: 14px; margin-right: auto; } .logo-video { height: 52px; width: auto; border-radius: 12px; filter: drop-shadow(0 0 12px var(--glow)); } .logo-text { font-family: Sora, sans-serif; font-size: 1.8rem; font-weight: 700; background: linear-gradient( 135deg, var(--primary), var(--secondary) ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-decoration: none; line-height: 1; } /* Mobile optimization for logo */ @media (max-width: 768px) { .logo-video { height: 44px; } .logo-text { font-size: 1.5rem; } .logo-container { gap: 10px; } } .social-nav { display: flex; gap: 16px; } .social-btn { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 12px; color: var(--text-secondary); text-decoration: none; transition: all 0.3s ease; position: relative; overflow: hidden; } .social-btn::before { content: ; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient( 90deg, transparent, rgba(34, 197, 94, 0.1), transparent ); transition: left 0.5s ease; } .social-btn:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); box-shadow: 0 8px 25px var(--glow); } .social-btn:hover::before { left: 100%; } /* Main Content */ .main { padding-top: 100px; } /* Hero Section */ .hero { text-align: center; padding: 80px 0 120px; position: relative; } .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 50px; padding: 8px 20px; margin-bottom: 32px; font-size: 0.9rem; color: var(--text-secondary); } .hero-badge .dot { width: 6px; height: 6px; background: var(--primary); border-radius: 50%; animation: pulse 2s infinite; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } .hero h1 { font-family: Sora, sans-serif; font-size: clamp(3rem, 8vw, 5rem); font-weight: 800; line-height: 1.1; margin-bottom: 24px; background: linear-gradient( 135deg, var(--text-primary) 0%, var(--primary) 50%, var(--secondary) 100% ); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .hero-subtitle { font-size: 1.3rem; color: var(--text-secondary); max-width: 600px; margin: 0 auto 48px; line-height: 1.7; } .hero-cta { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; align-items: center; } .btn-primary { background: linear-gradient( 135deg, var(--primary), var(--secondary) ); color: white; padding: 16px 32px; border: none; border-radius: 12px; font-size: 1.1rem; font-weight: 600; text-decoration: none; transition: all 0.3s ease; position: relative; overflow: hidden; display: inline-flex; align-items: center; gap: 8px; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px var(--glow); } .btn-primary:active { transform: translateY(0); transition: transform 0.1s ease; } /* Stats Section */ .stats { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 24px; padding: 60px 40px; margin: 80px 0; position: relative; overflow: hidden; } .stats::before { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: conic-gradient( from 0deg, transparent, rgba(34, 197, 94, 0.1), transparent ); animation: rotate 20s linear infinite; } @keyframes rotate { to { transform: rotate(360deg); } } .stats-content { position: relative; z-index: 1; } .stats-title { text-align: center; font-family: Sora, sans-serif; font-size: 2.2rem; font-weight: 700; margin-bottom: 48px; color: var(--text-primary); } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; } .stat-item { text-align: center; background: var(--bg-tertiary); padding: 40px 20px; border-radius: 20px; border: 1px solid var(--border); transition: all 0.3s ease; position: relative; overflow: hidden; } .stat-item::before { content: ; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient( 90deg, var(--primary), var(--secondary) ); transform: translateX(-100%); transition: transform 0.5s ease; } .stat-item:hover { transform: translateY(-8px); box-shadow: 0 20px 40px var(--shadow); border-color: var(--primary); } .stat-item:hover::before { transform: translateX(0); } .stat-number { font-family: Sora, sans-serif; font-size: 3.5rem; font-weight: 800; background: linear-gradient( 135deg, var(--primary), var(--secondary) ); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 8px; } .stat-label { color: var(--text-secondary); font-size: 1.1rem; font-weight: 500; } /* Features Section */ .features { padding: 100px 0; } .section-header { text-align: center; margin-bottom: 80px; } .section-title { font-family: Sora, sans-serif; font-size: 2.5rem; font-weight: 700; margin-bottom: 16px; } .section-subtitle { font-size: 1.2rem; color: var(--text-secondary); max-width: 600px; margin: 0 auto; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 32px; } .feature-card { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 20px; padding: 40px; transition: all 0.4s ease; position: relative; overflow: hidden; } .feature-card::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient( 135deg, rgba(34, 197, 94, 0.05), transparent ); opacity: 0; transition: opacity 0.3s ease; } .feature-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px var(--shadow); border-color: var(--primary); } .feature-card:hover::before { opacity: 1; } .feature-icon { width: 64px; height: 64px; background: linear-gradient( 135deg, var(--primary), var(--secondary) ); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 24px; } .feature-title { font-family: Sora, sans-serif; font-size: 1.4rem; font-weight: 600; margin-bottom: 16px; color: var(--text-primary); } .feature-description { color: var(--text-secondary); line-height: 1.7; } /* CTA Section */ .cta { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 24px; padding: 80px 40px; text-align: center; margin: 100px 0; position: relative; overflow: hidden; } .cta::before { content: ; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: linear-gradient( 45deg, var(--primary), var(--secondary), var(--primary) ); border-radius: 24px; z-index: -1; animation: borderGlow 3s ease-in-out infinite; } @keyframes borderGlow { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } } .cta-title { font-family: Sora, sans-serif; font-size: 2.5rem; font-weight: 700; margin-bottom: 24px; } .cta-description { font-size: 1.1rem; color: var(--text-secondary); max-width: 600px; margin: 0 auto 32px auto; } .feedbacks-section { margin: 64px 0; overflow: hidden; } .feedbacks-title { font-size: 2rem; font-weight: 700; text-align: center; margin-bottom: 48px; background: linear-gradient( 135deg, var(--primary), var(--secondary) ); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .feedbacks-slider-wrapper { position: relative; width: 100%; overflow: hidden; mask-image: linear-gradient( to right, transparent 0%, black 10%, black 90%, transparent 100% ); -webkit-mask-image: linear-gradient( to right, transparent 0%, black 10%, black 90%, transparent 100% ); } .feedbacks-slider { display: flex; gap: 20px; animation: slideLeft 30s linear infinite; width: fit-content; } .feedbacks-slider:hover { animation-play-state: paused; } @keyframes slideLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } .feedbacks-grid { display: flex; gap: 20px; flex-shrink: 0; } .feedback-card { background: rgba(26, 26, 26, 0.6); border: 1px solid var(--border); border-radius: 16px; padding: 20px; backdrop-filter: blur(20px); transition: all 0.3s ease; min-height: 180px; min-width: 320px; max-width: 320px; display: flex; flex-direction: column; justify-content: space-between; flex-shrink: 0; } .feedback-card:hover { transform: translateY(-4px); border-color: var(--primary); box-shadow: 0 8px 25px rgba(34, 197, 94, 0.1); } .feedback-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; } .feedback-author { font-weight: 600; color: var(--text-primary); display: flex; align-items: center; gap: 8px; } .feedback-rating { color: #fbbf24; } .feedback-text { color: var(--text-secondary); line-height: 1.5; margin-bottom: 16px; font-size: 0.95rem; flex-grow: 1; } .feedback-meta { display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; color: var(--text-muted); } .feedback-product { background: var(--bg-tertiary); padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; } .feedback-time { font-size: 0.8rem; } /* Footer */ .footer { background: var(--bg-secondary); border-top: 1px solid var(--border); padding: 60px 0 30px; text-align: center; } .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 32px; } .footer-text { color: var(--text-muted); font-size: 0.9rem; } /* Responsive Design */ @media (max-width: 1200px) { .feedback-card { min-width: 300px; max-width: 300px; } } @media (max-width: 768px) { .container { padding: 0 16px; } .header { padding: 15px 0; } .nav { flex-direction: column; gap: 16px; text-align: center; } .nav-links { gap: 20px; } .nav-links a { font-size: 0.9rem; padding: 8px 12px; background: var(--bg-tertiary); border-radius: 8px; } .logo-text { font-size: 1.5rem; } .main { padding-top: 120px; } .hero { padding: 60px 0 80px; } .hero h1 { font-size: 2.2rem; line-height: 1.2; } .hero-subtitle { font-size: 1rem; margin-bottom: 30px; } .hero-cta { flex-direction: column; gap: 16px; align-items: center; } .btn-primary { padding: 14px 28px; font-size: 1rem; } .stats { padding: 60px 0; } .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } .stat-item { padding: 20px; } .stat-number { font-size: 1.8rem; } .features { padding: 60px 0; } .features-grid { grid-template-columns: 1fr; gap: 20px; } .feature-card { padding: 24px; } .feature-icon { width: 48px; height: 48px; font-size: 1.5rem; } .feature-title { font-size: 1.2rem; } .cta { padding: 50px 20px; margin: 60px 0; } .cta h2 { font-size: 1.8rem; } .feedbacks-slider { animation: slideLeft 40s linear infinite; } .feedback-card { padding: 16px; min-height: 160px; min-width: 280px; max-width: 280px; } .feedbacks-title { font-size: 1.6rem; margin-bottom: 32px; } .footer { padding: 40px 0 20px; } .footer-social { gap: 16px; margin-bottom: 24px; } .social-btn { width: 40px; height: 40px; font-size: 1.2rem; } } @media (max-width: 480px) { .hero h1 { font-size: 1.9rem; } .hero-subtitle { font-size: 0.95rem; } .stats-grid { grid-template-columns: 1fr; gap: 12px; } .feature-card { padding: 20px; } .feature-icon { width: 40px; height: 40px; font-size: 1.3rem; } .cta { padding: 40px 16px; } .cta h2 { font-size: 1.5rem; } .nav-links { gap: 12px; } .nav-links a { font-size: 0.85rem; padding: 6px 10px; } } .nav { padding: 16px 0; } .logo-video { height: 36px; } .logo-text { font-size: 1.5rem; } .social-nav { gap: 12px; } .social-btn { width: 44px; height: 44px; } .hero { padding: 60px 0 80px; } .hero-subtitle { font-size: 1.1rem; } .stats, .cta { padding: 40px 20px; margin: 60px 0; } .features { padding: 60px 0; } .section-header { margin-bottom: 60px; } .features-grid { grid-template-columns: 1fr; } .feature-card { padding: 30px; } } /style> /head> body> !-- Header --> header classheader idheader> div classcontainer> nav classnav> div classlogo-container> video classlogo-video autoplay muted loop playsinline > source src/uploads/logo.mp4 typevideo/mp4 /> img src/icons/title.jpg altBoostCore styleheight: 52px; border-radius: 12px; /> /video> span classlogo-text>BoostCore/span> /div> div classsocial-nav> a hrefhttps://t.me/AmazeMarty classsocial-btn titleTelegram > svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm5.894 8.221l-1.97 9.28c-.145.658-.537.818-1.084.508l-3-2.21-1.446 1.394c-.14.18-.357.295-.6.295-.002 0-.003 0-.005 0l.213-3.054 5.56-5.022c.24-.213-.054-.334-.373-.121L9.864 13.63l-2.915-.918c-.64-.203-.658-.64.135-.953l11.374-4.384c.538-.196 1.006.128.834.846z /> /svg> /a> a hrefhttps://discord.gg/boostcoree classsocial-btn titleDiscord > svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028 14.09 14.09 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z /> /svg> /a> a href/products classsocial-btn titleShop > svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12L8.1 13h7.45c.75 0 1.41-.41 1.75-1.03L21.7 4H5.21l-.94-2H1zm16 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z /> /svg> /a> a href/support classsocial-btn titleSupport > svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z /> /svg> /a> /div> /nav> /div> /header> !-- Main Content --> main classmain> div classcontainer> !-- Hero Section --> section classhero> div classhero-badge> div classdot>/div> Trusted by 1K+ businesses worldwide /div> h1>Premium Digital Services That Drive Results/h1> p classhero-subtitle> Experience excellence with our comprehensive digital solutions. We deliver high-quality services with proven track record and exceptional customer satisfaction. /p> div classhero-cta> a href/products classbtn-primary> View Products svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM5 12h14m-7-7l7 7-7 7 /> /svg> /a> /div> /section> !-- Stats Section --> section classstats> div classstats-content> h2 classstats-title>Numbers That Speak Volumes/h2> div classstats-grid> div classstat-item> div classstat-number>1K+/div> div classstat-label>Happy Clients/div> /div> div classstat-item> div classstat-number>1L+/div> div classstat-label>Successful Orders/div> /div> div classstat-item> div classstat-number>5K+/div> div classstat-label>Five-Star Reviews/div> /div> /div> /div> /section> !-- Features Section --> section classfeatures> div classsection-header> h2 classsection-title>Why Choose BoostCore?/h2> p classsection-subtitle> We combine cutting-edge technology with exceptional service to deliver results that exceed expectations. /p> /div> div classfeatures-grid> div classfeature-card> div classfeature-icon>⚡/div> h3 classfeature-title> Lightning-Fast Delivery /h3> p classfeature-description> Our automated systems ensure rapid processing and delivery of your orders, often completed within hours of purchase. /p> /div> div classfeature-card> div classfeature-icon>👑/div> h3 classfeature-title>Premium Quality/h3> p classfeature-description> Every service is crafted to perfection, ensuring you receive only the highest quality results that drive real value. /p> /div> /div> /section> !-- Feedbacks Section --> section classfeedbacks-section> h2 classfeedbacks-title>What Our Clients Say/h2> div classfeedbacks-slider-wrapper> div classfeedbacks-slider> div classfeedbacks-grid idfeedbacks-original>/div> div classfeedbacks-grid idfeedbacks-duplicate>/div> /div> /div> /section> !-- CTA Section --> section classcta> h2 classcta-title>Ready to Experience Excellence?/h2> p classcta-description> Join thousands of satisfied customers who trust BoostCore for their digital needs. Connect with us today and discover the difference quality makes. /p> div classhero-cta> a href/products classbtn-primary> Shop Now svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM5 12h14m-7-7l7 7-7 7 /> /svg> /a> a href/products classcta-btn> span>AutoBuy Now/span> div classbtn-shine>/div> /a> /div> /section> /div> /main> !-- Footer --> footer classfooter> div classcontainer> div classfooter-social> a hrefhttps://t.me/AmazeMarty classsocial-btn titleTelegram > svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm5.894 8.221l-1.97 9.28c-.145.658-.537.818-1.084.508l-3-2.21-1.446 1.394c-.14.18-.357.295-.6.295-.002 0-.003 0-.005 0l.213-3.054 5.56-5.022c.24-.213-.054-.334-.373-.121L9.864 13.63l-2.915-.918c-.64-.203-.658-.64.135-.953l11.374-4.384c.538-.196 1.006.128.834.846z /> /svg> /a> a hrefhttps://discord.gg/boostcoree classsocial-btn titleDiscord > svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028 14.09 14.09 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z /> /svg> /a> a href/products classsocial-btn titleShop > svg width20 height20 viewBox0 0 24 24 fillcurrentColor > path dM7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12L8.1 13h7.45c.75 0 1.41-.41 1.75-1.03L21.7 4H5.21l-.94-2H1zm16 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z /> /svg> /a> /div> p classfooter-text> © 2025 BoostCore. All rights reserved. | Premium Digital Services /p> /div> /footer> !-- Loading System --> script src/loading.js>/script> !-- JavaScript --> script> // Helper function to escape HTML entities function escapeHtml(unsafe) { if (!unsafe) return ; return unsafe .replace(/&/g, &) .replace(//g, <) .replace(/>/g, >) .replace(//g, ") .replace(//g, '); } // Helper function to format time ago function timeAgo(timestamp) { const now new Date(); const past new Date(timestamp); const diffInSeconds Math.floor((now - past) / 1000); if (diffInSeconds 60) return `${diffInSeconds} seconds ago`; if (diffInSeconds 3600) return `${Math.floor(diffInSeconds / 60)} minutes ago`; if (diffInSeconds 86400) return `${Math.floor(diffInSeconds / 3600)} hours ago`; if (diffInSeconds 604800) return `${Math.floor(diffInSeconds / 86400)} days ago`; if (diffInSeconds 2592000) return `${Math.floor(diffInSeconds / 604800)} weeks ago`; if (diffInSeconds 31536000) return `${Math.floor(diffInSeconds / 2592000)} months ago`; return `${Math.floor(diffInSeconds / 31536000)} years ago`; } // Header scroll effect window.addEventListener(scroll, () > { const header document.getElementById(header); if (window.scrollY > 50) { header.classList.add(scrolled); } else { header.classList.remove(scrolled); } }); // Social link tracking document.querySelectorAll(.social-btn).forEach((link) > { link.addEventListener(click, function () { const platform this.getAttribute(title); console.log(`Clicked on ${platform} link`); }); }); // Button click tracking and feedback document.querySelectorAll(.btn-primary).forEach((button) > { button.addEventListener(click, function (e) { console.log(Get Started button clicked!); // Add visual feedback this.style.transform scale(0.95); setTimeout(() > { this.style.transform ; }, 150); // Ensure the link opens properly if (this.href) { window.location.href this.href; // Use window.location.href for same-tab redirection e.preventDefault(); } }); }); // Smooth scrolling for anchor links document.querySelectorAll(ahref^#).forEach((anchor) > { anchor.addEventListener(click, function (e) { e.preventDefault(); const target document.querySelector( this.getAttribute(href), ); if (target) { target.scrollIntoView({ behavior: smooth }); } }); }); // Animation on scroll const observerOptions { threshold: 0.1, rootMargin: 0px 0px -50px 0px, }; const observer new IntersectionObserver((entries) > { entries.forEach((entry) > { if (entry.isIntersecting) { entry.target.style.opacity 1; entry.target.style.transform translateY(0); } }); }, observerOptions); // Observe animated elements document .querySelectorAll(.stat-item, .feature-card) .forEach((el) > { el.style.opacity 0; el.style.transform translateY(30px); el.style.transition opacity 0.6s ease, transform 0.6s ease; observer.observe(el); }); // Load recent feedbacks with fresh data for sliding carousel async function loadRecentFeedbacks() { try { console.log(🔄 Loading fresh feedback data...); const response await fetch( /api/recent-feedbacks?t + Date.now(), ); const data await response.json(); console.log(📊 Feedback data loaded:, data); if (data.success && data.feedbacks.length > 0) { const feedbacksOriginal document.getElementById(feedbacks-original); const feedbacksDuplicate document.getElementById(feedbacks-duplicate); feedbacksOriginal.innerHTML ; feedbacksDuplicate.innerHTML ; // Create feedback cards const createFeedbackCard (feedback) > { const feedbackCard document.createElement(div); feedbackCard.className feedback-card; const verifiedBadge feedback.verifiedPurchase ? span stylebackground: var(--primary); color: white; padding: 2px 8px; border-radius: 12px; font-size: 0.7rem; margin-left: 8px;>✓ Verified/span> : ; feedbackCard.innerHTML ` div classfeedback-header> div classfeedback-author>${escapeHtml(feedback.author)}${verifiedBadge}/div> div classfeedback-rating>${★.repeat(feedback.rating)}${☆.repeat(5 - feedback.rating)}/div> /div> p classfeedback-text>${escapeHtml(feedback.text)}/p> div classfeedback-meta> div classfeedback-product>${escapeHtml(feedback.productName)}/div> div classfeedback-time>${timeAgo(feedback.createdAt)}/div> /div> `; return feedbackCard; }; // Populate original and duplicate for infinite scroll data.feedbacks.forEach(feedback > { feedbacksOriginal.appendChild(createFeedbackCard(feedback)); feedbacksDuplicate.appendChild(createFeedbackCard(feedback)); }); console.log( `✅ Displayed ${data.feedbacks.length} sliding feedbacks (duplicated for infinite scroll)`, ); } else { console.log(📝 No recent feedbacks to display); const feedbacksOriginal document.getElementById(feedbacks-original); if (feedbacksOriginal && feedbacksOriginal.children.length 0) { feedbacksOriginal.innerHTML ` div classfeedback-card> div classfeedback-header> div classfeedback-author>Coming Soon/div> div classfeedback-rating>★★★★★/div> /div> p classfeedback-text>Customer reviews will appear here once customers start leaving feedback./p> div classfeedback-meta> div classfeedback-product>Product Reviews/div> div classfeedback-time>Stay tuned/div> /div> /div> `; } } } catch (error) { console.error(❌ Error loading feedbacks:, error); } } // Load recent feedbacks when page loads and set up periodic refresh document.addEventListener(DOMContentLoaded, function () { loadRecentFeedbacks(); // Refresh feedbacks every 30 seconds to catch new submissions setInterval(loadRecentFeedbacks, 30000); // Also refresh when page becomes visible again (user switches back to tab) document.addEventListener(visibilitychange, function () { if (!document.hidden) { console.log( 🔄 Page became visible, refreshing feedbacks..., ); loadRecentFeedbacks(); } }); }); /script> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]