Fix again
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m9s

This commit is contained in:
2025-06-18 08:23:02 -06:00
parent d891a846ed
commit f9993bf0df

View File

@ -21,9 +21,9 @@ const pageMetaInfo = {
> >
<div class="max-w-4xl w-full"> <div class="max-w-4xl w-full">
<h1 <h1
class="text-3xl sm:text-4xl lg:text-5xl font-bold mb-4 lg:mb-6 leading-tight" class="text-4xl sm:text-6xl lg:text-8xl font-bold mb-4 lg:mb-6 leading-tight"
> >
Professional Software Solutions {siteConfig.name}
</h1> </h1>
<p <p
class="text-base sm:text-lg lg:text-xl mb-6 lg:mb-8 opacity-90 max-w-2xl mx-auto leading-relaxed" class="text-base sm:text-lg lg:text-xl mb-6 lg:mb-8 opacity-90 max-w-2xl mx-auto leading-relaxed"
@ -184,9 +184,7 @@ const pageMetaInfo = {
> >
With over a decade of experience in the software With over a decade of experience in the software
industry, we bring deep technical expertise and a industry, we bring deep technical expertise and a
commitment to excellence to every project. From commitment to excellence to every project.
initial consultation to final deployment, we're your
trusted partner in digital transformation.
</p> </p>
<div <div
class="grid grid-cols-1 md:grid-cols-3 gap-4 lg:gap-6 mt-6 lg:mt-8" class="grid grid-cols-1 md:grid-cols-3 gap-4 lg:gap-6 mt-6 lg:mt-8"
@ -285,9 +283,7 @@ const pageMetaInfo = {
<p <p
class="text-base lg:text-lg text-base-content/70 max-w-2xl mx-auto px-4" class="text-base lg:text-lg text-base-content/70 max-w-2xl mx-auto px-4"
> >
Ready to start your project? Let's discuss how we can help Ready to start your project? Let's discuss how we can help.
transform your ideas into robust, scalable software
solutions.
</p> </p>
</div> </div>
@ -297,12 +293,6 @@ const pageMetaInfo = {
<ContactForm client:load /> <ContactForm client:load />
</div> </div>
</div> </div>
<div class="text-center mt-8">
<p class="text-base-content/60">
We'll get back to you within 24 hours
</p>
</div>
</div> </div>
</section> </section>
</div> </div>