0% found this document useful (0 votes)
4 views6 pages

Moda Moçambicana: Roupas e Acessórios

Só Drip is a Mozambican fashion brand offering authentic clothing and accessories. The website features various sections including a hero section showcasing new collections, categories for different types of products, and a contact section with details for customer inquiries. The brand emphasizes quality, unique designs, and cultural identity in its offerings.

Uploaded by

lytonjunior34
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views6 pages

Moda Moçambicana: Roupas e Acessórios

Só Drip is a Mozambican fashion brand offering authentic clothing and accessories. The website features various sections including a hero section showcasing new collections, categories for different types of products, and a contact section with details for customer inquiries. The brand emphasizes quality, unique designs, and cultural identity in its offerings.

Uploaded by

lytonjunior34
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<!

DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Só Drip - Moda Moçambicana | Roupas e Acessórios</title>
<meta name="description" content="Moda autêntica moçambicana. Roupas,
acessórios e coleções exclusivas da Só Drip. Explore nosso catálogo e descubra o
estilo que define você.">
<link rel="icon" type="image/x-icon" href="/static/[Link]">
<script src="[Link]
<link href="[Link] rel="stylesheet">
<script src="[Link]
<script
src="[Link]
<style>
.hero-pattern {
background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
}
.category-card:hover {
transform: translateY(-5px);
transition: transform 0.3s ease;
background: #4a5568 !important;
}
.product-card:hover {
transform: scale(1.02);
transition: transform 0.3s ease;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
body {
background: #1a202c;
color: #e2e8f0;
}
</style>
</head>
<body class="font-sans bg-gray-900">
<!-- Header -->
<header class="bg-gray-800 shadow-lg sticky top-0 z-50 border-b border-gray-
700">
<div class="container mx-auto px-4 py-4">
<div class="flex justify-between items-center">
<h1 class="text-2xl font-bold text-purple-400">SÓ DRIP</h1>

<nav class="hidden md:flex space-x-8">


<a href="#inicio" class="text-gray-300 hover:text-purple-400
transition">Início</a>
<a href="#produtos" class="text-gray-300 hover:text-purple-400
transition">Produtos</a>
<a href="#categorias" class="text-gray-300 hover:text-purple-
400 transition">Categorias</a>
<a href="#sobre" class="text-gray-300 hover:text-purple-400
transition">Sobre</a>
<a href="#contactos" class="text-gray-300 hover:text-purple-400
transition">Contactos</a>
</nav>

<div class="flex items-center space-x-4">


<button aria-label="Buscar" class="p-2 rounded-full hover:bg-
gray-700 transition">
<i data-feather="search" class="text-gray-300"></i>
</button>
<button aria-label="Ver carrinho" class="p-2 rounded-full
hover:bg-gray-700 transition">
<i data-feather="shopping-cart" class="text-gray-300"></i>
</button>
<button aria-label="Abrir menu" class="p-2 rounded-full
hover:bg-gray-700 transition md:hidden">
<i data-feather="menu" class="text-gray-300"></i>
</button>
</div>
</div>
</div>
</header>

<!-- Hero Section -->


<section id="inicio" class="hero-pattern text-white py-20">
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right">
<h2 class="text-4xl md:text-5xl font-bold mb-4">Estilo que
Define</h2>
<p class="text-xl mb-6">Descubra a nova coleção de moda moçambicana
com autenticidade e qualidade</p>
<button class="bg-purple-600 text-white px-8 py-3 rounded-full
font-semibold hover:bg-purple-700 transition">
Comprar Agora
</button>
</div>
<div class="md:w-1/2" data-aos="fade-left">
<img src="[Link] alt="Modelo Só
Drip" class="rounded-lg shadow-xl" loading="lazy">
</div>
</div>
</section>

<!-- Categories Section -->


<section id="categorias" class="py-16 bg-gray-800">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-white" data-
aos="fade-up">Categorias</h2>
<div class="grid grid-cols-2 md:grid-cols-4 gap-6">
<div class="category-card bg-gray-700 rounded-lg p-6 text-center
cursor-pointer border border-gray-600" data-aos="zoom-in">
<div class="w-16 h-16 bg-purple-900 rounded-full flex items-
center justify-center mx-auto mb-4">
<i data-feather="tshirt" class="text-purple-400"></i>
</div>
<h3 class="font-semibold text-white">Camisetas</h3>
</div>
<div class="category-card bg-gray-700 rounded-lg p-6 text-center
cursor-pointer border border-gray-600" data-aos="zoom-in" data-aos-delay="100">
<div class="w-16 h-16 bg-purple-900 rounded-full flex items-
center justify-center mx-auto mb-4">
<i data-feather="shopping-bag" class="text-purple-400"></i>
</div>
<h3 class="font-semibold text-white">Acessórios</h3>
</div>
<div class="category-card bg-gray-700 rounded-lg p-6 text-center
cursor-pointer border border-gray-600" data-aos="zoom-in" data-aos-delay="200">
<div class="w-16 h-16 bg-purple-900 rounded-full flex items-
center justify-center mx-auto mb-4">
<i data-feather="trending-up" class="text-purple-400"></i>
</div>
<h3 class="font-semibold text-white">Tendências</h3>
</div>
<div class="category-card bg-gray-700 rounded-lg p-6 text-center
cursor-pointer border border-gray-600" data-aos="zoom-in" data-aos-delay="300">
<div class="w-16 h-16 bg-purple-900 rounded-full flex items-
center justify-center mx-auto mb-4">
<i data-feather="star" class="text-purple-400"></i>
</div>
<h3 class="font-semibold text-white">Coleções</h3>
</div>
</div>
</div>
</section>

<!-- Products Section -->


<section id="produtos" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12" data-aos="fade-
up">Produtos em Destaque</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Produto 1 -->
<div class="product-card bg-white rounded-lg overflow-hidden
shadow-md" data-aos="fade-up">
<img src="[Link] alt="Camiseta
Premium" class="w-full h-64 object-cover" loading="lazy">
<div class="p-6">
<h3 class="font-semibold text-lg mb-2">Camiseta
Premium</h3>
<p class="text-gray-600 mb-4">100% algodão, conforto
garantido</p>
<div class="flex justify-between items-center">
<span class="text-purple-700 font-bold">1.500
MZN</span>
<button class="bg-purple-600 text-white px-4 py-2
rounded hover:bg-purple-700 transition">Adicionar</button>
</div>
</div>
</div>
<!-- Produto 2 -->
<div class="product-card bg-white rounded-lg overflow-hidden
shadow-md" data-aos="fade-up" data-aos-delay="100">
<img src="[Link] alt="Calças
Jeans" class="w-full h-64 object-cover" loading="lazy">
<div class="p-6">
<h3 class="font-semibold text-lg mb-2">Calças Jeans</h3>
<p class="text-gray-600 mb-4">Denim de alta qualidade</p>
<div class="flex justify-between items-center">
<span class="text-purple-700 font-bold">2.800
MZN</span>
<button class="bg-purple-600 text-white px-4 py-2
rounded hover:bg-purple-700 transition">Adicionar</button>
</div>
</div>
</div>
<!-- Produto 3 -->
<div class="product-card bg-white rounded-lg overflow-hidden
shadow-md" data-aos="fade-up" data-aos-delay="200">
<img src="[Link] alt="Boné
Estiloso" class="w-full h-64 object-cover" loading="lazy">
<div class="p-6">
<h3 class="font-semibold text-lg mb-2">Boné Estiloso</h3>
<p class="text-gray-600 mb-4">Proteção solar com estilo</p>
<div class="flex justify-between items-center">
<span class="text-purple-700 font-bold">900 MZN</span>
<button class="bg-purple-600 text-white px-4 py-2
rounded hover:bg-purple-700 transition">Adicionar</button>
</div>
</div>
</div>
</div>
</div>
</section>

<!-- About Section -->


<section id="sobre" class="py-16 bg-white">
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right">
<img src="[Link] alt="Nossa Loja
Só Drip" class="rounded-lg shadow-xl" loading="lazy">
</div>
<div class="md:w-1/2 md:pl-12" data-aos="fade-left">
<h2 class="text-3xl font-bold mb-6">Sobre a Só Drip</h2>
<p class="text-gray-700 mb-4">A Só Drip nasceu da paixão pela moda
moçambicana e da vontade de oferecer peças únicas que refletem a cultura e
identidade do nosso país.</p>
<p class="text-gray-700 mb-6">Trabalhamos com materiais de
qualidade e designs exclusivos para garantir que cada peça seja especial e
durável.</p>
<div class="flex space-x-4">
<div class="text-center">
<div class="w-12 h-12 bg-purple-100 rounded-full flex
items-center justify-center mx-auto mb-2">
<i data-feather="truck" class="text-purple-600"></i>
</div>
<p class="text-sm">Entrega Grátis</p>
</div>
<div class="text-center">
<div class="w-12 h-12 bg-purple-100 rounded-full flex
items-center justify-center mx-auto mb-2">
<i data-feather="shield" class="text-purple-600"></i>
</div>
<p class="text-sm">Qualidade</p>
</div>
<div class="text-center">
<div class="w-12 h-12 bg-purple-100 rounded-full flex
items-center justify-center mx-auto mb-2">
<i data-feather="heart" class="text-purple-600"></i>
</div>
<p class="text-sm">Feito com Amor</p>
</div>
</div>
</div>
</div>
</section>

<!-- Contact Section -->


<section id="contactos" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12" data-aos="fade-
up">Contactos</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="text-center" data-aos="fade-up">
<div class="w-16 h-16 bg-purple-100 rounded-full flex items-
center justify-center mx-auto mb-4">
<i data-feather="phone" class="text-purple-600"></i>
</div>
<h3 class="font-semibold mb-2">Telefone</h3>
<p class="text-gray-600">+258 84 123 4567</p>
</div>
<div class="text-center" data-aos="fade-up" data-aos-delay="100">
<div class="w-16 h-16 bg-purple-100 rounded-full flex items-
center justify-center mx-auto mb-4">
<i data-feather="mail" class="text-purple-600"></i>
</div>
<h3 class="font-semibold mb-2">Email</h3>
<p class="text-gray-600">info@[Link]</p>
</div>
<div class="text-center" data-aos="fade-up" data-aos-delay="200">
<div class="w-16 h-16 bg-purple-100 rounded-full flex items-
center justify-center mx-auto mb-4">
<i data-feather="map-pin" class="text-purple-600"></i>
</div>
<h3 class="font-semibold mb-2">Localização</h3>
<p class="text-gray-600">Maputo, Moçambique</p>
</div>
</div>
</div>
</section>

<!-- Footer -->


<footer class="bg-gray-800 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">SÓ DRIP</h3>
<p class="text-gray-400">Moda autêntica moçambicana</p>
</div>
<div>
<h4 class="font-semibold mb-4">Links Rápidos</h4>
<ul class="space-y-2">
<li><a href="#inicio" class="text-gray-400 hover:text-white
transition">Início</a></li>
<li><a href="#produtos" class="text-gray-400 hover:text-
white transition">Produtos</a></li>
<li><a href="#categorias" class="text-gray-400 hover:text-
white transition">Categorias</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4">Suporte</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white
transition">FAQ</a></li>
<li><a href="#" class="text-gray-400 hover:text-white
transition">Trocas</a></li>
<li><a href="#" class="text-gray-400 hover:text-white
transition">Devoluções</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4">Newsletter</h4>
<form onsubmit="return false;" class="flex">
<input type="email" placeholder="Seu email" class="bg-gray-
700 text-white px-4 py-2 rounded-l focus:outline-none" required>
<button type="submit" class="bg-purple-600 px-4 py-2
rounded-r hover:bg-purple-700 transition">
<i data-feather="send"></i>
</button>
</form>
</div>
</div>
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-
400">
<p>&copy; 2024 Só Drip. Todos os direitos reservados.</p>
</div>
</div>
</footer>

<script>
[Link]({ duration: 1000, once: true });
[Link]();
</script>
</body>
</html>

You might also like