File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11** /.DS_Store
22* /.DS_Store
3+ styles.css
4+ node_modules
Original file line number Diff line number Diff line change 1+ @import "tailwindcss" ;
2+
13@font-face {
24 src : url ("/softpoint/assets/fonts/Poppins-Regular.ttf" );
35 font-family : Poppins;
Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < link rel ="stylesheet " href ="/softpoint/app .css " />
6+ < link rel ="stylesheet " href ="/softpoint/styles .css " />
77 < title > SoftPoint | Home</ title >
8- < script src ="/softpoint/tailwind.js "> </ script >
98
109 < meta name ="description " content ="Cutting-edge B2B software " />
1110 < meta
@@ -669,7 +668,7 @@ <h2 class="capitalize font-semibold opacity-50">
669668 < span class ="opacity-50 "> No</ span >
670669 </ div >
671670 < button
672- class ="text-[#F44545] border-2 border-[#F44545]/20 text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold bg-white transition hover:scale-102 hover:bg-[#F44545]/10 cursor-pointer "
671+ class ="text-[#F44545] border-2 border-[#F44545]/20 text-xl rounded-lg py-[13px] px-[75px] mt-10 font-semibold bg-white transition hover:scale-102 hover:bg-[#F44545]/10 cursor-pointer "
673672 aria-label ="Buy Plan "
674673 >
675674 Buy Plan
@@ -733,7 +732,7 @@ <h2 class="capitalize font-semibold opacity-50">
733732 < span class ="opacity-50 "> No</ span >
734733 </ div >
735734 < button
736- class ="bg-[#F55454] text-white text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold transition hover:scale-102 hover:opacity-80 cursor-pointer "
735+ class ="bg-[#F55454] text-white text-xl rounded-lg py-[13px] px-[75px] mt-10 font-semibold transition hover:scale-102 hover:opacity-80 cursor-pointer "
737736 aria-label ="Buy Plan "
738737 >
739738 Buy Plan
@@ -795,7 +794,7 @@ <h2 class="capitalize font-semibold opacity-50">
795794 < span > Yes</ span >
796795 </ div >
797796 < button
798- class ="text-[#F44545] border-2 border-[#F44545]/20 text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold bg-white transition hover:scale-102 hover:bg-[#F44545]/10 cursor-pointer "
797+ class ="text-[#F44545] border-2 border-[#F44545]/20 text-xl rounded-lg py-[13px] px-[75px] mt-10 font-semibold bg-white transition hover:scale-102 hover:bg-[#F44545]/10 cursor-pointer "
799798 aria-label ="Buy Plan "
800799 >
801800 Buy Plan
You can’t perform that action at this time.
0 commit comments