|
13 | 13 | <header class="bg-white shadow-sm"> |
14 | 14 | <div class="container mx-auto px-4 py-4 flex justify-between items-center"> |
15 | 15 | <div class="flex items-center"> |
16 | | - <img src="/api/placeholder/48/48" alt="ReactStream Logo" class="h-12 w-auto mr-4"> |
17 | | - <span class="text-2xl font-bold text-indigo-600">ReactStream</span> |
| 16 | + <img src="img/logo-reactstream1.svg" alt="ReactStream Logo" class="h-12 w-auto mr-4"> |
| 17 | + <!-- <span class="text-2xl font-bold text-indigo-600">ReactStream</span>--> |
18 | 18 | </div> |
19 | 19 | <nav class="hidden md:flex space-x-10"> |
20 | 20 | <a href="#features" class="text-gray-600 hover:text-indigo-600 transition">Features</a> |
|
39 | 39 | <h1 class="text-4xl md:text-6xl font-bold text-white mb-6"> |
40 | 40 | Streamline Your React Development |
41 | 41 | </h1> |
| 42 | + |
42 | 43 | <p class="text-xl text-gray-300 mb-8"> |
43 | 44 | ReactStream is a comprehensive CLI toolkit that analyzes your components and helps you debug |
44 | 45 | effectively—all in one seamless workflow. |
@@ -85,6 +86,26 @@ <h1 class="text-4xl md:text-6xl font-bold text-white mb-6"> |
85 | 86 | </div> |
86 | 87 | </section> |
87 | 88 |
|
| 89 | +<section class="py-20 md:py-32"> |
| 90 | + <div class="container mx-auto px-4"> |
| 91 | + |
| 92 | + <img src="img/logo-reactstream1.svg" alt="ReactStream Logo" class="w-auto mr-4"> |
| 93 | + <p></p> |
| 94 | + |
| 95 | + <div class="text-center mb-16"> |
| 96 | + <h2 class="text-3xl font-bold mb-4">Start in console</h2> |
| 97 | + <img src="img/serve-console.png" alt="ReactStream Logo" class="w-auto mr-4"> |
| 98 | + </div> |
| 99 | + |
| 100 | + <p></p> |
| 101 | + <div class="text-center mb-16"> |
| 102 | + <h2 class="text-3xl font-bold mb-4">and ... go to browser</h2> |
| 103 | + <img src="img/serve-browser.png" alt="ReactStream Logo" class="w-auto mr-4"> |
| 104 | + </div> |
| 105 | + |
| 106 | + </div> |
| 107 | +</section> |
| 108 | + |
88 | 109 | <!-- Include other sections as separate components --> |
89 | 110 | <div id="features-container"></div> |
90 | 111 | <div id="how-it-works-container"></div> |
|
0 commit comments