Merge pull request #24 from OwethuManagedServices/dev

Dev
This commit is contained in:
2025-05-27 15:45:27 +02:00
committed by GitHub

View File

@ -525,13 +525,13 @@ export default function ProductDevelopmentPage() {
</p> </p>
<div className="flex flex-col sm:flex-row justify-center items-center gap-4"> <div className="flex flex-col sm:flex-row justify-center items-center gap-4">
<Link <Link
href="/contact?subject=Product Development Inquiry" // Pre-fill subject href="/contact" // Pre-fill subject
className="inline-block bg-gray-800 text-white font-bold py-3 px-8 rounded-md hover:bg-gray-900 dark:bg-gray-900 dark:hover:bg-black transition-colors duration-300" className="inline-block bg-gray-800 text-white font-bold py-3 px-8 rounded-md hover:bg-gray-900 dark:bg-gray-900 dark:hover:bg-black transition-colors duration-300"
> >
Request a Consultation Request a Consultation
</Link> </Link>
<Link <Link
href="#contact" // Link to contact section below href="/contact" // Link to contact section below
className="inline-block bg-transparent border-2 border-gray-800 text-gray-800 font-bold py-3 px-8 rounded-md hover:bg-gray-800 hover:text-white transition-colors duration-300" className="inline-block bg-transparent border-2 border-gray-800 text-gray-800 font-bold py-3 px-8 rounded-md hover:bg-gray-800 hover:text-white transition-colors duration-300"
> >
Contact Us Contact Us