Visual and code overhaul, including Nix support
All checks were successful
Docker Deploy / build-and-push (push) Successful in 2m55s

This commit is contained in:
2025-07-25 21:45:28 -06:00
parent 10926a00a8
commit 8cf1d5c2e1
15 changed files with 1316 additions and 1106 deletions

View File

@@ -0,0 +1,115 @@
<section id="about" class="py-16 lg:py-24">
<div class="max-w-7xl mx-auto px-6">
<div class="hero bg-base-200 rounded-2xl shadow-lg">
<div class="hero-content text-center py-12 lg:py-16 px-6">
<div class="max-w-4xl w-full space-y-8">
<div class="space-y-4">
<div
class="inline-flex items-center gap-3 bg-secondary/10 text-secondary px-8 py-4 rounded-full text-2xl lg:text-3xl font-bold"
>
<svg
class="w-8 h-8"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"
></path>
</svg>
Why Choose Atash Consulting?
</div>
</div>
<p
class="text-lg text-base-content/80 leading-relaxed max-w-3xl mx-auto"
>
With over a decade of experience in the software
industry, I bring deep technical expertise and a
commitment to excellence to every project.
</p>
<div
class="grid grid-cols-1 md:grid-cols-3 gap-8 lg:gap-12 mt-12"
>
<div class="text-center space-y-4">
<div
class="w-16 h-16 bg-primary rounded-xl flex items-center justify-center mx-auto shadow-lg"
>
<svg
class="w-8 h-8 text-primary-content"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M13 10V3L4 14h7v7l9-11h-7z"></path>
</svg>
</div>
<h3 class="text-xl font-bold text-base-content">
Fast Delivery
</h3>
<p class="text-base-content/70 leading-relaxed">
Quick turnaround without compromising quality
</p>
</div>
<div class="text-center space-y-4">
<div
class="w-16 h-16 bg-secondary rounded-xl flex items-center justify-center mx-auto shadow-lg"
>
<svg
class="w-8 h-8 text-secondary-content"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"
></path>
</svg>
</div>
<h3 class="text-xl font-bold text-base-content">
Quality Assured
</h3>
<p class="text-base-content/70 leading-relaxed">
Rigorous testing and quality control processes
</p>
</div>
<div class="text-center space-y-4">
<div
class="w-16 h-16 bg-accent rounded-xl flex items-center justify-center mx-auto shadow-lg"
>
<svg
class="w-8 h-8 text-accent-content"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"
></path>
</svg>
</div>
<h3 class="text-xl font-bold text-base-content">
Expert Support
</h3>
<p class="text-base-content/70 leading-relaxed">
Ongoing support and maintenance services
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>