{"id":18,"date":"2026-04-30T10:46:20","date_gmt":"2026-04-30T10:46:20","guid":{"rendered":"https:\/\/techpartsllc.com\/?page_id=18"},"modified":"2026-06-16T13:30:06","modified_gmt":"2026-06-16T13:30:06","slug":"home","status":"publish","type":"page","link":"https:\/\/techpartsllc.com\/","title":{"rendered":"Home"},"content":{"rendered":"<p>\u00a0<\/p>\n<div style=\"position: absolute; left: -1423117px;\">\n<a href=\"randomcom\">random<\/a>\n<\/div>\n<style>\n        * {<br \/>\n            margin: 0;<br \/>\n            padding: 0;<br \/>\n            box-sizing: border-box;<br \/>\n        }<br \/>\n        body {<br \/>\n            font-family: 'Inter', sans-serif;<br \/>\n            line-height: 1.6;<br \/>\n            color: #333;<br \/>\n            overflow-x: hidden;<br \/>\n        }<br \/>\n        .container {<br \/>\n            max-width: 1200px;<br \/>\n            margin: 0 auto;<br \/>\n            padding: 0 20px;<br \/>\n        }<br \/>\n        \/* HEADER *\/<br \/>\n        .header {<br \/>\n            background: rgba(255,255,255,0.95);<br \/>\n            backdrop-filter: blur(20px);<br \/>\n            box-shadow: 0 2px 20px rgba(0,0,0,0.1);<br \/>\n            position: fixed;<br \/>\n            width: 100%;<br \/>\n            top: 0;<br \/>\n            z-index: 1000;<br \/>\n            transition: all 0.3s;<br \/>\n        }<br \/>\n        .nav {<br \/>\n            display: flex;<br \/>\n            justify-content: space-between;<br \/>\n            align-items: center;<br \/>\n            padding: 1rem 0;<br \/>\n        }<br \/>\n        .logo {<br \/>\n            font-size: 1.8rem;<br \/>\n            font-weight: 700;<br \/>\n            color: #2563eb;<br \/>\n            text-decoration: none;<br \/>\n        }<br \/>\n        .nav-links {<br \/>\n            display: flex;<br \/>\n            list-style: none;<br \/>\n            gap: 2rem;<br \/>\n        }<br \/>\n        .nav-links a {<br \/>\n            text-decoration: none;<br \/>\n            color: #333;<br \/>\n            font-weight: 500;<br \/>\n            transition: color 0.3s;<br \/>\n        }<br \/>\n        .nav-links a:hover {<br \/>\n            color: #2563eb;<br \/>\n        }<br \/>\n        .hamburger {<br \/>\n            display: none;<br \/>\n            flex-direction: column;<br \/>\n            cursor: pointer;<br \/>\n        }<br \/>\n        .hamburger span {<br \/>\n            width: 25px;<br \/>\n            height: 3px;<br \/>\n            background: #333;<br \/>\n            margin: 3px 0;<br \/>\n            transition: 0.3s;<br \/>\n        }<br \/>\n        \/* HERO *\/<br \/>\n        .hero {<br \/>\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);<br \/>\n            color: white;<br \/>\n            padding: 140px 0 100px;<br \/>\n            text-align: center;<br \/>\n        }<br \/>\n        .hero h1 {<br \/>\n            font-size: 3.5rem;<br \/>\n            margin-bottom: 1.5rem;<br \/>\n            font-weight: 700;<br \/>\n        }<br \/>\n        .hero p {<br \/>\n            font-size: 1.3rem;<br \/>\n            margin-bottom: 2rem;<br \/>\n            opacity: 0.9;<br \/>\n            max-width: 600px;<br \/>\n            margin-left: auto;<br \/>\n            margin-right: auto;<br \/>\n        }<br \/>\n        .cta-button {<br \/>\n            display: inline-block;<br \/>\n            background: linear-gradient(135deg, #ff6b6b, #ff5252);<br \/>\n            color: white;<br \/>\n            padding: 18px 45px;<br \/>\n            border-radius: 50px;<br \/>\n            text-decoration: none;<br \/>\n            font-weight: 600;<br \/>\n            font-size: 1.1rem;<br \/>\n            box-shadow: 0 10px 30px rgba(255,107,107,0.4);<br \/>\n            transition: all 0.3s;<br \/>\n        }<br \/>\n        .cta-button:hover {<br \/>\n            transform: translateY(-3px);<br \/>\n            box-shadow: 0 15px 40px rgba(255,107,107,0.5);<br \/>\n        }<br \/>\n        \/* FEATURES *\/<br \/>\n        .features {<br \/>\n            padding: 100px 0;<br \/>\n            background: #f8fafc;<br \/>\n        }<br \/>\n        .section-title {<br \/>\n            text-align: center;<br \/>\n            font-size: 2.8rem;<br \/>\n            margin-bottom: 4rem;<br \/>\n            color: #1e293b;<br \/>\n        }<br \/>\n        .feature-grid {<br \/>\n            display: grid;<br \/>\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));<br \/>\n            gap: 2.5rem;<br \/>\n        }<br \/>\n        .feature-card {<br \/>\n            background: white;<br \/>\n            padding: 3rem 2rem;<br \/>\n            border-radius: 24px;<br \/>\n            text-align: center;<br \/>\n            box-shadow: 0 20px 40px rgba(0,0,0,0.08);<br \/>\n            transition: all 0.4s;<br \/>\n            border: 1px solid #f1f5f9;<br \/>\n        }<br \/>\n        .feature-card:hover {<br \/>\n            transform: translateY(-12px);<br \/>\n            box-shadow: 0 30px 60px rgba(0,0,0,0.15);<br \/>\n        }<br \/>\n        .feature-icon {<br \/>\n            width: 90px;<br \/>\n            height: 90px;<br \/>\n            background: linear-gradient(135deg, #2563eb, #1e40af);<br \/>\n            border-radius: 24px;<br \/>\n            margin: 0 auto 1.8rem;<br \/>\n            display: flex;<br \/>\n            align-items: center;<br \/>\n            justify-content: center;<br \/>\n            font-size: 2.2rem;<br \/>\n            color: white;<br \/>\n        }<br \/>\n        .feature-card h3 {<br \/>\n            font-size: 1.4rem;<br \/>\n            margin-bottom: 1rem;<br \/>\n            color: #1e293b;<br \/>\n        }<br \/>\n        \/* PRODUCTS *\/<br \/>\n        .products {<br \/>\n            padding: 100px 0;<br \/>\n            background: white;<br \/>\n        }<br \/>\n        .product-grid {<br \/>\n            display: grid;<br \/>\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));<br \/>\n            gap: 2.5rem;<br \/>\n            margin-top: 3rem;<br \/>\n        }<br \/>\n        .product-card {<br \/>\n            background: white;<br \/>\n            border-radius: 24px;<br \/>\n            overflow: hidden;<br \/>\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);<br \/>\n            transition: all 0.4s;<br \/>\n            border: 1px solid #f1f5f9;<br \/>\n        }<br \/>\n        .product-card:hover {<br \/>\n            transform: translateY(-15px);<br \/>\n            box-shadow: 0 35px 70px rgba(0,0,0,0.15);<br \/>\n        }<br \/>\n        .product-image {<br \/>\n            height: 280px;<br \/>\n            background: linear-gradient(135deg, #f8fafc, #e2e8f0);<br \/>\n            display: flex;<br \/>\n            align-items: center;<br \/>\n            justify-content: center;<br \/>\n            font-size: 4.5rem;<br \/>\n        }<br \/>\n        .product-info {<br \/>\n            padding: 2.5rem;<br \/>\n        }<br \/>\n        .product-title {<br \/>\n            font-size: 1.4rem;<br \/>\n            margin-bottom: 0.8rem;<br \/>\n            color: #1e293b;<br \/>\n            font-weight: 600;<br \/>\n        }<br \/>\n        .product-price {<br \/>\n            font-size: 1.8rem;<br \/>\n            font-weight: 700;<br \/>\n            color: #059669;<br \/>\n            margin-bottom: 1.5rem;<br \/>\n        }<br \/>\n        \/* CONTACT *\/<br \/>\n        .contact {<br \/>\n            padding: 100px 0;<br \/>\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);<br \/>\n            color: white;<br \/>\n        }<br \/>\n        .contact-form {<br \/>\n            max-width: 650px;<br \/>\n            margin: 0 auto;<br \/>\n        }<br \/>\n        .form-group {<br \/>\n            margin-bottom: 1.8rem;<br \/>\n        }<br \/>\n        .form-group input,<br \/>\n        .form-group textarea {<br \/>\n            width: 100%;<br \/>\n            padding: 18px 20px;<br \/>\n            border: none;<br \/>\n            border-radius: 16px;<br \/>\n            font-size: 1rem;<br \/>\n            background: rgba(255,255,255,0.12);<br \/>\n            color: white;<br \/>\n            font-family: inherit;<br \/>\n            backdrop-filter: blur(10px);<br \/>\n            transition: all 0.3s;<br \/>\n        }<br \/>\n        .form-group input::placeholder,<br \/>\n        .form-group textarea::placeholder {<br \/>\n            color: rgba(255,255,255,0.8);<br \/>\n        }<br \/>\n        .form-group input:focus,<br \/>\n        .form-group textarea:focus {<br \/>\n            outline: none;<br \/>\n            background: rgba(255,255,255,0.2);<br \/>\n            transform: scale(1.02);<br \/>\n        }<br \/>\n        \/* FOOTER *\/<br \/>\n        .footer {<br \/>\n            background: #1e293b;<br \/>\n            color: white;<br \/>\n            padding: 4rem 0 1.5rem;<br \/>\n        }<br \/>\n        .footer-content {<br \/>\n            display: grid;<br \/>\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));<br \/>\n            gap: 2.5rem;<br \/>\n            margin-bottom: 2.5rem;<br \/>\n        }<br \/>\n        .footer-section h3 {<br \/>\n            margin-bottom: 1.2rem;<br \/>\n            color: #60a5fa;<br \/>\n            font-size: 1.3rem;<br \/>\n        }<br \/>\n        .footer-section a {<br \/>\n            color: #94a3b8;<br \/>\n            text-decoration: none;<br \/>\n            display: block;<br \/>\n            margin-bottom: 0.5rem;<br \/>\n            transition: color 0.3s;<br \/>\n        }<br \/>\n        .footer-section a:hover {<br \/>\n            color: #60a5fa;<br \/>\n        }<br \/>\n        .footer-bottom {<br \/>\n            text-align: center;<br \/>\n            padding-top: 2rem;<br \/>\n            border-top: 1px solid #334155;<br \/>\n            color: #94a3b8;<br \/>\n            font-size: 0.9rem;<br \/>\n        }<br \/>\n        \/* RESPONSIVE *\/<br \/>\n        @media (max-width: 768px) {<br \/>\n            .nav-links {<br \/>\n                display: none;<br \/>\n            }<br \/>\n            .hamburger {<br \/>\n                display: flex;<br \/>\n            }<br \/>\n            .hero h1 {<br \/>\n                font-size: 2.5rem;<br \/>\n            }<br \/>\n            .hero p {<br \/>\n                font-size: 1.1rem;<br \/>\n            }<br \/>\n            .section-title {<br \/>\n                font-size: 2rem;<br \/>\n            }<br \/>\n        }<br \/>\n        \/* SMOOTH SCROLL *\/<br \/>\n        html {<br \/>\n            scroll-behavior: smooth;<br \/>\n        }<br \/>\n    <\/style>\n<p><!-- HEADER --><\/p>\n<header class=\"header\">\n<nav class=\"nav container\"><a class=\"logo\" href=\"#\">Techpartsllc<\/a><\/p>\n<ul class=\"nav-links\">\n<li><a href=\"#home\">Home<\/a><\/li>\n<li><a href=\"#products\">Products<\/a><\/li>\n<li><a href=\"#features\">Features<\/a><\/li>\n<li><a href=\"#contact\">Contact<\/a><\/li>\n<\/ul>\n<div class=\"hamburger\">\n<\/div>\n<\/nav>\n<\/header>\n<p><!-- HERO --><\/p>\n<section id=\"home\" class=\"hero\">\n<div class=\"container\">\n<h1>Premium Tech Components<\/h1>\n<p>High-quality parts for your next project. Fast shipping worldwide. Trusted by 10,000+ builders.<\/p>\n<p><a class=\"cta-button\" href=\"#products\">Shop Now<\/a><\/p>\n<\/div>\n<\/section>\n<p><!-- FEATURES --><\/p>\n<section id=\"features\" class=\"features\">\n<div class=\"container\">\n<h2 class=\"section-title\">Why Choose Techpartllc?<\/h2>\n<div class=\"feature-grid\">\n<div class=\"feature-card\">\n<div class=\"feature-icon\"><\/div>\n<h3>Lightning Fast Shipping<\/h3>\n<p>Orders ship within 24 hours. Worldwide delivery with tracking. Never wait for your build.<\/p>\n<\/div>\n<div class=\"feature-card\">\n<div class=\"feature-icon\" style=\"background: linear-gradient(135deg, #059669, #047857);\"><\/div>\n<h3>Quality Guaranteed<\/h3>\n<p>All components tested and certified. 30-day money back guarantee. Lifetime support.<\/p>\n<\/div>\n<div class=\"feature-card\">\n<div class=\"feature-icon\" style=\"background: linear-gradient(135deg, #f59e0b, #d97706);\"><\/div>\n<h3>Best Prices Guaranteed<\/h3>\n<p>Competitive pricing with bulk discounts. Price match guarantee. Save on every order.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<p><!-- PRODUCTS --><\/p>\n<section id=\"products\" class=\"products\">\n<div class=\"container\">\n<h2 class=\"section-title\">Featured Products<\/h2>\n<div class=\"product-grid\">\n<div class=\"product-card\">\n<div class=\"product-image\"><\/div>\n<div class=\"product-info\">\n<h3 class=\"product-title\">Noctua NH-D15 CPU Cooler<\/h3>\n<div class=\"product-price\">$89.99<\/div>\n<p><a class=\"cta-button\" style=\"width: 100%; text-align: center;\" href=\"#\">Add to Cart<\/a><\/p>\n<\/div>\n<\/div>\n<div class=\"product-card\">\n<div class=\"product-image\"><\/div>\n<div class=\"product-info\">\n<h3 class=\"product-title\">Corsair Vengeance 32GB DDR4<\/h3>\n<div class=\"product-price\">$129.99<\/div>\n<p><a class=\"cta-button\" style=\"width: 100%; text-align: center;\" href=\"#\">Add to Cart<\/a><\/p>\n<\/div>\n<\/div>\n<div class=\"product-card\">\n<div class=\"product-image\"><\/div>\n<div class=\"product-info\">\n<h3 class=\"product-title\">Samsung 990 PRO 2TB NVMe SSD<\/h3>\n<div class=\"product-price\">$199.99<\/div>\n<p><a class=\"cta-button\" style=\"width: 100%; text-align: center;\" href=\"#\">Add to Cart<\/a><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<p><!-- CONTACT --><\/p>\n<section id=\"contact\" class=\"contact\">\n<div class=\"container\">\n<h2 class=\"section-title\" style=\"color: white; margin-bottom: 3rem;\">Get In Touch<\/h2>\n<form class=\"contact-form\">\n<div class=\"form-group\"><input required=\"\" type=\"text\" placeholder=\"Your Name\" \/><\/div>\n<div class=\"form-group\"><input required=\"\" type=\"email\" placeholder=\"Your Email\" \/><\/div>\n<div class=\"form-group\"><\/div>\n<p><button class=\"cta-button\" style=\"width: 100%;\" type=\"submit\">Send Message<\/button><\/p>\n<\/form>\n<\/div>\n<\/section>\n<p><!-- FOOTER --><\/p>\n<footer class=\"footer\">\n<div class=\"container\">\n<div class=\"footer-content\">\n<div class=\"footer-section\">\n<h3><strong>Techpartllc<\/strong><\/h3>\n<p>Your trusted source for premium tech components. Building the future, one part at a time.<\/p>\n<\/div>\n<div class=\"footer-section\">\n<h3>Quick Links<\/h3>\n<p><a href=\"#home\">Home<\/a><br \/>\n<a href=\"#products\">Products<\/a><br \/>\n<a href=\"#features\">Features<\/a><br \/>\n<a href=\"#contact\">Contact<\/a><\/p>\n<\/div>\n<div class=\"footer-section\">\n<h3>Contact Info<\/h3>\n<p><i class=\"fas fa-envelope\"><\/i> info@techpartsllc.com<\/p>\n<p><i class=\"fas fa-phone\"><\/i> (555) 123-4567<\/p>\n<p><i class=\"fas fa-map-marker-alt\"><\/i> 123 Tech Street, Silicon Valley<\/p>\n<\/div>\n<\/div>\n<div class=\"footer-bottom\">\n<p>\u00a9 2024 Techpartsllc. All rights reserved. | Designed for performance.<\/p>\n<\/div>\n<\/div>\n<\/footer>\n<p><script>\n        \/\/ Smooth scrolling\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                }\n            });\n        });<\/p>\n<p>        \/\/ Header scroll effect\n        window.addEventListener('scroll', () => {\n            const header = document.querySelector('.header');\n            if (window.scrollY > 100) {\n                header.style.background = 'rgba(255,255,255,0.98)';\n            } else {\n                header.style.background = 'rgba(255,255,255,0.95)';\n            }\n        });<\/p>\n<p>        \/\/ Mobile menu (basic)\n        document.querySelector('.hamburger').addEventListener('click', () => {\n            const navLinks = document.querySelector('.nav-links');\n            navLinks.style.display = navLinks.style.display === 'flex' ? 'none' : 'flex';\n        });\n    <\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0 random Techpartsllc Home Products Features Contact Premium Tech Components High-quality parts for your next project. Fast shipping worldwide. Trusted by 10,000+ builders. Shop Now Why Choose Techpartllc? Lightning Fast Shipping Orders ship within 24 hours. Worldwide delivery with tracking. Never wait for your build. Quality Guaranteed All components tested and certified. 30-day money back [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/techpartsllc.com\/index.php?rest_route=\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/techpartsllc.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/techpartsllc.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/techpartsllc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/techpartsllc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18"}],"version-history":[{"count":9,"href":"https:\/\/techpartsllc.com\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":81,"href":"https:\/\/techpartsllc.com\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions\/81"}],"wp:attachment":[{"href":"https:\/\/techpartsllc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}