Flowchart Updated

This commit is contained in:
mukesh13
2025-08-11 16:08:29 +05:30
parent 2ced46ab8f
commit d2b2bc52d8
40 changed files with 1130 additions and 1357 deletions

View File

@ -39,7 +39,7 @@ const Footer = () => {
</address>
{/* Social Links */}
<div className="flex space-x-4 mt-8">
<div className="flex mt-8">
<a
href="#"
target="_blank"
@ -136,7 +136,7 @@ const Footer = () => {
<div className="container mx-auto px-4 py-4">
<div className="flex flex-col md:flex-row justify-between items-center text-sm">
<p>
Copyright © 2024 <span className="text-gray-800 font-medium">Operify</span> All Rights Reserved.
Copyright © 2025 <span className="text-gray-800 font-medium">Operify</span> All Rights Reserved.
</p>
<ul className="flex space-x-6 mt-3 md:mt-0">
<li><Link href="#" className="hover:text-gray-800 transition-colors">Privacy Policy</Link></li>