Shifting credits

This commit is contained in:
2026-04-03 03:52:44 +05:30
parent 336ccfa65a
commit 55a12b791f

View File

@@ -47,7 +47,10 @@ export default function Home(){
When every second counts, clarity matters. CalcForCardiac gives you instant, precise cardiac calculations no clutter, no login, just what you need. When every second counts, clarity matters. CalcForCardiac gives you instant, precise cardiac calculations no clutter, no login, just what you need.
</p> </p>
<p className="text-sm text-gray-500 mt-3"> <p className="text-sm text-gray-500 mt-3">
No login required Free Instant results No login required Free Instant results
</p>
<p className="text-xs text-gray-600 mt-1">
Made with by Saksham Vitwekar
</p> </p>
<div className="flex gap-4 justify-center mt-6 overflow-hidden"> <div className="flex gap-4 justify-center mt-6 overflow-hidden">
<Link href={"/calculators"}><button className="btn bg-[#ef4444] hover:bg-[#bb0707]">Get Started</button></Link> <Link href={"/calculators"}><button className="btn bg-[#ef4444] hover:bg-[#bb0707]">Get Started</button></Link>
@@ -99,7 +102,7 @@ export default function Home(){
<br/> <br/>
<Link href={"https://github.com/SomeTroller77"}> <Link href={"https://github.com/SomeTroller77"}>
<p className="text-xs text-gray-500 mt-16 mb-8 text-center"> <p className="text-xs text-gray-500 mt-16 mb-8 text-center">
Built with by Saksham Vitwekar
</p> </p>
</Link> </Link>
</div> </div>