-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
74 lines (74 loc) · 3.22 KB
/
about.html
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
<!Doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>About Us</title>
<link rel="stylesheet" href="./about.css">
</head>
<body>
<header>
<nav class="navbar2">
<ul>
<li>
<a href="./index.html">Home</a>
</li>
<li>
<a href="./about.html">About</a>
</li>
<li>
<a href="./services.html">Services</a>
</li>
<li>
<a href="./contact.html">Contact us</a>
</li>
<li>
<a href="./merchant-dashboard.html">Sell products</a>
</li>
</ul>
</nav>
<div>
<h1>About</h1>
</div>
</header>
<div class="section">
<div class="content">
<p>Welcome to Spense! We are a premier online destination for all your shopping needs. From fashion and accessories to home decor and electronics, we offer a wide range of products to cater to your unique tastes and preferences.
<br>
At Spense, we strive to provide an exceptional shopping experience for our customers. Our dedicated team works tirelessly to curate a diverse selection of high-quality products from trusted brands and independent artisans. We believe that shopping should be convenient, enjoyable, and stress-free, which is why we have designed our website with user-friendly features and a seamless checkout process.
<br><br>
We understand the importance of staying up-to-date with the latest trends and innovations. That's why we are constantly expanding our inventory to bring you the newest and most exciting products on the market. Whether you're looking for the hottest fashion trends, cutting-edge electronics, or stylish home decor, you can find it all here at Spense.
<br><br>
Customer satisfaction is our top priority. We take pride in providing excellent customer service and ensuring that every purchase meets your expectations. Our team is always ready to assist you with any inquiries, product recommendations, or concerns you may have. We value your feedback and strive to continually improve our services to better serve you.
<br><br>
Shopping online should be a secure and trustworthy experience. That's why we have implemented robust security measures to safeguard your personal information and ensure secure transactions. You can shop with confidence knowing that your privacy is protected.
<br><br>
Join our vibrant and diverse community of shoppers and experience the joy of finding that perfect item you've been searching for. Start exploring our extensive collection today and discover the endless possibilities that await you at Spense. Thank you for choosing us as your preferred online shopping destination!</p>
</div>
<div class="image-content">
<img src="https://preview.colorlib.com/theme/cozastore/images/about-01.jpg.webp"width=400px>
</div>
</div>
<div class="terms">
<div id="term1">
<a href="">About</a>
<a href="">Contact Us</a>
<a href="">Services</a>
<a href="">Privacy</a>
</div>
<div id="term2">
<a href="">FAQs</a>
<a href="">Return Policy</a>
<a href="">Security</a>
<a href="">Terms of Use</a>
</div>
<div id="term3">
<a href="">Cancellation</a>
<a href="">Payments</a>
<a href="">Shipping</a>
<a href=""></a>
</div>
</div>
</body>
</html>