Spaces:
Running
Running
criar a página do produto Jeep Wrangler 4x4
Browse files- bronco-4x4-extreme.html +1 -2
- index.html +20 -19
- jeep-wrangler-4x4.html +504 -0
bronco-4x4-extreme.html
CHANGED
|
@@ -127,8 +127,7 @@
|
|
| 127 |
</ol>
|
| 128 |
</div>
|
| 129 |
</nav>
|
| 130 |
-
|
| 131 |
-
<!-- Product Detail Section -->
|
| 132 |
<section class="py-12">
|
| 133 |
<div class="container mx-auto px-6">
|
| 134 |
<div class="flex flex-col md:flex-row gap-10">
|
|
|
|
| 127 |
</ol>
|
| 128 |
</div>
|
| 129 |
</nav>
|
| 130 |
+
<!-- Product Detail Section -->
|
|
|
|
| 131 |
<section class="py-12">
|
| 132 |
<div class="container mx-auto px-6">
|
| 133 |
<div class="flex flex-col md:flex-row gap-10">
|
index.html
CHANGED
|
@@ -109,19 +109,19 @@
|
|
| 109 |
<div class="md:w-1/2 flex justify-center">
|
| 110 |
<div class="relative">
|
| 111 |
<div class="absolute -top-6 -right-6 w-64 h-64 bg-blue-300 rounded-full opacity-30 animate-ping"></div>
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
</div>
|
| 122 |
-
</a>
|
| 123 |
</div>
|
| 124 |
-
</
|
|
|
|
|
|
|
| 125 |
</div>
|
| 126 |
</div>
|
| 127 |
</section>
|
|
@@ -133,7 +133,7 @@
|
|
| 133 |
<!-- Product 1 -->
|
| 134 |
<div class="product-card rounded-3xl overflow-hidden shadow-xl border-4 border-white">
|
| 135 |
<div class="p-6">
|
| 136 |
-
|
| 137 |
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-full h-64 flex items-center justify-center">
|
| 138 |
<img src="https://bucket.temp75.host.dev.br/4x4/bronco-4x4.jpeg" alt="Bronco 4x4" class="w-full h-full object-contain">
|
| 139 |
</div>
|
|
@@ -154,9 +154,11 @@
|
|
| 154 |
<!-- Product 2 -->
|
| 155 |
<div class="product-card rounded-3xl overflow-hidden shadow-xl border-4 border-white">
|
| 156 |
<div class="p-6">
|
| 157 |
-
<
|
| 158 |
-
<
|
| 159 |
-
|
|
|
|
|
|
|
| 160 |
<div class="mt-6">
|
| 161 |
<span class="inline-block bg-gradient-to-r from-yellow-400 to-orange-500 text-white text-xs px-3 py-1 rounded-full font-semibold">Novidade</span>
|
| 162 |
<h3 class="font-bold text-xl mt-2">Jeep Wrangler 4x4</h3>
|
|
@@ -166,12 +168,11 @@
|
|
| 166 |
<span class="bg-gradient-to-r from-red-400 to-pink-500 text-white text-xs px-3 py-1 rounded-full font-semibold">Poupe R$200,00</span>
|
| 167 |
</div>
|
| 168 |
<p class="text-2xl font-bold text-purple-600 mt-2">R$389,90</p>
|
| 169 |
-
<
|
| 170 |
</div>
|
| 171 |
</div>
|
| 172 |
</div>
|
| 173 |
-
|
| 174 |
-
<!-- Product 3 -->
|
| 175 |
<div class="product-card rounded-3xl overflow-hidden shadow-xl border-4 border-white">
|
| 176 |
<div class="p-6">
|
| 177 |
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-full h-64 flex items-center justify-center">
|
|
|
|
| 109 |
<div class="md:w-1/2 flex justify-center">
|
| 110 |
<div class="relative">
|
| 111 |
<div class="absolute -top-6 -right-6 w-64 h-64 bg-blue-300 rounded-full opacity-30 animate-ping"></div>
|
| 112 |
+
<a href="bronco-4x4-extreme.html" class="relative bg-white rounded-3xl p-6 shadow-2xl transform rotate-3 block">
|
| 113 |
+
<img src="https://bucket.temp75.host.dev.br/4x4/bronco-4x4.jpeg" alt="Carrinho 4x4 Bronco" class="w-full h-auto rounded-2xl">
|
| 114 |
+
<div class="mt-4">
|
| 115 |
+
<h3 class="font-bold text-xl">Bronco 4x4 Extreme</h3>
|
| 116 |
+
<div class="flex items-center mt-2">
|
| 117 |
+
<span class="text-gray-500 line-through mr-2">R$631,39</span>
|
| 118 |
+
<span class="sale-badge text-white px-3 py-1 rounded-full text-sm font-bold">50% OFF</span>
|
| 119 |
+
</div>
|
| 120 |
+
<p class="text-2xl font-bold text-purple-600">R$315,69</p>
|
|
|
|
|
|
|
| 121 |
</div>
|
| 122 |
+
</a>
|
| 123 |
+
</div>
|
| 124 |
+
</div>
|
| 125 |
</div>
|
| 126 |
</div>
|
| 127 |
</section>
|
|
|
|
| 133 |
<!-- Product 1 -->
|
| 134 |
<div class="product-card rounded-3xl overflow-hidden shadow-xl border-4 border-white">
|
| 135 |
<div class="p-6">
|
| 136 |
+
<a href="bronco-4x4-extreme.html">
|
| 137 |
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-full h-64 flex items-center justify-center">
|
| 138 |
<img src="https://bucket.temp75.host.dev.br/4x4/bronco-4x4.jpeg" alt="Bronco 4x4" class="w-full h-full object-contain">
|
| 139 |
</div>
|
|
|
|
| 154 |
<!-- Product 2 -->
|
| 155 |
<div class="product-card rounded-3xl overflow-hidden shadow-xl border-4 border-white">
|
| 156 |
<div class="p-6">
|
| 157 |
+
<a href="jeep-wrangler-4x4.html">
|
| 158 |
+
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-full h-64 flex items-center justify-center">
|
| 159 |
+
<img src="https://bucket.temp75.host.dev.br/4x4/jeep-4x4.jpeg" alt="Jeep 4x4" class="w-full h-full object-contain">
|
| 160 |
+
</div>
|
| 161 |
+
</a>
|
| 162 |
<div class="mt-6">
|
| 163 |
<span class="inline-block bg-gradient-to-r from-yellow-400 to-orange-500 text-white text-xs px-3 py-1 rounded-full font-semibold">Novidade</span>
|
| 164 |
<h3 class="font-bold text-xl mt-2">Jeep Wrangler 4x4</h3>
|
|
|
|
| 168 |
<span class="bg-gradient-to-r from-red-400 to-pink-500 text-white text-xs px-3 py-1 rounded-full font-semibold">Poupe R$200,00</span>
|
| 169 |
</div>
|
| 170 |
<p class="text-2xl font-bold text-purple-600 mt-2">R$389,90</p>
|
| 171 |
+
<a href="jeep-wrangler-4x4.html" class="mt-4 w-full btn-primary text-white font-bold py-3 rounded-full transition duration-300 inline-block text-center">Ver Detalhes</a>
|
| 172 |
</div>
|
| 173 |
</div>
|
| 174 |
</div>
|
| 175 |
+
<!-- Product 3 -->
|
|
|
|
| 176 |
<div class="product-card rounded-3xl overflow-hidden shadow-xl border-4 border-white">
|
| 177 |
<div class="p-6">
|
| 178 |
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-full h-64 flex items-center justify-center">
|
jeep-wrangler-4x4.html
ADDED
|
@@ -0,0 +1,504 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="pt-BR">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Jeep Wrangler 4x4 - Carrinho 4x4 Controle Remoto | Alta Performance</title>
|
| 7 |
+
<meta name="description" content="Jeep Wrangler 4x4 com tração nas quatro rodas, luzes LED, controle remoto de alta performance e bateria duradoura. Perfeito para aventuras infantis!">
|
| 8 |
+
<meta name="keywords" content="carrinho 4x4, jeep wrangler 4x4, controle remoto, brinquedo infantil, aventura, off-road, luzes LED">
|
| 9 |
+
<link rel="canonical" href="https://carrinho4x4.com.br/jeep-wrangler-4x4">
|
| 10 |
+
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 11 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 12 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 13 |
+
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&family=Nunito:wght@400;700;800&display=swap" rel="stylesheet">
|
| 14 |
+
<style>
|
| 15 |
+
body {
|
| 16 |
+
font-family: 'Nunito', sans-serif;
|
| 17 |
+
background-color: #f0f9ff;
|
| 18 |
+
overflow-x: hidden;
|
| 19 |
+
}
|
| 20 |
+
.header-font {
|
| 21 |
+
font-family: 'Fredoka One', cursive;
|
| 22 |
+
}
|
| 23 |
+
.product-card {
|
| 24 |
+
transition: all 0.3s ease;
|
| 25 |
+
background: rgba(255, 255, 255, 0.7);
|
| 26 |
+
backdrop-filter: blur(10px);
|
| 27 |
+
}
|
| 28 |
+
.product-card:hover {
|
| 29 |
+
transform: translateY(-10px);
|
| 30 |
+
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
|
| 31 |
+
}
|
| 32 |
+
.hero-bg {
|
| 33 |
+
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
| 34 |
+
}
|
| 35 |
+
.btn-primary {
|
| 36 |
+
background: linear-gradient(135deg, #ff6b6b, #ffa502);
|
| 37 |
+
box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
|
| 38 |
+
}
|
| 39 |
+
.btn-primary:hover {
|
| 40 |
+
transform: scale(1.05);
|
| 41 |
+
box-shadow: 0 8px 25px rgba(255, 107, 107, 0.6);
|
| 42 |
+
}
|
| 43 |
+
.sale-badge {
|
| 44 |
+
background: linear-gradient(135deg, #00c9ff 0%, #92fe9d 100%);
|
| 45 |
+
animation: pulse 2s infinite;
|
| 46 |
+
}
|
| 47 |
+
@keyframes pulse {
|
| 48 |
+
0% { transform: scale(1); }
|
| 49 |
+
50% { transform: scale(1.05); }
|
| 50 |
+
100% { transform: scale(1); }
|
| 51 |
+
}
|
| 52 |
+
.feature-icon {
|
| 53 |
+
background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
|
| 54 |
+
}
|
| 55 |
+
.testimonial-card {
|
| 56 |
+
background: rgba(255, 255, 255, 0.8);
|
| 57 |
+
backdrop-filter: blur(10px);
|
| 58 |
+
}
|
| 59 |
+
.modern-gradient {
|
| 60 |
+
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
| 61 |
+
}
|
| 62 |
+
.spec-table tr:nth-child(even) {
|
| 63 |
+
background-color: #f8f9fa;
|
| 64 |
+
}
|
| 65 |
+
.spec-table th {
|
| 66 |
+
background-color: #667eea;
|
| 67 |
+
color: white;
|
| 68 |
+
}
|
| 69 |
+
.faq-item {
|
| 70 |
+
border-bottom: 1px solid #e2e8f0;
|
| 71 |
+
}
|
| 72 |
+
.faq-item:last-child {
|
| 73 |
+
border-bottom: none;
|
| 74 |
+
}
|
| 75 |
+
.faq-question {
|
| 76 |
+
cursor: pointer;
|
| 77 |
+
font-weight: 700;
|
| 78 |
+
padding: 1rem 0;
|
| 79 |
+
}
|
| 80 |
+
.faq-answer {
|
| 81 |
+
padding-bottom: 1rem;
|
| 82 |
+
display: none;
|
| 83 |
+
}
|
| 84 |
+
.open .faq-answer {
|
| 85 |
+
display: block;
|
| 86 |
+
}
|
| 87 |
+
</style>
|
| 88 |
+
</head>
|
| 89 |
+
<body class="text-gray-800">
|
| 90 |
+
<!-- Header -->
|
| 91 |
+
<header class="hero-bg text-white py-4 px-6 sticky top-0 z-50 shadow-lg">
|
| 92 |
+
<div class="container mx-auto flex justify-between items-center">
|
| 93 |
+
<div class="flex items-center space-x-2">
|
| 94 |
+
<i data-feather="truck" class="w-8 h-8"></i>
|
| 95 |
+
<h1 class="header-font text-3xl">Carrinho 4x4</h1>
|
| 96 |
+
</div>
|
| 97 |
+
<nav class="hidden md:flex space-x-6">
|
| 98 |
+
<a href="index.html" class="font-bold hover:text-yellow-300 transition">Início</a>
|
| 99 |
+
<a href="index.html#produtos" class="font-bold hover:text-yellow-300 transition">Produtos</a>
|
| 100 |
+
<a href="index.html#promocoes" class="font-bold hover:text-yellow-300 transition">Promoções</a>
|
| 101 |
+
<a href="index.html#contato" class="font-bold hover:text-yellow-300 transition">Contato</a>
|
| 102 |
+
</nav>
|
| 103 |
+
<div class="flex items-center space-x-4">
|
| 104 |
+
<button class="p-2 rounded-full hover:bg-pink-500 transition">
|
| 105 |
+
<i data-feather="search"></i>
|
| 106 |
+
</button>
|
| 107 |
+
<button class="p-2 rounded-full hover:bg-pink-500 transition relative">
|
| 108 |
+
<i data-feather="shopping-cart"></i>
|
| 109 |
+
<span class="absolute top-0 right-0 bg-red-500 text-white rounded-full w-5 h-5 flex items-center justify-center text-xs">3</span>
|
| 110 |
+
</button>
|
| 111 |
+
<button class="md:hidden p-2 rounded-full hover:bg-pink-500 transition">
|
| 112 |
+
<i data-feather="menu"></i>
|
| 113 |
+
</button>
|
| 114 |
+
</div>
|
| 115 |
+
</div>
|
| 116 |
+
</header>
|
| 117 |
+
|
| 118 |
+
<!-- Breadcrumb -->
|
| 119 |
+
<nav class="py-4 px-6 bg-gray-100">
|
| 120 |
+
<div class="container mx-auto">
|
| 121 |
+
<ol class="flex items-center space-x-2 text-sm">
|
| 122 |
+
<li><a href="index.html" class="text-blue-600 hover:underline">Início</a></li>
|
| 123 |
+
<li><i data-feather="chevron-right" class="w-4 h-4"></i></li>
|
| 124 |
+
<li><a href="index.html#produtos" class="text-blue-600 hover:underline">Produtos</a></li>
|
| 125 |
+
<li><i data-feather="chevron-right" class="w-4 h-4"></i></li>
|
| 126 |
+
<li class="text-gray-500">Jeep Wrangler 4x4</li>
|
| 127 |
+
</ol>
|
| 128 |
+
</div>
|
| 129 |
+
</nav>
|
| 130 |
+
|
| 131 |
+
<!-- Product Detail Section -->
|
| 132 |
+
<section class="py-12">
|
| 133 |
+
<div class="container mx-auto px-6">
|
| 134 |
+
<div class="flex flex-col md:flex-row gap-10">
|
| 135 |
+
<!-- Product Images -->
|
| 136 |
+
<div class="md:w-1/2">
|
| 137 |
+
<div class="bg-white rounded-2xl p-6 shadow-lg mb-6">
|
| 138 |
+
<img src="https://bucket.temp75.host.dev.br/4x4/jeep-4x4.jpeg" alt="Jeep Wrangler 4x4 - Carrinho 4x4 com Tração nas Quatro Rodas" class="w-full h-auto rounded-xl">
|
| 139 |
+
</div>
|
| 140 |
+
<div class="grid grid-cols-3 gap-4">
|
| 141 |
+
<div class="bg-white rounded-xl p-4 shadow-md">
|
| 142 |
+
<img src="https://bucket.temp75.host.dev.br/4x4/jeep-4x4.jpeg" alt="Jeep Wrangler 4x4 - Detalhe 1" class="w-full h-auto rounded-lg">
|
| 143 |
+
</div>
|
| 144 |
+
<div class="bg-white rounded-xl p-4 shadow-md">
|
| 145 |
+
<img src="http://static.photos/toy/320x240/7" alt="Jeep Wrangler 4x4 - Detalhe 2" class="w-full h-auto rounded-lg">
|
| 146 |
+
</div>
|
| 147 |
+
<div class="bg-white rounded-xl p-4 shadow-md">
|
| 148 |
+
<img src="http://static.photos/toy/320x240/8" alt="Jeep Wrangler 4x4 - Detalhe 3" class="w-full h-auto rounded-lg">
|
| 149 |
+
</div>
|
| 150 |
+
</div>
|
| 151 |
+
</div>
|
| 152 |
+
|
| 153 |
+
<!-- Product Info -->
|
| 154 |
+
<div class="md:w-1/2">
|
| 155 |
+
<div class="bg-white rounded-2xl p-8 shadow-lg">
|
| 156 |
+
<div class="flex items-center mb-4">
|
| 157 |
+
<span class="inline-block bg-gradient-to-r from-yellow-400 to-orange-500 text-white text-xs px-3 py-1 rounded-full font-semibold mr-3">Novidade</span>
|
| 158 |
+
<span class="bg-yellow-100 text-yellow-800 text-xs px-3 py-1 rounded-full font-semibold">32% OFF</span>
|
| 159 |
+
</div>
|
| 160 |
+
<h1 class="header-font text-3xl md:text-4xl mb-4">Jeep Wrangler 4x4</h1>
|
| 161 |
+
<div class="flex items-center mb-6">
|
| 162 |
+
<div class="flex text-yellow-400 mr-3">
|
| 163 |
+
<i data-feather="star"></i>
|
| 164 |
+
<i data-feather="star"></i>
|
| 165 |
+
<i data-feather="star"></i>
|
| 166 |
+
<i data-feather="star"></i>
|
| 167 |
+
<i data-feather="star"></i>
|
| 168 |
+
</div>
|
| 169 |
+
<span class="text-gray-600">(96 avaliações)</span>
|
| 170 |
+
</div>
|
| 171 |
+
<p class="text-gray-600 mb-8">Modelo de escalada com suspensão independente, luzes LED e controle remoto de alta performance. Ideal para aventuras off-road!</p>
|
| 172 |
+
|
| 173 |
+
<div class="mb-8">
|
| 174 |
+
<div class="flex items-center mb-2">
|
| 175 |
+
<span class="text-gray-500 line-through text-2xl mr-3">R$589,90</span>
|
| 176 |
+
<span class="sale-badge text-white px-4 py-2 rounded-full text-lg font-bold">32% OFF</span>
|
| 177 |
+
</div>
|
| 178 |
+
<p class="text-4xl font-bold text-purple-600 mb-2">R$389,90</p>
|
| 179 |
+
<p class="text-gray-600">ou 10x de R$38,99 sem juros</p>
|
| 180 |
+
</div>
|
| 181 |
+
|
| 182 |
+
<div class="mb-8">
|
| 183 |
+
<h3 class="font-bold text-lg mb-3">Cores Disponíveis</h3>
|
| 184 |
+
<div class="flex space-x-3">
|
| 185 |
+
<div class="w-10 h-10 rounded-full bg-red-500 border-2 border-white shadow-md cursor-pointer"></div>
|
| 186 |
+
<div class="w-10 h-10 rounded-full bg-blue-500 border-2 border-white shadow-md cursor-pointer"></div>
|
| 187 |
+
<div class="w-10 h-10 rounded-full bg-green-500 border-2 border-white shadow-md cursor-pointer"></div>
|
| 188 |
+
<div class="w-10 h-10 rounded-full bg-gray-500 border-2 border-white shadow-md cursor-pointer"></div>
|
| 189 |
+
</div>
|
| 190 |
+
</div>
|
| 191 |
+
|
| 192 |
+
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4 mb-8">
|
| 193 |
+
<button class="btn-primary text-white font-bold py-4 px-8 rounded-full text-lg transition duration-300 flex-1">Comprar Agora</button>
|
| 194 |
+
<button class="border-2 border-purple-600 text-purple-600 font-bold py-4 px-8 rounded-full text-lg hover:bg-purple-50 transition duration-300 flex-1">Adicionar ao Carrinho</button>
|
| 195 |
+
</div>
|
| 196 |
+
|
| 197 |
+
<div class="border-t border-gray-200 pt-6">
|
| 198 |
+
<div class="flex items-center mb-4">
|
| 199 |
+
<i data-feather="shield" class="w-6 h-6 text-green-500 mr-2"></i>
|
| 200 |
+
<span class="font-semibold">Garantia de 1 ano</span>
|
| 201 |
+
</div>
|
| 202 |
+
<div class="flex items-center mb-4">
|
| 203 |
+
<i data-feather="truck" class="w-6 h-6 text-blue-500 mr-2"></i>
|
| 204 |
+
<span class="font-semibold">Frete grátis para todo Brasil</span>
|
| 205 |
+
</div>
|
| 206 |
+
<div class="flex items-center">
|
| 207 |
+
<i data-feather="rotate-ccw" class="w-6 h-6 text-purple-500 mr-2"></i>
|
| 208 |
+
<span class="font-semibold">Devolução grátis em 7 dias</span>
|
| 209 |
+
</div>
|
| 210 |
+
</div>
|
| 211 |
+
</div>
|
| 212 |
+
</div>
|
| 213 |
+
</div>
|
| 214 |
+
</div>
|
| 215 |
+
</section>
|
| 216 |
+
|
| 217 |
+
<!-- Product Features -->
|
| 218 |
+
<section class="py-12 bg-gradient-to-br from-blue-50 to-purple-50">
|
| 219 |
+
<div class="container mx-auto px-6">
|
| 220 |
+
<h2 class="header-font text-3xl text-center mb-12 text-purple-600">Recursos do Jeep Wrangler 4x4</h2>
|
| 221 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 222 |
+
<div class="bg-white rounded-2xl p-8 shadow-lg">
|
| 223 |
+
<h3 class="font-bold text-2xl mb-6 text-center">Especificações Técnicas</h3>
|
| 224 |
+
<table class="spec-table w-full rounded-xl overflow-hidden">
|
| 225 |
+
<tr>
|
| 226 |
+
<th class="text-left p-4">Característica</th>
|
| 227 |
+
<th class="text-left p-4">Detalhe</th>
|
| 228 |
+
</tr>
|
| 229 |
+
<tr>
|
| 230 |
+
<td class="p-4 font-semibold">Modelo</td>
|
| 231 |
+
<td class="p-4">Jeep Wrangler 4x4</td>
|
| 232 |
+
</tr>
|
| 233 |
+
<tr>
|
| 234 |
+
<td class="p-4 font-semibold">Tração</td>
|
| 235 |
+
<td class="p-4">4x4 (Quatro Rodas)</td>
|
| 236 |
+
</tr>
|
| 237 |
+
<tr>
|
| 238 |
+
<td class="p-4 font-semibold">Controle</td>
|
| 239 |
+
<td class="p-4">Controle Remoto 2.4GHz</td>
|
| 240 |
+
</tr>
|
| 241 |
+
<tr>
|
| 242 |
+
<td class="p-4 font-semibold">Velocidade</td>
|
| 243 |
+
<td class="p-4">Até 15 km/h</td>
|
| 244 |
+
</tr>
|
| 245 |
+
<tr>
|
| 246 |
+
<td class="p-4 font-semibold">Bateria</td>
|
| 247 |
+
<td class="p-4">7.4V 1000mAh Li-ion</td>
|
| 248 |
+
</tr>
|
| 249 |
+
<tr>
|
| 250 |
+
<td class="p-4 font-semibold">Tempo de Carga</td>
|
| 251 |
+
<td class="p-4">2-3 horas</td>
|
| 252 |
+
</tr>
|
| 253 |
+
<tr>
|
| 254 |
+
<td class="p-4 font-semibold">Autonomia</td>
|
| 255 |
+
<td class="p-4">Até 25 minutos</td>
|
| 256 |
+
</tr>
|
| 257 |
+
<tr>
|
| 258 |
+
<td class="p-4 font-semibold">Material</td>
|
| 259 |
+
<td class="p-4">ABS de Alta Qualidade</td>
|
| 260 |
+
</tr>
|
| 261 |
+
<tr>
|
| 262 |
+
<td class="p-4 font-semibold">Idade Recomendada</td>
|
| 263 |
+
<td class="p-4">6 anos ou mais</td>
|
| 264 |
+
</tr>
|
| 265 |
+
</table>
|
| 266 |
+
</div>
|
| 267 |
+
<div>
|
| 268 |
+
<div class="bg-white rounded-2xl p-8 shadow-lg mb-8">
|
| 269 |
+
<h3 class="font-bold text-2xl mb-6">Principais Recursos</h3>
|
| 270 |
+
<ul class="space-y-4">
|
| 271 |
+
<li class="flex items-start">
|
| 272 |
+
<i data-feather="check-circle" class="w-6 h-6 text-green-500 mr-3 mt-1"></i>
|
| 273 |
+
<span><strong>Tração nas Quatro Rodas:</strong> Superar qualquer obstáculo com facilidade</span>
|
| 274 |
+
</li>
|
| 275 |
+
<li class="flex items-start">
|
| 276 |
+
<i data-feather="check-circle" class="w-6 h-6 text-green-500 mr-3 mt-1"></i>
|
| 277 |
+
<span><strong>Luzes LED Completas:</strong> Faróis dianteiros, lanternas traseiras e iluminação de telhado</span>
|
| 278 |
+
</li>
|
| 279 |
+
<li class="flex items-start">
|
| 280 |
+
<i data-feather="check-circle" class="w-6 h-6 text-green-500 mr-3 mt-1"></i>
|
| 281 |
+
<span><strong>Controle Remoto de Alta Performance:</strong> Controle preciso em todos os sentidos</span>
|
| 282 |
+
</li>
|
| 283 |
+
<li class="flex items-start">
|
| 284 |
+
<i data-feather="check-circle" class="w-6 h-6 text-green-500 mr-3 mt-1"></i>
|
| 285 |
+
<span><strong>Suspensão Independente:</strong> Maior estabilidade em terrenos irregulares</span>
|
| 286 |
+
</li>
|
| 287 |
+
<li class="flex items-start">
|
| 288 |
+
<i data-feather="check-circle" class="w-6 h-6 text-green-500 mr-3 mt-1"></i>
|
| 289 |
+
<span><strong>Bateria Recarregável:</strong> Até 25 minutos de diversão contínua</span>
|
| 290 |
+
</li>
|
| 291 |
+
<li class="flex items-start">
|
| 292 |
+
<i data-feather="check-circle" class="w-6 h-6 text-green-500 mr-3 mt-1"></i>
|
| 293 |
+
<span><strong>Design Realista:</strong> Detalhes fiéis ao veículo original</span>
|
| 294 |
+
</li>
|
| 295 |
+
</ul>
|
| 296 |
+
</div>
|
| 297 |
+
<div class="bg-gradient-to-r from-indigo-500 to-purple-600 rounded-2xl p-8 shadow-lg text-white">
|
| 298 |
+
<h3 class="font-bold text-2xl mb-4">Por que escolher o Jeep Wrangler 4x4?</h3>
|
| 299 |
+
<p class="mb-4">O Jeep Wrangler 4x4 é o modelo mais versátil da nossa linha, com design icônico e performance excepcional em qualquer terreno.</p>
|
| 300 |
+
<p>Com mais de 8.500 unidades vendidas, é a escolha ideal para crianças que adoram aventuras off-road.</p>
|
| 301 |
+
</div>
|
| 302 |
+
</div>
|
| 303 |
+
</div>
|
| 304 |
+
</div>
|
| 305 |
+
</section>
|
| 306 |
+
|
| 307 |
+
<!-- Testimonials -->
|
| 308 |
+
<section class="py-16 bg-gradient-to-br from-blue-50 to-indigo-50">
|
| 309 |
+
<div class="container mx-auto px-6">
|
| 310 |
+
<h2 class="header-font text-3xl text-center mb-12 text-purple-600">O que os clientes dizem</h2>
|
| 311 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 312 |
+
<div class="testimonial-card rounded-3xl p-8 shadow-lg">
|
| 313 |
+
<div class="flex items-center mb-6">
|
| 314 |
+
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16"></div>
|
| 315 |
+
<div class="ml-4">
|
| 316 |
+
<h4 class="font-bold text-lg">Roberto Almeida</h4>
|
| 317 |
+
<p class="text-purple-600">Pai do Pedro (7 anos)</p>
|
| 318 |
+
</div>
|
| 319 |
+
</div>
|
| 320 |
+
<p class="text-lg italic">"Comprei o Jeep Wrangler como presente de aniversário e foi um sucesso! O som do motor é realista e as luzes deixam as corridas mais emocionantes."</p>
|
| 321 |
+
<div class="flex mt-4 text-yellow-400">
|
| 322 |
+
<i data-feather="star"></i>
|
| 323 |
+
<i data-feather="star"></i>
|
| 324 |
+
<i data-feather="star"></i>
|
| 325 |
+
<i data-feather="star"></i>
|
| 326 |
+
<i data-feather="star"></i>
|
| 327 |
+
</div>
|
| 328 |
+
</div>
|
| 329 |
+
<div class="testimonial-card rounded-3xl p-8 shadow-lg">
|
| 330 |
+
<div class="flex items-center mb-6">
|
| 331 |
+
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16"></div>
|
| 332 |
+
<div class="ml-4">
|
| 333 |
+
<h4 class="font-bold text-lg">Fernanda Oliveira</h4>
|
| 334 |
+
<p class="text-purple-600">Mãe do Lucas (9 anos)</p>
|
| 335 |
+
</div>
|
| 336 |
+
</div>
|
| 337 |
+
<p class="text-lg italic">"A qualidade dos materiais é excelente! Meu filho adora brincar com o Jeep Wrangler em todos os tipos de terreno do quintal."</p>
|
| 338 |
+
<div class="flex mt-4 text-yellow-400">
|
| 339 |
+
<i data-feather="star"></i>
|
| 340 |
+
<i data-feather="star"></i>
|
| 341 |
+
<i data-feather="star"></i>
|
| 342 |
+
<i data-feather="star"></i>
|
| 343 |
+
<i data-feather="star"></i>
|
| 344 |
+
</div>
|
| 345 |
+
</div>
|
| 346 |
+
<div class="testimonial-card rounded-3xl p-8 shadow-lg">
|
| 347 |
+
<div class="flex items-center mb-6">
|
| 348 |
+
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16"></div>
|
| 349 |
+
<div class="ml-4">
|
| 350 |
+
<h4 class="font-bold text-lg">Marcos Silva</h4>
|
| 351 |
+
<p class="text-purple-600">Pai da Isabela (6 anos)</p>
|
| 352 |
+
</div>
|
| 353 |
+
</div>
|
| 354 |
+
<p class="text-lg italic">"O Jeep Wrangler superou minhas expectativas! A bateria dura bastante e o controle é muito responsivo. Recomendo para qualquer criança que ama carros."</p>
|
| 355 |
+
<div class="flex mt-4 text-yellow-400">
|
| 356 |
+
<i data-feather="star"></i>
|
| 357 |
+
<i data-feather="star"></i>
|
| 358 |
+
<i data-feather="star"></i>
|
| 359 |
+
<i data-feather="star"></i>
|
| 360 |
+
<i data-feather="star"></i>
|
| 361 |
+
</div>
|
| 362 |
+
</div>
|
| 363 |
+
</div>
|
| 364 |
+
</div>
|
| 365 |
+
</section>
|
| 366 |
+
|
| 367 |
+
<!-- FAQ Section -->
|
| 368 |
+
<section class="py-16 bg-white">
|
| 369 |
+
<div class="container mx-auto px-6">
|
| 370 |
+
<h2 class="header-font text-3xl text-center mb-12 text-purple-600">Perguntas Frequentes</h2>
|
| 371 |
+
<div class="max-w-3xl mx-auto">
|
| 372 |
+
<div class="faq-item">
|
| 373 |
+
<div class="faq-question flex justify-between items-center">
|
| 374 |
+
<span>Qual é a faixa etária recomendada para o Jeep Wrangler 4x4?</span>
|
| 375 |
+
<i data-feather="chevron-down" class="w-5 h-5"></i>
|
| 376 |
+
</div>
|
| 377 |
+
<div class="faq-answer">
|
| 378 |
+
<p>O brinquedo é recomendado para crianças a partir de 6 anos de idade, devido ao tamanho das peças e complexidade do controle remoto.</p>
|
| 379 |
+
</div>
|
| 380 |
+
</div>
|
| 381 |
+
<div class="faq-item">
|
| 382 |
+
<div class="faq-question flex justify-between items-center">
|
| 383 |
+
<span>Quanto tempo a bateria dura após uma carga completa?</span>
|
| 384 |
+
<i data-feather="chevron-down" class="w-5 h-5"></i>
|
| 385 |
+
</div>
|
| 386 |
+
<div class="faq-answer">
|
| 387 |
+
<p>A bateria Li-ion de 7.4V 1000mAh proporciona até 25 minutos de uso contínuo. O tempo de recarga é de aproximadamente 2-3 horas.</p>
|
| 388 |
+
</div>
|
| 389 |
+
</div>
|
| 390 |
+
<div class="faq-item">
|
| 391 |
+
<div class="faq-question flex justify-between items-center">
|
| 392 |
+
<span>O carrinho funciona em todos os tipos de piso?</span>
|
| 393 |
+
<i data-feather="chevron-down" class="w-5 h-5"></i>
|
| 394 |
+
</div>
|
| 395 |
+
<div class="faq-answer">
|
| 396 |
+
<p>Sim, graças à sua tração 4x4 e suspensão independente, o Jeep Wrangler 4x4 é capaz de se locomover em diversos tipos de piso, incluindo carpete, piso liso e até pequenos obstáculos.</p>
|
| 397 |
+
</div>
|
| 398 |
+
</div>
|
| 399 |
+
<div class="faq-item">
|
| 400 |
+
<div class="faq-question flex justify-between items-center">
|
| 401 |
+
<span>Quais são as cores disponíveis?</span>
|
| 402 |
+
<i data-feather="chevron-down" class="w-5 h-5"></i>
|
| 403 |
+
</div>
|
| 404 |
+
<div class="faq-answer">
|
| 405 |
+
<p>O Jeep Wrangler 4x4 está disponível nas cores vermelha, azul, verde e cinza. A cor é enviada conforme disponibilidade em estoque.</p>
|
| 406 |
+
</div>
|
| 407 |
+
</div>
|
| 408 |
+
<div class="faq-item">
|
| 409 |
+
<div class="faq-question flex justify-between items-center">
|
| 410 |
+
<span>O controle remoto é compatível com outros modelos?</span>
|
| 411 |
+
<i data-feather="chevron-down" class="w-5 h-5"></i>
|
| 412 |
+
</div>
|
| 413 |
+
<div class="faq-answer">
|
| 414 |
+
<p>O controle remoto é específico para o Jeep Wrangler 4x4 e não é compatível com outros modelos da linha. Cada carrinho deve ser usado com seu controle original.</p>
|
| 415 |
+
</div>
|
| 416 |
+
</div>
|
| 417 |
+
</div>
|
| 418 |
+
</div>
|
| 419 |
+
</section>
|
| 420 |
+
|
| 421 |
+
<!-- CTA Section -->
|
| 422 |
+
<section class="py-16 bg-gradient-to-r from-indigo-600 to-purple-700 text-white">
|
| 423 |
+
<div class="container mx-auto px-6 text-center">
|
| 424 |
+
<h2 class="header-font text-3xl md:text-4xl mb-6">Pronto para a aventura?</h2>
|
| 425 |
+
<p class="text-xl max-w-2xl mx-auto mb-10">Garanta já o seu Jeep Wrangler 4x4 com 32% de desconto!</p>
|
| 426 |
+
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-6">
|
| 427 |
+
<button class="btn-primary text-white font-bold py-4 px-12 rounded-full text-xl transition duration-300">Comprar Agora</button>
|
| 428 |
+
<button class="bg-white text-purple-600 font-bold py-4 px-12 rounded-full text-xl hover:bg-gray-100 transition duration-300">Ver Outros Modelos</button>
|
| 429 |
+
</div>
|
| 430 |
+
</div>
|
| 431 |
+
</section>
|
| 432 |
+
|
| 433 |
+
<!-- Footer -->
|
| 434 |
+
<footer class="bg-gray-900 text-white pt-16 pb-8">
|
| 435 |
+
<div class="container mx-auto px-6">
|
| 436 |
+
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-12">
|
| 437 |
+
<div>
|
| 438 |
+
<h3 class="header-font text-2xl mb-4">Carrinho 4x4</h3>
|
| 439 |
+
<p class="text-gray-400">Carrinhos 4x4 de alta performance para aventuras infantis inesquecíveis.</p>
|
| 440 |
+
</div>
|
| 441 |
+
<div>
|
| 442 |
+
<h4 class="font-bold text-lg mb-4">Links Rápidos</h4>
|
| 443 |
+
<ul class="space-y-2 text-gray-400">
|
| 444 |
+
<li><a href="index.html" class="hover:text-white transition">Início</a></li>
|
| 445 |
+
<li><a href="index.html#produtos" class="hover:text-white transition">Produtos</a></li>
|
| 446 |
+
<li><a href="index.html#promocoes" class="hover:text-white transition">Promoções</a></li>
|
| 447 |
+
<li><a href="index.html#sobre" class="hover:text-white transition">Sobre Nós</a></li>
|
| 448 |
+
</ul>
|
| 449 |
+
</div>
|
| 450 |
+
<div>
|
| 451 |
+
<h4 class="font-bold text-lg mb-4">Categorias</h4>
|
| 452 |
+
<ul class="space-y-2 text-gray-400">
|
| 453 |
+
<li><a href="index.html#produtos" class="hover:text-white transition">Carrinhos 4x4</a></li>
|
| 454 |
+
<li><a href="index.html#produtos" class="hover:text-white transition">Controles Remotos</a></li>
|
| 455 |
+
<li><a href="index.html#produtos" class="hover:text-white transition">Acessórios</a></li>
|
| 456 |
+
<li><a href="index.html#produtos" class="hover:text-white transition">Peças de Reposição</a></li>
|
| 457 |
+
</ul>
|
| 458 |
+
</div>
|
| 459 |
+
<div>
|
| 460 |
+
<h4 class="font-bold text-lg mb-4">Contato</h4>
|
| 461 |
+
<ul class="space-y-2 text-gray-400">
|
| 462 |
+
<li class="flex items-start">
|
| 463 |
+
<i data-feather="mail" class="mr-2 mt-1 w-5 h-5"></i>
|
| 464 |
+
<span>contato@carrinho4x4.com.br</span>
|
| 465 |
+
</li>
|
| 466 |
+
<li class="flex items-start">
|
| 467 |
+
<i data-feather="phone" class="mr-2 mt-1 w-5 h-5"></i>
|
| 468 |
+
<span>(11) 99999-9999</span>
|
| 469 |
+
</li>
|
| 470 |
+
<li class="flex items-start">
|
| 471 |
+
<i data-feather="map-pin" class="mr-2 mt-1 w-5 h-5"></i>
|
| 472 |
+
<span>São Paulo, SP</span>
|
| 473 |
+
</li>
|
| 474 |
+
</ul>
|
| 475 |
+
</div>
|
| 476 |
+
</div>
|
| 477 |
+
<div class="border-t border-gray-800 pt-8 text-center text-gray-500">
|
| 478 |
+
<p>© 2023 Carrinho 4x4. Todos os direitos reservados.</p>
|
| 479 |
+
</div>
|
| 480 |
+
</div>
|
| 481 |
+
</footer>
|
| 482 |
+
|
| 483 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 484 |
+
<script>
|
| 485 |
+
feather.replace();
|
| 486 |
+
|
| 487 |
+
// FAQ Accordion
|
| 488 |
+
document.querySelectorAll('.faq-question').forEach(question => {
|
| 489 |
+
question.addEventListener('click', () => {
|
| 490 |
+
const faqItem = question.parentElement;
|
| 491 |
+
faqItem.classList.toggle('open');
|
| 492 |
+
|
| 493 |
+
const icon = question.querySelector('i');
|
| 494 |
+
if (faqItem.classList.contains('open')) {
|
| 495 |
+
icon.setAttribute('data-feather', 'chevron-up');
|
| 496 |
+
} else {
|
| 497 |
+
icon.setAttribute('data-feather', 'chevron-down');
|
| 498 |
+
}
|
| 499 |
+
feather.replace();
|
| 500 |
+
});
|
| 501 |
+
});
|
| 502 |
+
</script>
|
| 503 |
+
</body>
|
| 504 |
+
</html>
|