You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/src/pages/Home/index.jsx
+57-20Lines changed: 57 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ const Home = () => {
30
30
<p>
31
31
Experience the future of remote voting with our cutting-edge
32
32
platform. Leveraging advanced AI and geolocation technology, we
33
-
ensure every vote is authentic, secure, and tamper-proof — from
33
+
ensure every vote is authentic, secure, and tamper-proof - from
34
34
anywhere, anytime.
35
35
</p>
36
36
<divclassName="landing-page-btn-container">
@@ -95,7 +95,7 @@ const Home = () => {
95
95
</h4>
96
96
<p>
97
97
"Make the shift from manual ballot voting to a secure online
98
-
system—without compromising the integrity of your vote."
98
+
system-without compromising the integrity of your vote."
99
99
</p>
100
100
</div>
101
101
</div>
@@ -213,52 +213,89 @@ const Home = () => {
213
213
<imgsrc={faqs}alt="Frequently Asked Questions"/>
214
214
</div>
215
215
</div>
216
-
216
+
217
217
<footerclassName="landing-footer">
218
218
<divclassName="footer-content">
219
219
<divclassName="footer-section">
220
220
<h3>About Us</h3>
221
-
<p>Secure remote voting is an online voting system designed to gather instant and trustworthy results. We aim to make voting and elections easy, seamless and fair.</p>
221
+
<p>
222
+
Secure remote voting is an online voting system designed to gather
223
+
instant and trustworthy results. We aim to make voting and
0 commit comments