-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
295 lines (277 loc) · 13.5 KB
/
services.html
File metadata and controls
295 lines (277 loc) · 13.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services - Nextomic Finance Solutions</title>
<meta name="description"
content="Comprehensive financial services including personal finance management, investment planning, and AI-driven tools">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Anime.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/theme.css">
<link rel="stylesheet" href="assets/css/components.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/services.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<h2><i class="fas fa-chart-line"></i> Nextomic</h2>
</div>
<ul class="nav-menu">
<li class="nav-item"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="services.html" class="nav-link active">Services</a></li>
<li class="nav-item"><a href="portfolio.html" class="nav-link">Portfolio</a></li>
<li class="nav-item"><a href="expense-tracker.html" class="nav-link">Expenses</a></li>
<li class="nav-item"><a href="calculator.html" class="nav-link">Calculator</a></li>
<li class="nav-item"><a href="demo.html" class="nav-link">Demo</a></li>
<li class="nav-item"><a href="tools.html" class="nav-link">Tools</a></li>
<li class="nav-item"><a href="blog.html" class="nav-link">Blog</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<!-- Page Hero -->
<section class="page-hero">
<div class="container">
<h1>Our Financial Services</h1>
<p>Comprehensive solutions designed to empower your financial journey</p>
</div>
</section>
<!-- Services Section -->
<section class="services-section">
<div class="container">
<div class="services-grid">
<div class="service-card featured">
<div class="service-badge">Most Popular</div>
<div class="service-icon">
<i class="fas fa-chart-pie"></i>
</div>
<h3>Personal Finance Management</h3>
<p>Comprehensive tools to track, analyze, and optimize your personal finances with AI-powered
insights.</p>
<div class="service-features">
<span class="feature-tag">Expense Tracking</span>
<span class="feature-tag">Budget Planning</span>
<span class="feature-tag">Financial Goals</span>
<span class="feature-tag">AI Insights</span>
</div>
<div class="service-price">
<span class="price">$29</span>
<span class="period">/month</span>
</div>
<a href="contact.html" class="btn btn-primary">Get Started</a>
</div>
<div class="service-card">
<div class="service-icon">
<i class="fas fa-chart-line"></i>
</div>
<h3>Investment Planning</h3>
<p>Professional investment strategies tailored to your risk tolerance and financial goals.</p>
<div class="service-features">
<span class="feature-tag">Portfolio Analysis</span>
<span class="feature-tag">Risk Assessment</span>
<span class="feature-tag">Market Research</span>
<span class="feature-tag">Expert Advice</span>
</div>
<div class="service-price">
<span class="price">$49</span>
<span class="period">/month</span>
</div>
<a href="contact.html" class="btn btn-secondary">Learn More</a>
</div>
<div class="service-card">
<div class="service-icon">
<i class="fas fa-handshake"></i>
</div>
<h3>Loan Advisory</h3>
<p>Expert guidance on loan options, refinancing, and debt management strategies.</p>
<div class="service-features">
<span class="feature-tag">Loan Comparison</span>
<span class="feature-tag">Refinancing</span>
<span class="feature-tag">Debt Management</span>
<span class="feature-tag">Credit Analysis</span>
</div>
<div class="service-price">
<span class="price">$39</span>
<span class="period">/month</span>
</div>
<a href="contact.html" class="btn btn-secondary">Learn More</a>
</div>
<div class="service-card">
<div class="service-icon">
<i class="fas fa-calculator"></i>
</div>
<h3>Tax Calculators</h3>
<p>Advanced tax calculation tools and optimization strategies for maximum savings.</p>
<div class="service-features">
<span class="feature-tag">Tax Planning</span>
<span class="feature-tag">Deduction Finder</span>
<span class="feature-tag">Tax Optimization</span>
<span class="feature-tag">Filing Support</span>
</div>
<div class="service-price">
<span class="price">$19</span>
<span class="period">/month</span>
</div>
<a href="contact.html" class="btn btn-secondary">Learn More</a>
</div>
<div class="service-card">
<div class="service-icon">
<i class="fas fa-robot"></i>
</div>
<h3>AI-driven Expense Tracker</h3>
<p>Intelligent expense tracking with automatic categorization and spending insights.</p>
<div class="service-features">
<span class="feature-tag">Auto Categorization</span>
<span class="feature-tag">Spending Analytics</span>
<span class="feature-tag">Smart Alerts</span>
<span class="feature-tag">Predictive Insights</span>
</div>
<div class="service-price">
<span class="price">$25</span>
<span class="period">/month</span>
</div>
<a href="contact.html" class="btn btn-secondary">Learn More</a>
</div>
<div class="service-card">
<div class="service-icon">
<i class="fas fa-piggy-bank"></i>
</div>
<h3>Budget Planner</h3>
<p>Comprehensive budgeting tools with goal setting and progress tracking.</p>
<div class="service-features">
<span class="feature-tag">Goal Setting</span>
<span class="feature-tag">Progress Tracking</span>
<span class="feature-tag">Smart Budgeting</span>
<span class="feature-tag">Savings Tips</span>
</div>
<div class="service-price">
<span class="price">$15</span>
<span class="period">/month</span>
</div>
<a href="contact.html" class="btn btn-secondary">Learn More</a>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="features-section">
<div class="container">
<div class="section-header">
<h2>Why Choose Our Services?</h2>
<p>Discover what makes Nextomic the preferred choice for financial solutions</p>
</div>
<div class="features-grid">
<div class="feature-item">
<div class="feature-icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3>Bank-Grade Security</h3>
<p>Your financial data is protected with enterprise-level encryption and security protocols.</p>
</div>
<div class="feature-item">
<div class="feature-icon">
<i class="fas fa-clock"></i>
</div>
<h3>24/7 Support</h3>
<p>Round-the-clock customer support and expert financial advice whenever you need it.</p>
</div>
<div class="feature-item">
<div class="feature-icon">
<i class="fas fa-chart-line"></i>
</div>
<h3>Real-Time Analytics</h3>
<p>Live dashboards and comprehensive reporting tools for informed decision-making.</p>
</div>
<div class="feature-item">
<div class="feature-icon">
<i class="fas fa-users"></i>
</div>
<h3>Expert Team</h3>
<p>Access to certified financial advisors and industry experts for personalized guidance.</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta">
<div class="container">
<div class="cta-content">
<h2>Ready to Transform Your Financial Future?</h2>
<p>Join thousands of users who trust Nextomic for their financial success</p>
<a href="contact.html" class="btn btn-primary btn-large">
<i class="fas fa-arrow-right"></i>
Start Your Journey
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<div class="footer-logo">
<i class="fas fa-chart-line"></i>
<span>Nextomic</span>
</div>
<p>Empowering your financial future with cutting-edge technology and personalized solutions.</p>
<div class="social-links">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="footer-section">
<h3>Services</h3>
<ul>
<li><a href="services.html">Personal Finance</a></li>
<li><a href="services.html">Investment Planning</a></li>
<li><a href="services.html">Loan Advisory</a></li>
<li><a href="services.html">Tax Calculators</a></li>
</ul>
</div>
<div class="footer-section">
<h3>AI Tools</h3>
<ul>
<li><a href="ai-tools.html">AI Chat Assistant</a></li>
<li><a href="ai-tools.html">Spending Analyzer</a></li>
<li><a href="ai-tools.html">Investment Predictor</a></li>
<li><a href="ai-tools.html">Budget Planner</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Company</h3>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Nextomic. All rights reserved. | Owned by AtomNext Solutions</p>
</div>
</div>
</footer>
<!-- Custom JavaScript -->
<script src="assets/js/main.js"></script>
</body>
</html>