Skip to content

Commit

Permalink
Add about page
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed May 16, 2024
1 parent f783201 commit 79fee99
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions src/pages/about/about-us.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<div class="grid grid-cols-1 md:grid-cols-5 gap-8">
<section class="md:col-span-2">
<div class="sticky top-20">
<img
src="https://avatars.githubusercontent.com/u/39514595?v=4"
alt="avatar"
class="w-full max-w-64 lg:max-w-72 mx-auto rounded-full shadow-lg"
/>
<p class="mt-6 text-center text-lg font-medium">
Ray C, founder of <span x-text="BRAND_NAME"></span>
</p>
</div>
</section>
<section class="md:col-span-3 space-y-8">
<div class="space-y-4">
<h3 class="text-xl font-bold">Buy Less, But Better</h3>
<p class="font-serif text-lg">
At <span x-text="BRAND_NAME"></span>, we are dedicated to the principle
of "buy less, but better." We believe in curating a collection of
high-quality furniture and accessories that enhance the quality of life
for our customers. Our mission is to offer products that are not only
aesthetically pleasing but also durable and functional, ensuring they
bring joy and value for years to come.
</p>
</div>

<div class="space-y-4">
<h3 class="text-xl font-bold">Quality Over Quantity</h3>
<p class="font-serif text-lg">
In a world of mass production and disposable goods, we stand apart by
focusing on quality over quantity. Each item in our store is carefully
selected for its craftsmanship, design, and sustainability. We work with
artisans and manufacturers who share our commitment to excellence,
ensuring that every piece you purchase from us is built to last.
</p>
</div>

<div class="space-y-4">
<h3 class="text-xl font-bold">Sustainable Living</h3>
<p class="font-serif text-lg">
Sustainability is at the core of our business. We strive to minimize our
environmental footprint by sourcing eco-friendly materials and promoting
products that encourage a sustainable lifestyle. Our goal is to offer
beautiful, timeless pieces that reduce the need for frequent
replacements, thereby contributing to a more sustainable world.
</p>
</div>

<div class="space-y-4">
<h3 class="text-xl font-bold">Enhance Your Space</h3>
<p class="font-serif text-lg">
Your home is your sanctuary, and we are here to help you create a space
that reflects your personal style and values. Our curated selection of
furniture and accessories is designed to elevate your living
environment, making it a place of comfort, beauty, and inspiration.
Whether you're looking for a statement piece or a subtle accent, we have
something to suit every taste.
</p>
</div>

<div class="space-y-2">
<p class="font-serif text-lg">Sincerely,</p>
<p class="font-serif text-xl">Ray C</p>
</div>
</section>
</div>

0 comments on commit 79fee99

Please sign in to comment.