<%- include('partials/header') %>
<section class="page-header">
  <div class="container">
    <h1>About Us</h1>
  </div>
</section>
<section class="content-page container">
  <div style="max-width:800px;margin:0 auto;">
    <h2>FashionStore BD</h2>
    <p>Welcome to FashionStore BD - your premier destination for premium fashion in Bangladesh. We bring you the latest trends in men's and women's clothing, accessories, and footwear, all with the convenience of online shopping and delivery across the country.</p>
    
    <h2>Our Mission</h2>
    <p>To provide high-quality, fashionable clothing at affordable prices to customers across Bangladesh. We believe everyone deserves to look and feel their best, and we're committed to making fashion accessible to all.</p>
    
    <h2>Delivery Across Bangladesh</h2>
    <p>We deliver to all districts in Bangladesh. Free delivery is available on orders above BDT <%= settings.freeDeliveryAbove.toLocaleString() %>. Standard delivery charge is BDT <%= settings.deliveryCharge.toLocaleString() %>.</p>
    
    <h2>Why Choose Us</h2>
    <p>We curate our collection carefully, ensuring every piece meets our quality standards. From casual wear to formal attire, from accessories to footwear, we have everything you need to build your perfect wardrobe.</p>
    
    <h2>Contact Us</h2>
    <p>Email: <%= settings.contactEmail %><br>
    Phone: <%= settings.contactPhone %><br>
    Address: <%= settings.address %></p>
  </div>
</section>
<%- include('partials/footer') %>
