moshaorui 12 órája
szülő
commit
57ef659f32
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      resources/views/welcome.blade.php

+ 3 - 0
resources/views/welcome.blade.php

@@ -29,6 +29,7 @@
         }
 
         .hero {
+            margin-top: 3rem;
             text-align: center;
             padding: 4rem 0;
         }
@@ -82,6 +83,7 @@
         <p class="subtitle">Advanced analytics and campaign management for modern businesses</p>
     </section>
 
+    <!--
     <div class="features">
         <div class="feature-card">
             <div class="icon">📈</div>
@@ -101,6 +103,7 @@
             <p>Manage all your marketing channels from one integrated interface.</p>
         </div>
     </div>
+    -->
 </div>
 </body>
 </html>