HerzaJ commited on
Commit
f69a6eb
·
verified ·
1 Parent(s): a046e6d

Update public/index.html

Browse files
Files changed (1) hide show
  1. public/index.html +23 -11
public/index.html CHANGED
@@ -48,8 +48,8 @@
48
  <h1 class="hero-title">Build Faster with DashX</h1>
49
  <p class="hero-subtitle">Powerful, reliable, and developer-friendly API services designed for modern applications</p>
50
  <div class="hero-buttons">
51
- <a href="/auth" class="btn btn-primary"><i class="fas fa-rocket"></i> Start Free</a>
52
- <a href="#features" class="btn btn-secondary"><i class="fas fa-info-circle"></i> Explore Features</a>
53
  </div>
54
  <div class="hero-features">
55
  <div class="hero-feature-item">
@@ -72,37 +72,49 @@
72
 
73
  <div class="features-grid">
74
  <div class="feature-card">
75
- <i class="fas fa-rocket feature-icon"></i>
 
 
76
  <h3>Lightning Fast Performance</h3>
77
  <p>Experience blazing-fast response times with our optimized infrastructure. Built for speed and reliability to keep your applications running smoothly.</p>
78
  </div>
79
 
80
  <div class="feature-card">
81
- <i class="fas fa-shield-halved feature-icon"></i>
 
 
82
  <h3>Enterprise-Grade Security</h3>
83
  <p>Your data is protected with advanced encryption and secure API key management. Industry-leading security protocols keep your applications safe.</p>
84
  </div>
85
 
86
  <div class="feature-card">
87
- <i class="fas fa-gauge-high feature-icon"></i>
 
 
88
  <h3>Smart Rate Limiting</h3>
89
  <p>Intelligent rate limiting prevents abuse while ensuring fair usage. Customizable limits that scale with your application's needs.</p>
90
  </div>
91
 
92
  <div class="feature-card">
93
- <i class="fas fa-key feature-icon"></i>
 
 
94
  <h3>Easy API Key Management</h3>
95
  <p>Generate, manage, and monitor your API keys effortlessly. Complete control with detailed usage tracking and analytics at your fingertips.</p>
96
  </div>
97
 
98
  <div class="feature-card">
99
- <i class="fas fa-chart-line feature-icon"></i>
 
 
100
  <h3>Real-Time Analytics</h3>
101
  <p>Track your API usage with comprehensive analytics and insights. Make data-driven decisions with detailed performance metrics.</p>
102
  </div>
103
 
104
  <div class="feature-card">
105
- <i class="fas fa-code feature-icon"></i>
 
 
106
  <h3>Developer-Friendly</h3>
107
  <p>Clean documentation, simple integration, and excellent support. Start building in minutes with our intuitive API design.</p>
108
  </div>
@@ -170,8 +182,8 @@
170
  <h2>Ready to Get Started?</h2>
171
  <p>Join DashX today and experience the power of fast, reliable API services. No credit card required.</p>
172
  <div class="cta-buttons">
173
- <a href="/auth" class="btn btn-primary btn-lg"><i class="fas fa-rocket"></i> Start Building Now</a>
174
- <a href="/dashboard" class="btn btn-info btn-lg"><i class="fas fa-tachometer-alt"></i> View Dashboard</a>
175
  </div>
176
  </div>
177
  </div>
@@ -269,4 +281,4 @@
269
  });
270
  </script>
271
  </body>
272
- </html>
 
48
  <h1 class="hero-title">Build Faster with DashX</h1>
49
  <p class="hero-subtitle">Powerful, reliable, and developer-friendly API services designed for modern applications</p>
50
  <div class="hero-buttons">
51
+ <a href="/auth" class="btn btn-primary btn-large"><i class="fas fa-rocket"></i> Start Free</a>
52
+ <a href="#features" class="btn btn-secondary btn-large"><i class="fas fa-info-circle"></i> Explore Features</a>
53
  </div>
54
  <div class="hero-features">
55
  <div class="hero-feature-item">
 
72
 
73
  <div class="features-grid">
74
  <div class="feature-card">
75
+ <div class="feature-icon-wrapper">
76
+ <i class="fas fa-rocket feature-icon"></i>
77
+ </div>
78
  <h3>Lightning Fast Performance</h3>
79
  <p>Experience blazing-fast response times with our optimized infrastructure. Built for speed and reliability to keep your applications running smoothly.</p>
80
  </div>
81
 
82
  <div class="feature-card">
83
+ <div class="feature-icon-wrapper">
84
+ <i class="fas fa-shield-halved feature-icon"></i>
85
+ </div>
86
  <h3>Enterprise-Grade Security</h3>
87
  <p>Your data is protected with advanced encryption and secure API key management. Industry-leading security protocols keep your applications safe.</p>
88
  </div>
89
 
90
  <div class="feature-card">
91
+ <div class="feature-icon-wrapper">
92
+ <i class="fas fa-gauge-high feature-icon"></i>
93
+ </div>
94
  <h3>Smart Rate Limiting</h3>
95
  <p>Intelligent rate limiting prevents abuse while ensuring fair usage. Customizable limits that scale with your application's needs.</p>
96
  </div>
97
 
98
  <div class="feature-card">
99
+ <div class="feature-icon-wrapper">
100
+ <i class="fas fa-key feature-icon"></i>
101
+ </div>
102
  <h3>Easy API Key Management</h3>
103
  <p>Generate, manage, and monitor your API keys effortlessly. Complete control with detailed usage tracking and analytics at your fingertips.</p>
104
  </div>
105
 
106
  <div class="feature-card">
107
+ <div class="feature-icon-wrapper">
108
+ <i class="fas fa-chart-line feature-icon"></i>
109
+ </div>
110
  <h3>Real-Time Analytics</h3>
111
  <p>Track your API usage with comprehensive analytics and insights. Make data-driven decisions with detailed performance metrics.</p>
112
  </div>
113
 
114
  <div class="feature-card">
115
+ <div class="feature-icon-wrapper">
116
+ <i class="fas fa-code feature-icon"></i>
117
+ </div>
118
  <h3>Developer-Friendly</h3>
119
  <p>Clean documentation, simple integration, and excellent support. Start building in minutes with our intuitive API design.</p>
120
  </div>
 
182
  <h2>Ready to Get Started?</h2>
183
  <p>Join DashX today and experience the power of fast, reliable API services. No credit card required.</p>
184
  <div class="cta-buttons">
185
+ <a href="/auth" class="btn btn-primary btn-large"><i class="fas fa-rocket"></i> Start Building Now</a>
186
+ <a href="/dashboard" class="btn btn-info btn-large"><i class="fas fa-tachometer-alt"></i> View Dashboard</a>
187
  </div>
188
  </div>
189
  </div>
 
281
  });
282
  </script>
283
  </body>
284
+ </html>