VIP Group
<!DOCTYPE html>
<html lang="en">
<head>
<title>Vestidos Collection - My Store</title>
</head>
<body>
<header>
<h1>Welcome to My Store</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Shop the Vestidos Collection</h2>
<p>Explore our stunning collection of Vestidos, featuring a range of styles and colors to fit any occasion. Whether you're looking for a casual sundress or an elegant evening gown, we have you covered.</p>
<a href="/collections/vestidos">Shop Now</a>
</section>
</main>
<footer>
<p>© 2023 My Store. All rights reserved.</p>
</footer>
</body>
</html>
<html lang="en">
<head>
<title>Vestidos Collection - My Store</title>
</head>
<body>
<header>
<h1>Welcome to My Store</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Shop the Vestidos Collection</h2>
<p>Explore our stunning collection of Vestidos, featuring a range of styles and colors to fit any occasion. Whether you're looking for a casual sundress or an elegant evening gown, we have you covered.</p>
<a href="/collections/vestidos">Shop Now</a>
</section>
</main>
<footer>
<p>© 2023 My Store. All rights reserved.</p>
</footer>
</body>
</html>