Example output
Sure, here's a sample landing page design for the VIENON 4-Port USB Hub USB Splitter:
HTML:
html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>VIENON 4-Port USB Hub USB Splitter</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<header>
<div class="container">
<h1>VIENON 4-Port USB Hub USB Splitter</h1>
<a href="#" class="cta">Buy Now</a>
</div>
</header>
<main>
<section class="product">
<div class="container">
<div class="product-img">
<img src="usb-hub.jpg" alt="VIENON 4-Port USB Hub USB Splitter">
</div>
<div class="product-info">
<h2>4-ports at Same Time</h2>
<p>This USB hub can easily expand one of your computer’s USB ports into four port(Does not support charging). Support 4 ports to work at the same time, without any pressure, and keep the temperature in the middle range. Plug and play, no need driver, easy to use.</p>
<h2>Wide Appliaction</h2>
<p>VIENON 4-port USB expander applies to various devices: laptop, pc tower, XBOX, PS4, flash drive, keyboard, mouse, card reader, HDD, cellphone OTG adapter, printer, camera, USB fan and USB cables.</p>
<h2>SuperSpeed Transmission</h2>
<p>With high efficient USB3.0, VIENON 4-port USB splitter provides 5 Gbps stable data transfer and is compatible with 2.0/1.0. It is fast enough to transfer an HD movie in seconds.</p>
<h2>User-friendly design</h2>
<p>1cm ultra slim body, small, convenient and beautiful. The user-friendly design takes into account the size of most flash drives on the market and the space between each USB port. Insert 4 flash drives at the same time without worrying about space.</p>
<h2>LED indicator Design</h2>
<p>Blue low-light indicator light, faint and not dazzling, but also able to know the working status at any time, grasp the power status.</p>
<a href="#" class="cta">Buy Now</a>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<p>© 2023 VIENON All Rights Reserved</p>
</div>
</footer>
</body>
</html>
CSS: ...